webapp.templates.home.screen.autoKeeperClientPath.vm Maven / Gradle / Ivy
$control.setTemplate("home:navigation.vm")
#set($user = $rundata.request.session.getAttribute("managerUser"))
Zookeeper Client连接信息
序号
clientAdress
sessionId
watchStats
ephemeralStats
MaxLat
AvgLat
MinLat
Queued
Recved
Sent
#set($num = 0)
#foreach($autoKeeperConnectionStat in $autoKeeperConnectionStats)
#set($num = $num+1)
$num
#set($content=$!autoKeeperConnectionStat.getHtmlOriginalContent())
$!autoKeeperConnectionStat.clientAddress
$!autoKeeperConnectionStat.sessionId
点击查看详细信息
#foreach($autoKeeperWatchStat in $!autoKeeperConnectionStat.watchStats)
#foreach($path in $!autoKeeperWatchStat.paths)
$path
#end
#end
点击查看详细信息
#foreach($autoKeeperWatchStat in $!autoKeeperConnectionStat.ephemeralStats)
#foreach($path in $!autoKeeperWatchStat.paths)
$path
#end
#end
$!autoKeeperConnectionStat.maxLatency
$!autoKeeperConnectionStat.avgLatency
$!autoKeeperConnectionStat.minLatency
$!autoKeeperConnectionStat.queued
$!autoKeeperConnectionStat.recved
$!autoKeeperConnectionStat.sent
#end
© 2015 - 2024 Weber Informatics LLC | Privacy Policy