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

Fix support top net JSON #4948

Closed klauspost closed 5 months ago

klauspost commented 5 months ago

Description

JSON output was completely mangled. Add switch to limit the number of responses.

How to test this PR?

mc support top net -json -n=1 ALIAS

Types of changes