Last active 3 months ago

teal_wolf_25's Avatar teal_wolf_25 revised this gist 3 months ago. Go to revision

1 file changed, 67 insertions

Loud GPU (file created)

@@ -0,0 +1,67 @@
1 + tw25@izzy:~$ nvidia-smi
2 + Mon Mar 2 22:20:49 2026
3 + +-----------------------------------------------------------------------------------------+
4 + | NVIDIA-SMI 580.126.18 Driver Version: 580.126.18 CUDA Version: 13.0 |
5 + +-----------------------------------------+------------------------+----------------------+
6 + | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
7 + | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
8 + | | | MIG M. |
9 + |=========================================+========================+======================|
10 + | 0 NVIDIA GeForce GTX 1660 ... Off | 00000000:01:00.0 On | N/A |
11 + | 39% 31C P2 39W / 125W | 305MiB / 6144MiB | 1% Default |
12 + | | | N/A |
13 + +-----------------------------------------+------------------------+----------------------+
14 +
15 + +-----------------------------------------------------------------------------------------+
16 + | Processes: |
17 + | GPU GI CI PID Type Process name GPU Memory |
18 + | ID ID Usage |
19 + |=========================================================================================|
20 + | 0 N/A N/A 3799 G /usr/bin/ksecretd 1MiB |
21 + | 0 N/A N/A 4066 G /usr/bin/kwin_wayland 35MiB |
22 + | 0 N/A N/A 4263 G /usr/bin/plasma-keyboard 50MiB |
23 + | 0 N/A N/A 4273 G /usr/bin/Xwayland 2MiB |
24 + | 0 N/A N/A 4378 G /usr/bin/ksmserver 1MiB |
25 + | 0 N/A N/A 4382 G /usr/bin/kded6 1MiB |
26 + | 0 N/A N/A 4410 G /usr/bin/plasmashell 67MiB |
27 + | 0 N/A N/A 4489 G /usr/bin/kaccess 1MiB |
28 + | 0 N/A N/A 4490 G ...it-kde-authentication-agent-1 1MiB |
29 + | 0 N/A N/A 4492 G ...ibexec/xdg-desktop-portal-kde 1MiB |
30 + | 0 N/A N/A 4663 G /usr/bin/kdeconnectd 1MiB |
31 + | 0 N/A N/A 4721 G /usr/bin/xwaylandvideobridge 1MiB |
32 + | 0 N/A N/A 4760 G /usr/libexec/DiscoverNotifier 1MiB |
33 + | 0 N/A N/A 4764 G /usr/bin/kalendarac 1MiB |
34 + | 0 N/A N/A 4929 G /usr/bin/akonadi_control 1MiB |
35 + | 0 N/A N/A 5131 G ...bin/akonadi_archivemail_agent 1MiB |
36 + | 0 N/A N/A 5134 G ...konadi_followupreminder_agent 1MiB |
37 + | 0 N/A N/A 5138 G .../akonadi_maildispatcher_agent 1MiB |
38 + | 0 N/A N/A 5139 G .../bin/akonadi_mailfilter_agent 1MiB |
39 + | 0 N/A N/A 5141 G /usr/bin/akonadi_mailmerge_agent 1MiB |
40 + | 0 N/A N/A 5142 G /usr/bin/akonadi_migration_agent 1MiB |
41 + | 0 N/A N/A 5143 G ...akonadi_newmailnotifier_agent 1MiB |
42 + | 0 N/A N/A 5144 G /usr/bin/akonadi_sendlater_agent 1MiB |
43 + | 0 N/A N/A 5145 G .../akonadi_unifiedmailbox_agent 1MiB |
44 + | 0 N/A N/A 5233 G /usr/bin/kwalletd6 1MiB |
45 + | 0 N/A N/A 5871 C+G /usr/bin/sunshine 71MiB |
46 + | 0 N/A N/A 11423 G /usr/bin/konsole 1MiB |
47 + +-----------------------------------------------------------------------------------------+
48 + tw25@izzy:~$ nvidia-smi -q -d TEMPERATURE
49 +
50 + ==============NVSMI LOG==============
51 +
52 + Timestamp : Mon Mar 2 22:21:01 2026
53 + Driver Version : 580.126.18
54 + CUDA Version : 13.0
55 +
56 + Attached GPUs : 1
57 + GPU 00000000:01:00.0
58 + Temperature
59 + GPU Current Temp : 29 C
60 + GPU T.Limit Temp : N/A
61 + GPU Shutdown Temp : 96 C
62 + GPU Slowdown Temp : 93 C
63 + GPU Max Operating Temp : 91 C
64 + GPU Target Temperature : 83 C
65 + Memory Current Temp : N/A
66 + Memory Max Operating Temp : N/A
67 +
Newer Older