update README example output with v12 numbers

This commit is contained in:
Chris Rai
2026-02-05 10:37:06 -05:00
parent 27fe5af164
commit a813a51696

View File

@@ -121,42 +121,42 @@ curl http://localhost:8077/cost/report
╠══════════════════════════════════════════════════════════════════╣
║ FLEET OVERVIEW ║
║ ─────────────────────────────────────────────────────────────── ║
║ Active Vehicles: 3229
║ Cloud Cost: $9761.61
║ On-Prem Cost: $677.88
║ Savings: $9083.73 (93.1%)
║ Active Vehicles: 3301
║ Cloud Cost: $10662.95
║ On-Prem Cost: $770.97
║ Savings: $9891.98 (92.8%)
╠══════════════════════════════════════════════════════════════════╣
║ RESOURCE USAGE MODEL ║
║ ─────────────────────────────────────────────────────────────── ║
║ Platform Base: 176 cores / 896 GB RAM (fixed)
║ Platform Base: 80 cores / 544 GB RAM (fixed)
║ Per-VIN Marginal: 50 millicores / 82 MB RAM
║ Total Fleet: 337.5 cores / 1154.3 GB RAM
║ Total Fleet: 245.1 cores / 808.1 GB RAM
╠══════════════════════════════════════════════════════════════════╣
║ COST FORMULA ║
║ ─────────────────────────────────────────────────────────────── ║
║ (Platform Base) + (Per-VIN × 3229 VINs) + Managed Services
║ (Platform Base) + (Per-VIN × 3301 VINs) + Managed Services
╠══════════════════════════════════════════════════════════════════╣
║ COST RATES ║
║ ─────────────────────────────────────────────────────────────── ║
║ Cloud: CPU $0.30/core-hr Memory $0.080/GB-hr
║ On-Prem: CPU $0.02/core-hr Memory $0.005/GB-hr
║ Base Infra: Cloud $10.00/15min On-Prem $2.50/15min
║ Cloud: CPU $0.35/core-hr Memory $0.100/GB-hr
║ On-Prem: CPU $0.01/core-hr Memory $0.004/GB-hr
║ Base Infra: Cloud $17.00/15min On-Prem $1.50/15min
╠══════════════════════════════════════════════════════════════════╣
║ ANNUAL PROJECTION (based on current usage) ║
║ ─────────────────────────────────────────────────────────────── ║
║ Cloud Annual: $117139.28
║ On-Prem Annual: $8134.50
║ Annual Savings: $109004.77
║ Cloud Annual: $127955.46
║ On-Prem Annual: $9251.64
║ Annual Savings: $118703.82
╚══════════════════════════════════════════════════════════════════╝
TOP COST VEHICLES:
VIN CPU (mc) RAM (MB) Cloud $ On-Prem $ Savings %
─────────────────── ──────── ──────── ────────── ────────── ────────
VCF1UBU21PG008884 100 164 14.10 1.04 92.6%
VCF1EBU24PG007242 100 164 14.10 1.04 92.6%
VCF1ZBU29PG006267 100 164 14.10 1.04 92.6%
VCF1EBU26PG007307 75 123 13.41 0.99 92.6%
VCF1EBU22PG011967 50 82 12.77 0.93 92.8%
VCF1EBU24PG007242 670 1032 15.36 1.17 92.4%
VCF1UBU21PG008884 670 1032 15.36 1.17 92.4%
VCF1ZBU29PG006267 694 1067 15.13 1.15 92.4%
VCF1EBU26PG007307 683 1051 14.48 1.11 92.4%
VCF1EBU22PG011385 676 1040 13.93 1.03 92.6%
...
```