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
- Host: GitHub
- URL: https://github.com/pseitz/trackmemoryusage
- Owner: PSeitz
- License: mit
- Created: 2018-02-08T10:34:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T10:58:25.000Z (over 8 years ago)
- Last Synced: 2025-03-20T04:44:42.828Z (about 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`