Skip to content

vminfo summary

Collects one snapshot of the current host state.

Usage

bash
vminfo summary
vminfo summary --json
vminfo summary --interval 1s

Output

  • Text mode prints a human-readable host summary.
  • JSON mode prints a vminfo.Snapshot object with static and stats fields.

When to use it

  • quick terminal checks
  • shell scripts
  • CI diagnostics
  • automation that needs a single sample

Example

bash
vminfo summary --json
最近更新

Released under the MIT License.