Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Wednesday, 5 February 2014

script for checking Server memory

If you would like to know the advanced memory details of your server, Just do the below steps ..

1)Download the Script by executing the command,

# wget http://www.pixelbeat.org/scripts/ps_mem.py

2) Change the permission by ,

# chmod +x ps_mem.py
3) Show your server memory details by executing the command ,
# ./ps_mem.py

Now you could see the memory usage of all applications. :-)

No comments:

Post a Comment