- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for wm (0.02 sec)
-
istioctl/pkg/metrics/metrics.go
} func printMetrics(writer io.Writer, wm workloadMetrics) { w := tabwriter.NewWriter(writer, 13, 1, 2, ' ', tabwriter.AlignRight) _, _ = fmt.Fprintf(w, "%40s\t", wm.workload) _, _ = fmt.Fprintf(w, "%.3f\t", wm.totalRPS) _, _ = fmt.Fprintf(w, "%.3f\t", wm.errorRPS) _, _ = fmt.Fprintf(w, "%s\t", wm.p50Latency) _, _ = fmt.Fprintf(w, "%s\t", wm.p90Latency) _, _ = fmt.Fprintf(w, "%s\t\n", wm.p99Latency) _ = w.Flush()
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sat Apr 13 05:23:38 UTC 2024 - 8.4K bytes - Viewed (0)