Acc Number of accesses this connection / this child / this slot
对应源码中的这三个值
//Number of accesses this connection
conn_lres = ws_record->conn_count;
//this child
my_lres = ws_record->my_access_count;
// this slot
lres = ws_record->access_count;
主要是后2个值怎么理解呢?
...全文
1501打赏收藏
Apache server-status 中的acc 怎么理解
AccNumber of accesses this connection / this child / this slot 对应源码中的这三个值 //Number of accesses this connection conn_lres = ws_record->conn_count; //this child my_lres = ws_record->my_access_count; // this slot lres = ws_record->access_count; 主要是后2个值怎