Skip to content

Commit 0c33990

Browse files
committed
Sanitize example output in README
Replace fleet-specific numbers with generic examples that don't expose real infrastructure details.
1 parent 2f05b9c commit 0c33990

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ Scan your cloud for GPU waste and get actionable recommendations to cut your spe
55
```
66
$ gpuaudit scan --skip-eks
77
8-
Found 103 GPU nodes across 111 nodes in gpu-cluster
8+
Found 38 GPU nodes across 47 nodes in gpu-cluster
99
1010
gpuaudit — GPU Cost Audit for AWS
1111
Account: 123456789012 | Regions: us-east-1 | Duration: 4.2s
1212
1313
┌──────────────────────────────────────────────────────────┐
1414
│ GPU Fleet Summary │
1515
├──────────────────────────────────────────────────────────┤
16-
│ Total GPU instances: 103
17-
│ Total monthly GPU spend: $365155
18-
│ Estimated monthly waste: $23408 ( 6%)
16+
│ Total GPU instances: 38
17+
│ Total monthly GPU spend: $127450
18+
│ Estimated monthly waste: $18200 ( 14%)
1919
└──────────────────────────────────────────────────────────┘
2020
21-
CRITICAL — 4 instance(s), $21728/mo potential savings
21+
CRITICAL — 3 instance(s), $15400/mo potential savings
2222
2323
Instance Type Monthly Signal Recommendation
2424
──────────────────────────────────── ────────────────────────── ──────── ──────────────── ──────────────────────────────────────────────
@@ -107,12 +107,12 @@ gpuaudit diff scan-apr-08.json scan-apr-15.json
107107
┌──────────────────────────────────────────────────────────┐
108108
│ Cost Delta │
109109
├──────────────────────────────────────────────────────────┤
110-
│ Monthly spend: $372000 → $365155 (-$6845)
111-
│ Estimated waste: $189000 → $23408 (-$165592)
112-
│ Instances: 116 → 103 (-13 removed, +0 added) │
110+
│ Monthly spend: $142000 → $127450 (-$14550)
111+
│ Estimated waste: $31000 → $18200 (-$12800)
112+
│ Instances: 45 → 38 (-9 removed, +2 added)
113113
└──────────────────────────────────────────────────────────┘
114114
115-
REMOVED — 13 instance(s), -$6845/mo
115+
REMOVED — 9 instance(s), -$16200/mo
116116
...
117117
```
118118

0 commit comments

Comments
 (0)