Syllo / nvtop

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

Dependend on general user-specific environment variables: Takes `tabs -8` for granted #192

Closed fbruetting closed 1 year ago

fbruetting commented 1 year ago

v3.0.1

I have tabs -4 in my .bashrc, as I all my code uses a tab width of 4, and thus want my CLI dev tools to reflect that. nvtop however strongly depends on the user setting tabs -8 (or the user not modifying tabs command), because otherwise it produces distorted graphs. See the following images. The mentioned commands should make them reproducible.

Summary: It would be good if nvtop would not depend on general user settings and produce correct graphs, no matter what the user tabs width setting is.

tabs -8; nvtop

Bildschirmfoto vom 2023-02-20 21-26-48

tabs -4; nvtop

Bildschirmfoto vom 2023-02-20 21-27-47

Syllo commented 1 year ago

Weird, I cannot reproduce it on my system within gnome-terminal. On top of that, the graph plot does not use tabs at all so I am a bit confused.

Which terminal emulator and system are you using?

Syllo commented 1 year ago

Closing and follow issue #200