STATUS_INIT(CT_WAIT_PRESSURE_COUNT,CACHETABLE_WAIT_PRESSURE_COUNT,UINT64,"number of waits on cache pressure",TOKU_ENGINE_STATUS|TOKU_GLOBAL_STATUS);
STATUS_INIT(CT_WAIT_PRESSURE_TIME,CACHETABLE_WAIT_PRESSURE_COUNT,UINT64,"time waiting on cache pressure",TOKU_ENGINE_STATUS|TOKU_GLOBAL_STATUS);
STATUS_INIT(CT_LONG_WAIT_PRESSURE_COUNT,CACHETABLE_WAIT_PRESSURE_COUNT,UINT64,"number of long waits on cache pressure",TOKU_ENGINE_STATUS|TOKU_GLOBAL_STATUS);
STATUS_INIT(CT_LONG_WAIT_PRESSURE_TIME,CACHETABLE_WAIT_PRESSURE_COUNT,UINT64,"long time waiting on cache pressure",TOKU_ENGINE_STATUS|TOKU_GLOBAL_STATUS);
STATUS_INIT(CT_WAIT_PRESSURE_TIME,CACHETABLE_WAIT_PRESSURE_TIME,UINT64,"time waiting on cache pressure",TOKU_ENGINE_STATUS|TOKU_GLOBAL_STATUS);
STATUS_INIT(CT_LONG_WAIT_PRESSURE_COUNT,CACHETABLE_LONG_WAIT_PRESSURE_COUNT,UINT64,"number of long waits on cache pressure",TOKU_ENGINE_STATUS|TOKU_GLOBAL_STATUS);
STATUS_INIT(CT_LONG_WAIT_PRESSURE_TIME,CACHETABLE_LONG_WAIT_PRESSURE_TIME,UINT64,"long time waiting on cache pressure",TOKU_ENGINE_STATUS|TOKU_GLOBAL_STATUS);