|
Tor 0.4.9.8
|
Data Fields | |
| double | mean_num_cells_in_queue |
| double | mean_time_cells_in_queue |
| uint32_t | processed_cells |
Statistics from a single circuit. Collected when the circuit closes, or when we flush statistics to disk.
| double mean_num_cells_in_queue |
Average number of cells in the circuit's queue
Definition at line 1839 of file rephist.c.
Referenced by rep_hist_add_buffer_stats().
| double mean_time_cells_in_queue |
Average time a cell waits in the queue.
Definition at line 1841 of file rephist.c.
Referenced by rep_hist_add_buffer_stats().
| uint32_t processed_cells |
Total number of cells sent over this circuit
Definition at line 1843 of file rephist.c.
Referenced by buffer_stats_compare_entries_(), and rep_hist_add_buffer_stats().