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

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.

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.