https://github.com/colinianking/smemstat
Smemstat reports the physical memory usage taking into consideration shared memory. The tool can either report a current snapshot of memory usage or periodically dump out any changes in memory.
https://github.com/colinianking/smemstat
linux memory-management process-monitor
Last synced: about 1 year ago
JSON representation
Smemstat reports the physical memory usage taking into consideration shared memory. The tool can either report a current snapshot of memory usage or periodically dump out any changes in memory.
- Host: GitHub
- URL: https://github.com/colinianking/smemstat
- Owner: ColinIanKing
- License: gpl-2.0
- Created: 2015-06-12T08:35:43.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T22:56:13.000Z (over 1 year ago)
- Last Synced: 2025-04-21T08:06:45.977Z (about 1 year ago)
- Topics: linux, memory-management, process-monitor
- Language: C
- Homepage: https://github.com/ColinIanKing/smemstat
- Size: 216 KB
- Stars: 29
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
smemstat can output data in a JSON format using the -o option.
smemstat -o smemstat.json
An example python parser for this data is available as:
scripts/smemstat-parse.py
..to illustrate how to read and parse this data.