5

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

1
  • Not programming related, should be moved to superuser. Commented Sep 29, 2009 at 13:40

2 Answers 2

5

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

Sign up to request clarification or add additional context in comments.

Comments

0

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.