vminfo ps
Linux-only process listing and filtering.
Usage
bash
vminfo ps
vminfo ps nginx
vminfo ps --filter ssh
vminfo ps --tree
vminfo ps --watch
vminfo ps --limit 20
vminfo ps --json
vminfo ps --sort memOptions
| Flag | Description |
|---|---|
| positional filter | Filter by name, user, PID, command, or state |
--filter | Explicit process filter |
--tree | Render a process tree |
--watch | Refresh continuously |
--count | Number of samples when used with --watch |
--interval | Refresh interval for watch mode |
--limit | Limit the number of rows |
--json | Output JSON |
--sort | Sort by cpu, mem, pid, or name |
Notes
- The default sort is
cpu. - JSON output returns an array of process objects.
--watch --jsonreturns JSON Lines with acollected_attimestamp.- Non-Linux builds keep unsupported stubs for this command.
Example
bash
vminfo ps --filter ssh --sort mem --limit 20