Skip to content

Commit ea858fd

Browse files
committed
Add memory and storage utilization update demo script, enhance environment configuration, and update package.json with new demo commands. Introduce UTILIZATION_CSV_PATH in .env.example for CSV file path configuration.
1 parent aed4d6c commit ea858fd

File tree

4 files changed

+604
-1
lines changed

4 files changed

+604
-1
lines changed

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ BULK_CONCURRENT_BATCHES=3
77
BULK_RETRY_ATTEMPTS=3
88
BULK_RETRY_DELAY=1000
99
CPU_UTILIZATION_CSV_PATH=data-examples/server-utilization.csv
10+
UTILIZATION_CSV_PATH=data-examples/server-utilization.csv
1011
DRY_RUN=false

0 commit comments

Comments
 (0)