vtop
vtop copied to clipboard
Add flexible layouts
layout.json: Something like:
[ ['cpu', 'memory'], ['process'] ] # Two rows, cpu and memory at the top, process list at the bottom
Then ability to pass in layout
vtop --layout "['cpu']" # Just a big CPU chart
+1 for this feature