<%@ page contentType="text/html; charset=utf-8"%> <%@ taglib prefix="a" uri="/WEB-INF/app.tld"%> <%@ taglib prefix="w" uri="http://www.unidal.org/web/core"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib prefix="res" uri="http://www.unidal.org/webres"%> From ${w:format(payload.historyStartDate,'yyyy-MM-dd HH:mm:ss')} to ${w:format(payload.historyDisplayEndDate,'yyyy-MM-dd HH:mm:ss')} <%@ include file="crossQuery.jsp" %>
机器:  [  All All  ]   [  ${ip} ${ip}  ] 
Type RemoteIp Total Failure Failure% Avg(ms) QPS
${callInfo.type} ${callInfo.ip} ${w:format(callInfo.totalCount,'#,###,###,###,##0')} ${w:format(callInfo.failureCount,'#,###,###,###,##0')} ${w:format(callInfo.failurePercent,'0.0000%')} ${w:format(callInfo.avg,'0.00')} ${w:format(callInfo.tps,'0.00')}
 
 
Type RemoteIp Total Failure Failure% Avg(ms) QPS
${serviceInfo.type} ${serviceInfo.ip} ${w:format(serviceInfo.totalCount,'#,###,###,###,##0')} ${w:format(serviceInfo.failureCount,'#,###,###,###,##0')} ${w:format(serviceInfo.failurePercent,'0.0000%')} ${w:format(serviceInfo.avg,'0.00')} ${w:format(serviceInfo.tps,'0.00')}