An open API service indexing awesome lists of open source software.

https://github.com/mmattozzi/ps_mem

A useful python program for displaying memory usage of linux processes that I found somewhere random and very slightly modified
https://github.com/mmattozzi/ps_mem

Last synced: 2 months ago
JSON representation

A useful python program for displaying memory usage of linux processes that I found somewhere random and very slightly modified

Awesome Lists containing this project

README

        

Original script by [email protected] as noted in the comments.
Available at URL: http://www.pixelbeat.org/scripts/ps_mem.py

I made one small change: the original script groups together processes by process name such as 'java' ... this modification lists processes with their full arguments much like running ps -ef. Yeah, big deal. Still, helpful when running many java programs.