|
Tor 0.4.9.8
|
Data Fields | |
| time_t | since |
| time_t | changed |
| tor_addr_t | last_reached_addr |
| uint16_t | last_reached_port |
| unsigned long | weighted_run_length |
| time_t | start_of_run |
| double | total_run_weights |
| time_t | start_of_downtime |
| unsigned long | weighted_uptime |
| unsigned long | total_weighted_time |
| time_t changed |
When did we most recently note a change to this OR?
Definition at line 117 of file rephist.c.
Referenced by get_or_history(), and rep_history_clean().
| tor_addr_t last_reached_addr |
The address at which we most recently connected to this OR successfully.
Definition at line 121 of file rephist.c.
Referenced by get_or_history(), and rep_hist_note_router_reachable().
| uint16_t last_reached_port |
The port at which we most recently connected to this OR successfully
Definition at line 124 of file rephist.c.
Referenced by rep_hist_note_router_reachable().
| time_t since |
When did we start tracking this OR?
Definition at line 115 of file rephist.c.
Referenced by get_or_history().
| time_t start_of_run |
If the router is now online (according to stability-checking rules), when did it come online?
Definition at line 132 of file rephist.c.
Referenced by get_stability(), get_total_weighted_time(), get_weighted_fractional_uptime(), rep_hist_get_uptime(), rep_hist_load_mtbf_data(), rep_hist_note_router_reachable(), rep_hist_note_router_unreachable(), rep_hist_record_mtbf_data(), and rep_history_clean().
| double total_run_weights |
Sum of weights for runs in weighted_run_length.
Definition at line 134 of file rephist.c.
Referenced by get_stability(), rep_hist_downrate_old_runs(), rep_hist_load_mtbf_data(), rep_hist_note_router_unreachable(), rep_hist_record_mtbf_data(), and rep_history_clean().
| unsigned long weighted_run_length |
Weighted sum total of all times that this router has been online.
Definition at line 129 of file rephist.c.
Referenced by get_stability(), rep_hist_downrate_old_runs(), rep_hist_load_mtbf_data(), rep_hist_make_router_pessimal(), rep_hist_note_router_unreachable(), and rep_hist_record_mtbf_data().