I like the UI in the Windows 10 task manager:
In particular, I like the fact that the most important four shared resources on a computer are displayed without spurious information, and the color-coding that lets me figure out immediately the major offenders.
I have seen several process monitors and task managers in Linux, but nothing that matches the clarity of this display. In particular, most task managers limit themselves to CPU and memory.
Is there a process manager for Linux that mimics this GUI?
EDIT to make the question clearer: I am looking for a task manager that clearly displays the information in those four columns: a breakup of processor, memory, disk and network usage by process, possibly in an uncluttered UI and without other spurious information. I can find plenty of system monitoring tools on Linux that display only the first two columns of that table. I can also find tools that plot total network usage vs. time. Both do not seem as effective as Windows 10's task manager: they do not allow me to immediately identify which of the four is the bottleneck on my system and which process uses up the most of that resource.