public interface IWriteCacheCounters
WriteCache.| Modifier and Type | Field and Description | 
|---|---|
| static String | BYTES_ACCEPTEDThe #of bytes in the records that were accepted by the cache. | 
| static String | BYTES_PER_WRITEThe average bytes per write (will under-report if we must retry writes). | 
| static String | BYTES_WRITTENThe #of bytes written onto the backing channel. | 
| static String | HIT_RATEThe effective hit rate for the cache. | 
| static String | NACCEPTThe #of records that were accepted by the cache. | 
| static String | NCHANNEL_WRITEThe #of writes onto the backing channel - this is either
  WriteCachebuffer instances or individual records in thoseWriteCachebuffers depending on whether theWriteCachesupports gathered writes (for the WORM, it is the #ofWriteCacheinstances written, for the RW, it is the #of records written). | 
| static String | NHITThe #of read requests that were satisfied by the cache. | 
| static String | NMISSThe #of read requests that were not satisfied by the cache. | 
| static String | WRITE_SECSThe elapsed time (in seconds) writing on the backing channel. | 
static final String NHIT
static final String NMISS
static final String HIT_RATE
static final String NACCEPT
static final String BYTES_ACCEPTED
static final String NCHANNEL_WRITE
WriteCache buffer instances or individual records in those
 WriteCache buffers depending on whether the WriteCache
 supports gathered writes (for the WORM, it is the #of WriteCache
 instances written, for the RW, it is the #of records written).static final String BYTES_WRITTEN
static final String BYTES_PER_WRITE
static final String WRITE_SECS
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.