In HPUX the command “machinfo” list machine information such as Number of CPUs, Clock speed, Bus speed, processor type, Cache information, total memory, and OS version information.
Is there an equivalent Linux utility?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are a lot of files in
/procthat contain information about the system, e.g/proc/cpuinfo,/proc/meminfoetc. See the man page ofprocfor more details.There are also some utilities which may help you, although some of these may not be installed:
dmidecodex86infolspcilsusbuname… and there are probably others, some of which are distribution-dependent.