ispCP - Board - Support
[TIP] ps_mem Script - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+---- Forum: Plauderecke (/forum-49.html)
+---- Thread: [TIP] ps_mem Script (/thread-9355.html)



[TIP] ps_mem Script - Knut - 01-25-2010 03:38 AM

N'Abend,

ich bin heute auf ein nettes Python-Script gestoßen welches vielleicht auch etwas für Euch ist.

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

Es listet Euch die Programme auf und zeigt wieviel es vom RAM nagt.
(Siehe Screenshot)

[attachment=1098]

Vorrausetzung ist ein installiertes Python, welches unter ispCP ja eigentlich mit dabei ist.

Installation wie folgt:

Code:
cd /usr/local/bin
wget  http://www.pixelbeat.org/scripts/ps_mem.py
chmod +x ps_mem.py

Knut