Tor  0.4.7.0-alpha-dev
Data Fields
circ_buffer_stats_t Struct Reference

Data Fields

double mean_num_cells_in_queue
 
double mean_time_cells_in_queue
 
uint32_t processed_cells
 

Detailed Description

Statistics from a single circuit. Collected when the circuit closes, or when we flush statistics to disk.

Definition at line 1604 of file rephist.c.

Field Documentation

◆ mean_num_cells_in_queue

double mean_num_cells_in_queue

Average number of cells in the circuit's queue

Definition at line 1606 of file rephist.c.

◆ mean_time_cells_in_queue

double mean_time_cells_in_queue

Average time a cell waits in the queue.

Definition at line 1608 of file rephist.c.

◆ processed_cells

uint32_t processed_cells

Total number of cells sent over this circuit

Definition at line 1610 of file rephist.c.

Referenced by buffer_stats_compare_entries_().


The documentation for this struct was generated from the following file: