| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Database.VCache.Stats
- data VCacheStats = VCacheStats {
- vcstat_file_size :: !Int
 - vcstat_vref_count :: !Int
 - vcstat_pvar_count :: !Int
 - vcstat_root_count :: !Int
 - vcstat_mem_vrefs :: !Int
 - vcstat_mem_pvars :: !Int
 - vcstat_eph_count :: !Int
 - vcstat_alloc_pos :: !Address
 - vcstat_alloc_count :: !Int
 - vcstat_cache_limit :: !Int
 - vcstat_cache_size :: !Int
 - vcstat_gc_count :: !Int
 - vcstat_write_pvars :: !Int
 - vcstat_write_sync :: !Int
 - vcstat_write_frames :: !Int
 
 - vcacheStats :: VSpace -> IO VCacheStats
 
Documentation
data VCacheStats Source
Miscellaneous statistics for a VCache instance. These are not necessarily consistent, current, or useful. But they can say a a bit about the liveliness and health of a VCache system.
Constructors
| VCacheStats | |
Fields 
  | |
Instances
vcacheStats :: VSpace -> IO VCacheStats Source
Compute some miscellaneous statistics for a VCache instance at runtime. These aren't really useful for anything, except to gain some confidence about activity or comprehension of performance.