From 65aa52ac42175da842467398980c915ed6b6a1d0 Mon Sep 17 00:00:00 2001 From: moosecrap Date: Mon, 3 Feb 2025 06:17:35 -0800 Subject: [PATCH] Readme update. --- README.md | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index cd5b03d..5504c23 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Available options: --sensors : Print sensor readings even if setting a fan speed --compact : Print sensor reading in a compact one-line per card format --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: @@ -58,27 +58,29 @@ Read sensors: ```text $ ./evga-icx #0: EVGA GeForce RTX 3090 FTW3 Ultra v2 (/dev/i2c-3) @ c:00.0 -Fan 0: 1122 RPM (37/0%, Auto) -Fan 1: 1177 RPM (39/0%, Auto) -Fan 2: 1189 RPM (39/0%, Offset) +Fan 0: 2133 RPM (71/0%, Auto) +Fan 1: 2123 RPM (70/0%, Auto) +Fan 2: 2122 RPM (70/0%, Offset) Ext. fan: 0 RPM (0/0%, Offset) -GPU1: +36°C -GPU2: +41.2°C -MEM1: +42.8°C -MEM2: +41.1°C -MEM3: +41.5°C -PWR1: +40.5°C -PWR2: +41.2°C -PWR3: +41.9°C -PWR4: +42.5°C -PWR5: +42.0°C -Clock reasons: GPU idle (0x1) +GPU1: +73°C +GPU2: +70.6°C +VRAM: +86°C +MEM1: +68.9°C +MEM2: +65.1°C +MEM3: +70.2°C +PWR1: +60.9°C +PWR2: +66.4°C +PWR3: +73.0°C +PWR4: +71.5°C +PWR5: +65.6°C +HotSpot: +84°C +Clock reasons: Power cap (0x4) ``` Compact one-line mode: ```text $ ./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: