We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059ec2c commit d1fa2f4Copy full SHA for d1fa2f4
1 file changed
docs/hpc/06_tools_and_software/08_utils.mdx
@@ -65,6 +65,17 @@ It will provide detailed information like:
65
- P-States: Performance states from P0 (max performance) to P12 (minimum idle)
66
- device details like power consumption and temperature
67
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
75
+/share/apps/images/run-nvtop-3.2.0.bash nvtop
76
77
+:::
78
+
79
:::tip
80
You can get very detailed information about the GPU with:
81
```bash
0 commit comments