All Downloads are FREE. Search and download functionalities are using the official Maven repository.

webapp.templates.home.screen.autoKeeperClientPath.vm Maven / Gradle / Ivy

There is a newer version: 4.2.18
Show newest version
$control.setTemplate("home:navigation.vm")
#set($user = $rundata.request.session.getAttribute("managerUser"))

 
 





Zookeeper Client连接信息

#set($num = 0) #foreach($autoKeeperConnectionStat in $autoKeeperConnectionStats) #set($num = $num+1) #set($content=$!autoKeeperConnectionStat.getHtmlOriginalContent()) #end
序号 clientAdress sessionId watchStats ephemeralStats MaxLat AvgLat MinLat Queued Recved Sent
$num$!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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy