Skip to content

Commit d1fa2f4

Browse files
committed
added new nvidia-smi tip from email
1 parent 059ec2c commit d1fa2f4

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/hpc/06_tools_and_software/08_utils.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,17 @@ It will provide detailed information like:
6565
- P-States: Performance states from P0 (max performance) to P12 (minimum idle)
6666
- device details like power consumption and temperature
6767

68+
:::tip
69+
You can get output refreshed every 5 seconds with:
70+
```bash
71+
nvidia-smi -l 5
72+
```
73+
Alternatively, you can use:
74+
```bash
75+
/share/apps/images/run-nvtop-3.2.0.bash nvtop
76+
```
77+
:::
78+
6879
:::tip
6980
You can get very detailed information about the GPU with:
7081
```bash

0 commit comments

Comments
 (0)