<%@ 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(model.serviceReport.startTime,'yyyy-MM-dd HH:mm:ss')} to ${w:format(model.serviceReport.endTime,'yyyy-MM-dd HH:mm:ss')}
<%@include file="../bugTree.jsp"%>

Server(Domain) Total Failure Failure% Availability% Avg(ms)
${item.id} ${w:format(item.totalCount,'#,###,###,###,##0')} ${w:format(item.failureCount,'#,###,###,###,##0')} ${w:format(item.failurePercent,'0.00000%')} ${w:format(1-item.failurePercent,'0.00000%')} ${w:format(item.failurePercent,'0.00000%')} ${w:format(1-item.failurePercent,'0.00000%')} ${w:format(item.avg,'0.00')}