Dear All As far as I know , to check for the amount of installed RAM on my centos server I checked it as: #more /proc/meminfo 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 ? Thank you in advance
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
On 4/11/16, Peter Brady subscriptions@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 ?
On 04/11/2016 12:42 PM, Hadi Motamedi wrote:
On 4/11/16, Peter Brady subscriptions@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@centos.org https://lists.centos.org/mailman/listinfo/centos
why don't you just use command: free -m vmstat
Cheers, Barbara
On 4/11/16, John R Pierce pierce@hogranch.com wrote:
On 4/11/2016 3:42 AM, Hadi Motamedi wrote:
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 ?
top shows memory usage too
-- john r pierce, recycling bits in santa cruz
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Thank you very much . I got the required answer. Please consider this as SOLVED . Thank you again
GUI: gkrellm, kinfocenter, ksysguard, and numerous widgets for the KDE Plasma desktop.
CLI: top, atop, htop, glances
And there are more for each category.
On 04/11/2016 06:26 AM, Hadi Motamedi wrote:
Dear All As far as I know , to check for the amount of installed RAM on my centos server I checked it as: #more /proc/meminfo 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 ? Thank you in advance _______________________________________________ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
--
David P. Both, RHCE Millennium Technology Consulting LLC Raleigh, NC, USA 919-389-8678
dboth@millennium-technology.com
www.millennium-technology.com www.databook.bz - Home of the DataBook for Linux DataBook is a Registered Trademark of David Both
This communication may be unlawfully collected and stored by the National Security Agency (NSA) in secret. The parties to this email do not consent to the retrieving or storing of this communication and any related metadata, as well as printing, copying, re-transmitting, disseminating, or otherwise using it. If you believe you have received this communication in error, please delete it immediately.
On Mon, 11 Apr 2016 03:26:21 -0700 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 ?
vmstat -s -S M | grep mem