#%env/templates/metas.template%#
#%env/templates/header.template%# #%env/templates/submenuComputation.template%# Type |
After Startup |
After Initializations before GC |
After Initializations after GC |
Now #(gc)#before GC::after GC#(/gc)# |
Description |
---|---|---|---|---|---|
Max | #[memoryMax]# MByte | maximum memory that the JVM will attempt to use | |||
Available | #[memoryAvailAfterStartup]# MByte | #[memoryAvailAfterInitBGC]# MByte | #[memoryAvailAfterInitAGC]# MByte | #[memoryAvailNow]# MByte | total available memory including free for the JVM within maximum |
Total | #[memoryTotalAfterStartup]# MByte | #[memoryTotalAfterInitBGC]# MByte | #[memoryTotalAfterInitAGC]# MByte | #[memoryTotalNow]# MByte | total memory taken from the OS |
Free | #[memoryFreeAfterStartup]# MByte | #[memoryFreeAfterInitBGC]# MByte | #[memoryFreeAfterInitAGC]# MByte | #[memoryFreeNow]# MByte | free memory in the JVM within total amount |
Used | #[memoryUsedAfterStartup]# MByte | #[memoryUsedAfterInitBGC]# MByte | #[memoryUsedAfterInitAGC]# MByte | #[memoryUsedNow]# MByte | used memory in the JVM within total amount |
Table | Size | Key | Value | ||
---|---|---|---|---|---|
Chunk Size | Used Memory | Chunk Size | Used Memory | ||
#[tableIndexPath]# | #[tableSize]# | #[tableKeyChunkSize]# | #[tableKeyMem]# | #[tableValueChunkSize]# | #[tableValueMem]# |
Total Mem = #[EcoIndexTotalMem]# MB |
Table | Size | Chunk Size | Needed Memory | Used Memory |
---|---|---|---|---|
#[Name]# | #[Count]# | #[ChunkSize]# | #[NeededMem]# | #[UsedMem]# |
Total Mem: #[indexcacheTotalMem]# MB |
Type | Size | Hit | Miss | Insert | Delete |
---|---|---|---|---|---|
DNSCache/Hit | #[namecacheHit.size]# | #[namecacheHit.Hit]# | #[namecacheHit.Miss]# | #[namecacheHit.Insert]# | (ARC) |
DNSCache/Miss | #[namecacheMiss.size]# | #[namecacheMiss.Hit]# | #[namecacheMiss.Miss]# | #[namecacheMiss.Insert]# | (ARC) |
DNSNoCache | #[namecache.noCache]# | ||||
HashBlacklistedCache | #[blacklistcache.size]# | ||||
Search Event Cache | #[searchevent.size]# | #[searchevent.hit]# | #[searchevent.miss]# | #[searchevent.insert]# | #[searchevent.delete]# |