colima icon indicating copy to clipboard operation
colima copied to clipboard

Show the number of CPU and MEM used

Open robsonpeixoto opened this issue 1 year ago • 1 comments

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 

robsonpeixoto avatar Jul 14 '22 12:07 robsonpeixoto

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.

abiosoft avatar Jul 14 '22 12:07 abiosoft