#INCLUDE("INC-Header.html") #INCLUDE("INC-Quickbar.html")

{AllCaches}

#WITH(#ApplicationServer) #ENDWITH
{IP_Port} {PoolName} {Requests} {Memory_MB} {UpTime_min}
#IP:#Port #PoolName #RequestNo #Memory #UpTime

#LOOP(#Caches) #ENDLOOP #IF(NOT #COUNT(#Caches))#ENDIF
{Name} {Hits} {Misses} {CurrentCount} {MaxCount} {CurrentBytes} {MaxBytes} {Alert}
{Total} #COUNT(#Caches)
#CacheName #CacheHits #CacheMisses #CacheCurrentCount #CacheMaxCount #CacheCurrentBytes #CacheMaxBytes #IF(#CacheCurrentCount==#CacheMaxCount AND #CacheMaxCount!=1){CacheFull}#ENDIF #IF(#CacheHits NE "" AND #CacheMisses>#CacheHits){CacheInefficient}#ENDIF #IF(#CacheCurrentBytes>500000){CacheLarge}#ENDIF
{NoEntry}