mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-21 06:45:24 -06:00
docs: add notes for environment variable LOGLEVEL
Signed-off-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
This commit is contained in:
parent
abd98d861d
commit
50548495b3
2 changed files with 3 additions and 1 deletions
3
.github/ISSUE_TEMPLATE.md
vendored
3
.github/ISSUE_TEMPLATE.md
vendored
|
|
@ -4,7 +4,8 @@
|
|||
|
||||
1. Was this issue already reported? Please do a quick search.
|
||||
2. Maybe the problem is solved in the current master branch already?
|
||||
Simply clone nvitop's git repository and run ./nvitop.py to find out.
|
||||
Simply clone nvitop's git repository and run `LOGLEVEL=DEBUG ./nvitop.py`
|
||||
to find out.
|
||||
3. Provide all the relevant information, as outlined in this template.
|
||||
Feel free to remove any sections you don't need.
|
||||
-->
|
||||
|
|
|
|||
|
|
@ -345,6 +345,7 @@ process filtering:
|
|||
| `NVITOP_MONITOR_MODE` | The default display mode (a comma-separated string) | `auto` / `full` / `compact`<br>`plain` / `colorful`<br>`dark` / `light` | `auto,plain,dark` |
|
||||
| `NVITOP_GPU_UTILIZATION_THRESHOLDS` | Thresholds of GPU utilization | `10,75` , `1,99`, ... | `10,75` |
|
||||
| `NVITOP_MEMORY_UTILIZATION_THRESHOLDS` | Thresholds of GPU memory percent | `10,80` , `1,99`, ... | `10,80` |
|
||||
| `LOGLEVEL` | Log level for log messages | `DEBUG` , `INFO`, `WARNING`, ... | `WARNING` |
|
||||
|
||||
For example:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue