Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display object sizes with --analyze.v (#242)
Examples: ``` Operation: PUT - total: 228971, 15.0%, Size: 250000 bytes, Concurrency: 24, Ran 14m59s, starting 2022-12-13 19:48:23.673 +0530 +0530 Throughput by host: * http://minio-site1-db1:9000: Avg: 20.28 MiB/s, 85.04 obj/s. ... ``` ``` Operation: PUT (19517). Ran 2m0s. Size: 1000 bytes. Concurrency: 20. Hosts: 6. Requests considered: 19433: * Avg: 123ms, 50%: 101ms, 90%: 202ms, 99%: 244ms, Fastest: 21ms, Slowest: 321ms ... ``` On multi-sized objects it is already displayed, eg: ``` Operation: PUT (2500). Ran 10s. Concurrency: 20. Requests considered: 2409. Multiple sizes, average 1822444 bytes: Request size 10B -> 10KiB. Requests - 349: ... ```
- Loading branch information