Readme update.
This commit is contained in:
parent
8d4a8f7ee1
commit
65aa52ac42
34
README.md
34
README.md
@ -50,7 +50,7 @@ Available options:
|
|||||||
--sensors : Print sensor readings even if setting a fan speed
|
--sensors : Print sensor readings even if setting a fan speed
|
||||||
--compact : Print sensor reading in a compact one-line per card format
|
--compact : Print sensor reading in a compact one-line per card format
|
||||||
--watch N : Keep printing output every N seconds
|
--watch N : Keep printing output every N seconds
|
||||||
--overwrite : Overwrite previously displayed info with --watch and --compact instead of continuously logging
|
--overwrite : Overwrite previously displayed info with --watch and --compact instead of continuously logging new lines
|
||||||
```
|
```
|
||||||
|
|
||||||
### Examples:
|
### Examples:
|
||||||
@ -58,27 +58,29 @@ Read sensors:
|
|||||||
```text
|
```text
|
||||||
$ ./evga-icx
|
$ ./evga-icx
|
||||||
#0: EVGA GeForce RTX 3090 FTW3 Ultra v2 (/dev/i2c-3) @ c:00.0
|
#0: EVGA GeForce RTX 3090 FTW3 Ultra v2 (/dev/i2c-3) @ c:00.0
|
||||||
Fan 0: 1122 RPM (37/0%, Auto)
|
Fan 0: 2133 RPM (71/0%, Auto)
|
||||||
Fan 1: 1177 RPM (39/0%, Auto)
|
Fan 1: 2123 RPM (70/0%, Auto)
|
||||||
Fan 2: 1189 RPM (39/0%, Offset)
|
Fan 2: 2122 RPM (70/0%, Offset)
|
||||||
Ext. fan: 0 RPM (0/0%, Offset)
|
Ext. fan: 0 RPM (0/0%, Offset)
|
||||||
GPU1: +36°C
|
GPU1: +73°C
|
||||||
GPU2: +41.2°C
|
GPU2: +70.6°C
|
||||||
MEM1: +42.8°C
|
VRAM: +86°C
|
||||||
MEM2: +41.1°C
|
MEM1: +68.9°C
|
||||||
MEM3: +41.5°C
|
MEM2: +65.1°C
|
||||||
PWR1: +40.5°C
|
MEM3: +70.2°C
|
||||||
PWR2: +41.2°C
|
PWR1: +60.9°C
|
||||||
PWR3: +41.9°C
|
PWR2: +66.4°C
|
||||||
PWR4: +42.5°C
|
PWR3: +73.0°C
|
||||||
PWR5: +42.0°C
|
PWR4: +71.5°C
|
||||||
Clock reasons: GPU idle (0x1)
|
PWR5: +65.6°C
|
||||||
|
HotSpot: +84°C
|
||||||
|
Clock reasons: Power cap (0x4)
|
||||||
```
|
```
|
||||||
|
|
||||||
Compact one-line mode:
|
Compact one-line mode:
|
||||||
```text
|
```text
|
||||||
$ ./evga-icx --compact
|
$ ./evga-icx --compact
|
||||||
#0 FAN 37 39 39 0% GPU 35 41 MEM 41 41 41 PWR 40 41 42 42 42°C CLK Idle
|
#0 FAN 72 72 72 0% GPU 76 73 MEM 90 72 67 72 PWR 63 69 76 74 68 HOT 86°C CLK Pwr
|
||||||
```
|
```
|
||||||
|
|
||||||
Set external fan to follow Nvidia driver controlled speed with a -500 RPM offset:
|
Set external fan to follow Nvidia driver controlled speed with a -500 RPM offset:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user