%@ page import="java.io.*, java.util.*"%> <%@ page language="java" contentType="text/html;charset=utf-8"%> <%@ page import="com.eactive.eai.common.EAITable"%> <%@ page import="com.eactive.eai.common.message.EAIMessage"%> <%@ page import="com.eactive.eai.common.message.ServiceMessage"%> <%@ page import="com.eactive.eai.common.message.EAIMessageManager"%> <%@ page import="com.eactive.eai.common.monitor.EAIServiceMonitor"%> <%@ page import="com.eactive.eai.common.monitor.MonitorVO"%> <%@ page import="java.util.HashMap"%> <% EAIServiceMonitor monitor = EAIServiceMonitor.getInstance(); String[] voKey = monitor.getAllBwkClsKey(); String action = request.getParameter("actionType"); String[] pssCntKey = null; String[] pssErrCntKey = null; HashMap pssCnt = null; HashMap pssCntInPeriod = null; HashMap errPssCnt = null; HashMap errPssCntInPeriod = null; HashMap voByBwk = null; long[] verTotalByBwk = null;; long[] verTotalInPeriodByBwk = null; double sumOfprocessTimeByBwk = 0; double psvSumOfProcessTimeByBwk = 0; double sumOfprocessTimeInPeriodByBwk = 0; double psvSumOfProcessTimeInPeriodByBwk = 0; double avgOfprocessTimeByBwk = 0; double psvAvgOfProcessTimeByBwk = 0; double avgOfprocessTimeInPeriodByBwk = 0; double psvAvgOfProcessTimeInPeriodByBwk = 0; int countEaiSvcCd = 0; int countEaiSvcCdInPeriod = 0; String selectedBwkCls = request.getParameter("bwkCls"); if(selectedBwkCls == null && voKey.length>=1){ selectedBwkCls = voKey[0]; } if(selectedBwkCls!=null) { voByBwk = monitor.getBwkCls(selectedBwkCls); } %>
업무구분 코드/Log Sequence 별 통계 데이터