Quick Start
vminfo gives you fast host runtime visibility from the terminal, JSON output, browser dashboard, or Go APIs.
Install
bash
curl -fsSL https://raw.githubusercontent.com/cloudapp3/vminfo/main/install.sh | bashWith sudo:
bash
curl -fsSL https://raw.githubusercontent.com/cloudapp3/vminfo/main/install.sh | sudo bashLaunch the TUI
bash
vminfoPrint a JSON snapshot
bash
vminfo summary --jsonStart the web dashboard
bash
vminfo --webDefault address:
text
http://127.0.0.1:20021Next steps
- Read the command reference
- Open the web dashboard guide
- Use the HTTP API
- Embed the Go library