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

https://github.com/pseitz/trackmemoryusage

track memory usage of process
https://github.com/pseitz/trackmemoryusage

Last synced: about 2 months ago
JSON representation

track memory usage of process

Awesome Lists containing this project

README

          

# TrackMemoryUsage
Tracks memory usage of process every 5 seconds in the format ([Source](https://superuser.com/questions/620004/invoke-and-track-memory-usage-of-one-process?rq=1)):

|Size |Resid. |Shared |Data |%
| --- | --- | --- | --- | --- |
|1215236 |219467 |15734 |747143 |0.9
1215236 |219467 |15734 |747143 |0.9

`curl -L https://raw.githubusercontent.com/PSeitz/TrackMemoryUsage/master/memusage.sh | bash /dev/stdin processname`