minio / mc

Unix like utilities for object store
https://min.io/download
GNU Affero General Public License v3.0
2.86k stars 548 forks source link

Add support rpc JSON replay. #5064

Closed klauspost closed 2 weeks ago

klauspost commented 2 weeks ago

Description

Add realtime replay of captured JSON data.

Example:

λ mc support top rpc --json myminio >rpc.json

λ mc support top rpc -in=rpc.json

Sample file: rpc.json.gz

Types of changes