Syllo / nvtop

GPU & Accelerator process monitoring for AMD, Apple, Huawei, Intel, NVIDIA and Qualcomm
Other
7.95k stars 291 forks source link

Merge/combine output with htop #117

Closed sevagh closed 2 years ago

sevagh commented 3 years ago

Hello!

I've been interested in having a single ncurses GUI that has both the information of htop and nvtop.

In htop, there is the following issue to add nvidia GPU usage stats: https://github.com/htop-dev/htop/issues/526

I'm wondering if as the author of nvtop you have any suggestion for a way I can somehow run htop + nvtop in a combined manner - like a "ncurses-master" process which has both nvtop + htop concatenated outputs.

Syllo commented 2 years ago

Hey,

I am not aware of anything that could merge two ncurses programs. Have you considered using a terminal multiplexer like tmux or screen ? That way you can split your terminal in half (vertically or horizontally) and run nvtop and htop. The output would be similar to this: tmux_example