Is there any command to get virtual memory size, cache size and front side bus speed of a linux system?

link|improve this question
Not programming related, should be moved to superuser. – Dana the Sane Sep 29 '09 at 13:40
feedback

2 Answers

free, /proc/cpuinfo, lshw, lspci, etc. which one do you want?

link|improve this answer
feedback

Using top you can see lots of interactive information of your system

link|improve this answer
feedback

Your Answer

 
or
required, but never shown