File: README

package info (click to toggle)
smemstat 0.02.13-1
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 148 kB
  • sloc: ansic: 1,298; python: 59; makefile: 41
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.