STATUS_INIT(LTM_STO_NUM_ELIGIBLE,LOCKTREE_STO_ELIGIBLE_NUM,UINT64,"number of locktrees eligible for the STO",TOKU_ENGINE_STATUS|TOKU_GLOBAL_STATUS);
STATUS_INIT(LTM_STO_END_EARLY_COUNT,LOCKTREE_STO_ENDED_NUM,UINT64,"number of times a locktree ended the STO early",TOKU_ENGINE_STATUS|TOKU_GLOBAL_STATUS);
STATUS_INIT(LTM_STO_END_EARLY_TIME,LOCKTREE_STO_ENDED_SECONDS,TOKUTIME,"time spent ending the STO early (seconds)",TOKU_ENGINE_STATUS|TOKU_GLOBAL_STATUS);
STATUS_INIT(LTM_WAIT_COUNT,LOCKTREE_WAIT_COUNT,UINT64,"number of wait locks",TOKU_ENGINE_STATUS);
STATUS_INIT(LTM_WAIT_TIME,LOCKTREE_WAIT_TIME,UINT64,"time waiting for locks",TOKU_ENGINE_STATUS);
STATUS_INIT(LTM_LONG_WAIT_COUNT,LOCKTREE_LONG_WAIT_COUNT,UINT64,"number of long wait locks ",TOKU_ENGINE_STATUS);
STATUS_INIT(LTM_LONG_WAIT_TIME,LOCKTREE_LONG_WAIT_TIME,UINT64,"long time waiting for locks",TOKU_ENGINE_STATUS);