struct _RunStatusInfo { int Index; //operation type index SVTString tstName; //tstName ---most common operations int count; //loop float sum; //response time sum float min; //min response time float max; //max response time float sleep; //sleep time(unused) int err_cnt; //error counter int exec_cnt; //executr counter } ;