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