GoogleCloudPlatform / gcping

The source for the CLI and web app at gcping.com
https://gcping.com
Apache License 2.0
385 stars 57 forks source link

Add min, max and mean besides the current median measurement? #157

Open ivanbaldo opened 10 months ago

ivanbaldo commented 10 months ago

Maybe add min, max and mean besides the current median measurement?

Jc-L commented 6 months ago

Here is patch that displays median, 90-percentile, and max measurement. To have have 90-percentile and max differ, use at least -n 20

The patch: 90percentile.patch