vminfo watch
Streams snapshots continuously.
Usage
bash
vminfo watch
vminfo watch --json
vminfo watch --count 1
vminfo watch --interval 2sOutput
- Text mode prints timestamped snapshots.
- JSON mode prints JSON Lines with
collected_at,static, andstats.
Good for
- terminal monitoring
- log pipelines
- CI checks
- simple sampling loops
Example
bash
vminfo watch --json --count 3