<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@include file="/commons/include/html_doctype.html"%> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@taglib prefix="f" uri="http://www.jee-soft.cn/functions"%> <%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> <%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> Druid SQL执行状态监控详细信息 <%@include file="/commons/include/get.jsp"%> <%-- --%>
完整SQL语句
执行次数 ${sqlStatData['ExecuteCount'] }
总执行时间(毫秒) ${sqlStatData['TotalTime'] }
最大执行时间(毫秒) ${sqlStatData['MaxTimespan'] }
在事务中执行次数 ${sqlStatData['InTransactionCount'] }
错误次数 ${sqlStatData['ErrorCount'] }
影响记录数 ${sqlStatData['EffectedRowCount'] }
获取记录数 ${sqlStatData['FetchRowCount'] }
正在运行数 ${sqlStatData['RunningCount'] }
并发数 ${sqlStatData['ConcurrentMax'] }
执行统计直方图
获取记录统计直方图
更新统计直方图
ExecAndRsHold