WANG vor 6 Jahren
Ursprung
Commit
fd01282fb0
1 geänderte Dateien mit 26 neuen und 26 gelöschten Zeilen
  1. 26 26
      src/main/resources/api-status.html

+ 26 - 26
src/main/resources/api-status.html

@@ -7,33 +7,33 @@
 <body>
 	<table style="border: 1px solid blue;" border="1" cellspacing="0">
 		<caption>date: ${dateTime?string('yyyy-MM-dd HH:mm:ss')}</caption>
-		<tr>
+		<tr style="">
 			<th>mapping</th>
-			<th>description</th>
-			<th>count</th>
-			<th>meanRate</th>
-			<th>oneMinuteRate</th>
-			<th>fiveMinuteRate</th>
-			<th>fifteenMinuteRate</th>
-			<th>min</th>
-			<th>max</th>
-			<th>mean</th>
-			<th>p50</th>
-			<th>p75</th>
-			<th>p95</th>
-			<th>p98</th>
-			<th>p99</th>
-			<th>p999</th>
-			<th>exceptionCount</th>
-			<th>exceptionMeanRate</th>
-			<th>exceptionOneMinuteRate</th>
-			<th>exceptionFiveMinuteRate</th>
-			<th>exceptionFifteenMinuteRate</th>
-			<th>exceptionPercent</th>
-			<th>exceptionMeanPercent</th>
-			<th>exceptionOneMinutePercent</th>
-			<th>exceptionFiveMinutePercent</th>
-			<th>exceptionFifteenMinutePercent</th>
+			<th>描述</th>
+			<th>请求总数</th>
+			<th>平均速率(tps)</th>
+			<th>1分钟平均速率(tps)</th>
+			<th>5分钟平均速率(tps)</th>
+			<th>15分钟平均速率(tps)</th>
+			<th>最小耗时(毫秒)</th>
+			<th>最大耗时(毫秒)</th>
+			<th>平均耗时(毫秒)</th>
+			<th>50%耗时(毫秒)</th>
+			<th>75%耗时(毫秒)</th>
+			<th>95%耗时(毫秒)</th>
+			<th>98%耗时(毫秒)</th>
+			<th>99%耗时(毫秒)</th>
+			<th>99.9%耗时(毫秒)</th>
+			<th>异常总数</th>
+			<th>平均异常速率(tps)</th>
+			<th>1分钟异常速率(tps)</th>
+			<th>5分钟异常速率(tps)</th>
+			<th>15分钟异常速率(tps)</th>
+			<th>总异常率</th>
+			<th>平均异常率</th>
+			<th>1分钟异常率</th>
+			<th>5分钟异常率</th>
+			<th>15分钟异常率</th>
 		</tr>
 		<#list data as cur>
 		<tr>