-
Notifications
You must be signed in to change notification settings - Fork 170
Closed
Description
Hello,
I have been using WARP 1.0.8 with --json which:
- removes the progress bar
- outputs a clean json output which is easy enough to post process in code.
Any subsequent versions have the json output not working anymore.
Is this broken or did the arguments change? The readme never really declared the --json flag
Expected output example:
warp list --objects 1000000 --obj.size 256B --host=xxxx --access-key="xxxx" --secret-key="xxx" --tls --insecure --concurrent 150 --duration 10m --noclear --json
warp: Preparing server.
warp: Uploading 1000200 objects in 300 prefixes warp: Starting benchmark in 3s... warp: Benchmark starting...
warp: Saving benchmark data...
Benchmark data written to "warp-list-2025-07-17[101539]-ReFb.csv.zst"
{
"type": "single",
"operations": [
{
"throughput": {
"start_time": "2025-07-17T10:15:19.569537166Z",
"end_time": "2025-07-17T10:15:38.710257741Z",
"segmented": {
"fastest_start": "2025-07-17T10:15:20.569537166Z",
"median_start": "2025-07-17T10:15:25.569537166Z",
"slowest_start": "2025-07-17T10:15:37.569537166Z",
"sorted_by": "bps",
"segments": [
{
"start": "2025-07-17T10:15:19.569537166Z",
"bytes_per_sec": 12898126,
"obj_per_sec": 50384.43
},
.... [snipped for shortness]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels