File: README

package info (click to toggle)
smemstat 0.01.10-2
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 156 kB
  • ctags: 196
  • sloc: ansic: 968; python: 59; makefile: 28
file content (8 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
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.