Tor 0.4.9.0-alpha-dev
Data Fields
overload_stats_t Struct Reference

Data Fields

time_t overload_general_time
 
time_t overload_ratelimits_time
 
uint64_t overload_read_count
 
uint64_t overload_write_count
 
time_t overload_fd_exhausted_time
 
uint64_t overload_fd_exhausted
 

Detailed Description

Represents a state of overload stats.

All the timestamps in this structure have already been rounded down to the nearest hour.

Definition at line 193 of file rephist.c.

Field Documentation

◆ overload_fd_exhausted

uint64_t overload_fd_exhausted

Definition at line 207 of file rephist.c.

◆ overload_fd_exhausted_time

time_t overload_fd_exhausted_time

Definition at line 205 of file rephist.c.

◆ overload_general_time

time_t overload_general_time

Definition at line 195 of file rephist.c.

◆ overload_ratelimits_time

time_t overload_ratelimits_time

Definition at line 198 of file rephist.c.

◆ overload_read_count

uint64_t overload_read_count

Definition at line 200 of file rephist.c.

◆ overload_write_count

uint64_t overload_write_count

Definition at line 202 of file rephist.c.


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