Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

install ps_mem.py to check memory usage

Share your HowTo, Documentation, Tips and Tricks. Not for support questions!.
Post Reply
Message
Author
User avatar
MeanDean
Posts: 3866
Joined: 2007-09-01 01:14

install ps_mem.py to check memory usage

#1 Post by MeanDean »

open a terminal and use the following commands

Code: Select all

wget http://www.pixelbeat.org/scripts/ps_mem.py
su
mv ps_mem.py /usr/local/sbin/
chmod 755 /usr/local/sbin/ps_mem.py
after you do that...

as a user you can use the command
su -c ps_mem.py
to check memory usage

if you have sudo configured then as a user you can use the command
sudo ps_mem.py
to check memory usage

of course if you are root then
ps_mem.py

Lou
Posts: 1739
Joined: 2006-05-08 02:15

Re: install ps_mem.py to check memory usage

#2 Post by Lou »

Thanks Dean :)

Post Reply