How to check CPU and RAM information via SSH?

by Erslan on February 6, 2010

It is necessary to check information of CPU, RAM of VPS. Providers rarely fully inform. Sometimes they are also limited VPS resources to create many more VPS per one server.

Simply, information of CPU will be displayed by using the following command via SSH:

cat /proc/cpuinfo

AMD 9600 Quad-Core: a better CPU at this time. However, you should check to see if you can use how much the strength as well as of its core. Each core will be displayed in turn. That image point out the information on core 0 (processor 0).

You will have the information about RAM when making command:

cat /proc/meminfo

The info test is not enough, you should test the actual power of it. Use the benchmark software for more information.

Related posts:

Leave a Comment

Previous post:

Next post: