visualize qemu vm statistics in real-time
Open
enhancement
- Dominant language
- Go
- Stars
- 21.9k
- Forks
- 957
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 53
Description
### Description
We (w/@dentrax) thought it'd be good to create a sub-command like `stats` which would display the VM statistics in real-time as the docker's stats command.
```shell
# can take a VM name as an argument or will list all the VM stats if no VM name is given
$ limactl stats
NAME CPUS MEMORY DISK
vbox %13 %27 %31
```
Contributor guide
Assessment
This issue has not been assessed yet.