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
- Host: GitHub
- URL: https://github.com/mmattozzi/ps_mem
- Owner: mmattozzi
- Created: 2011-01-05T05:20:42.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-05T05:26:37.000Z (over 14 years ago)
- Last Synced: 2025-01-28T18:49:50.041Z (4 months ago)
- Language: Python
- Homepage:
- Size: 85.9 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.pyI 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.