<%@ 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="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数据源连接信息 <%@include file="/commons/include/get.jsp"%>
数据源-${datasourceId } 连接信息
ID 使用次数 最近活动时间 连接时间 Holdability 事务隔离性 自动提交事务 只读性 Pscache
${connectionInfo['id']} ${connectionInfo['useCount']} ${connectionInfo['lastActiveTime']} ${connectionInfo['connectTime']} ${connectionInfo['holdability']} ${connectionInfo['transactionIsolation']} ${connectionInfo['autoCommit']} ${connectionInfo['readoOnly']}
SQL default Row Pretch row Prefetch hit Count
${pscache['sql']} ${pscache['defaultRowPretch']} ${pscache['rowPrefetch']} ${pscache['hitCount']}