Is your feature request related to a problem? Please describe.
Checking container resource usage functionality is not
Describe the solution you'd like
A shortcut key to display container resource usage in a linux top like table format just like docker stats command with options to sort each column by column header:
CONTAINER-ID CONTAINER-NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS
Describe alternatives you've considered
Right now the only way to view these details is to close Ducker run docker stats to check resource usage and then open Ducker again after
Additional context
This is really useful when dealing with resources bottlenecks on a single headless docker host
Is your feature request related to a problem? Please describe.
Checking container resource usage functionality is not
Describe the solution you'd like
A shortcut key to display container resource usage in a linux
toplike table format just likedocker statscommand with options to sort each column by column header:CONTAINER-ID CONTAINER-NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDSDescribe alternatives you've considered
Right now the only way to view these details is to close Ducker run
docker statsto check resource usage and then open Ducker again afterAdditional context
This is really useful when dealing with resources bottlenecks on a single headless docker host