colima
colima copied to clipboard
Show the number of CPU and MEM used
Description
Sometimes I forget how many cpus and memory I used to start the colime and show it on command colime status and on colime start could be very useful.
Could be something like:
❯ colima status
INFO[0000] colima is running
INFO[0000] arch: x86_64
INFO[0000] cpu: 2
INFO[0000] mem: 4
INFO[0000] runtime: docker
INFO[0000] mountType:
INFO[0000] socket: unix:///Users/robinho/.colima/default/docker.sock
That information is available via colima list.
But yeah, it makes sense to have all relevant info as part of the status command. To minimise verboseness, extra details can be hidden behind a flag.