[CentOS] meminfo

Mon Apr 11 10:56:23 UTC 2016
Barbara Krasovec <barbarak at arnes.si>

On 04/11/2016 12:42 PM, Hadi Motamedi wrote:
> On 4/11/16, Peter Brady <subscriptions at simonplace.net> wrote:
>> On 11/04/2016 8:26 PM, Hadi Motamedi wrote:
>>> Can you please let me know how can I check for the instantaneous
>>> occupied amount of my RAM the similar way the task manager shows it on
>>> my Win server ?
>> If you have an X instance running then the GNOME system monitor will
>> give a very similar graphical interface to the Windows Task Manager.
>>
>> yum install gnome-system-monitor
>>
>> I'm sure there's others out there.
>>
>> Cheers,
>> -pete
>>
>>
>>
> Can you please let me have the related command that can be issued at
> the CLI like the top command that measures the cpu load rather than
> using gui ?
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> https://lists.centos.org/mailman/listinfo/centos
why don't you just use command:
free -m
vmstat

Cheers,
Barbara