E
E
Evgeny Matveev2017-09-28 08:54:23
SSH
Evgeny Matveev, 2017-09-28 08:54:23

How to find server resources via ssh?

What is the ssh command to find out the characteristics actually allocated to the server. Centos
means memory, cores, hard, etc.
The hoster only claims that it has 2 cores / 2 RAM, but it seems that the RAM is really less.
current panel vesta stands.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Shishov, 2017-09-28
@AleX52

Small benchmark:
59cd58e7d6748041086711.jpeg

P
Psq, 2017-09-28
@Psq

RAM: cat /proc/meminfo
CPU: cat /proc/cpuinfo
HDD: fdisk -l

A
Anton, 2017-09-28
Patsev @chemtech

Inxi presents extensive output in a more readable way than other utilities and has many options for grouping it. The package provides invaluable help when using console linux, including when connecting remotely through an ssh tunnel.
sudo yum install epel-release
sudo yum install inxi
How to use it is written here:
www.binarytides.com/inxi-system-information-linux

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question