Possible Duplicate:
How to find virtual memory size and cache size of a linux system?

I have Linux debian version2.6.18 which does not have lshw/dmidecode command, dmesg does not give external clock info. is there any other command?

link|improve this question

57% accept rate
feedback

closed as exact duplicate by nagul, Diago Sep 30 '09 at 15:59

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

Most computers will display your front side bus (fsb) speed during boot up

link|improve this answer
feedback

All of the information that the OS gets by default is in /proc/cpuinfo, but I doubt you'll find the FSB. You'd be better off rebooting and looking in BIOS. The OS pretty much doesn't care about FSB speeds.

cat /proc/cpuinfo
link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.