%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<%--
/**
* AD012L.jsp
*
* @system 외환 펀드 서비스 ( Compliance Batch System )
* @author 하나아이앤에스 은행SI팀 (msj@hanains.com)
* @since 2012.06.01
* @version 1.0
* @see
*
*
* << 개정이력(Modification Information) >>
*
* 수정일 수정자 수정내용
* ------- -------- ---------------------------
* 2012.06.10 문석준 최초 생성
*
*
*/
--%>
|
|
|
|
|
거래번호 |
${resultRow.job_name} |
상태 |
${resultRow.status} |
총규제처리시간 |
${resultRow.trans_time} |
작업수행시간 |
${resultRow.job_time} |
총규제개수 |
${resultRow.step_cnt} |
규제위반개수 |
${resultRow.read_cnt} |
조회오류개수 |
${resultRow.read_err_cnt} |
등록오류개수 |
${resultRow.write_err_cnt} |
SQLMap미등록개수 |
${resultRow.query_none_cnt} |
서비스처리 위치 |
${resultRow.prefix} |
전문수신시간 |
${resultRow.req_tm} |
전문응답시간 |
${resultRow.res_tm} |
수행번호채번시작시간 |
${resultRow.istart_tm} |
수행번호채번종료시간 |
${resultRow.iend_tm} |
규제목록조회시작시간 |
${resultRow.qstart_tm} |
규제목록조회종료시간 |
${resultRow.qend_tm} |
규제수행시작시간 |
${resultRow.start_tm} |
규제수행종료시간 |
${resultRow.end_tm} |
응답전문전송시작시간 |
${resultRow.rstart_tm} |
응답전문전송종료시간 |
${resultRow.rend_tm} |
서버 총 메모리 |
${resultRow.tot_mem} |
서버 여유 메모리 |
${resultRow.free_mem} |
응답전문 메시지 |
${resultRow.job_param} |
|
|