Inherits Continuation.
Public Member Functions | |
int | mainEvent (int event, Event *e) |
ShowStats () | |
Data Fields | |
int | cycle |
int64_t | last_cc |
int64_t | last_rb |
int64_t | last_w |
int64_t | last_r |
int64_t | last_wb |
int64_t | last_nrb |
int64_t | last_nw |
int64_t | last_nr |
int64_t | last_nwb |
int64_t | last_p |
int64_t | last_o |
Definition at line 848 of file Main.cc.
ShowStats::ShowStats | ( | ) | [inline] |
Definition at line 969 of file Main.cc.
References fp, mainEvent(), and SET_HANDLER.
int ShowStats::mainEvent | ( | int | event, | |
Event * | e | |||
) | [inline] |
Definition at line 865 of file Main.cc.
References cycle, fp, last_nr, last_nrb, last_nw, last_nwb, last_p, last_r, last_rb, last_w, last_wb, net_calls_to_readfromnet_afterpoll_stat, net_calls_to_readfromnet_stat, net_calls_to_writetonet_afterpoll_stat, net_calls_to_writetonet_stat, net_connections_currently_open_stat, net_handler_run_stat, net_read_bytes_stat, NET_READ_DYN_STAT, NET_READ_DYN_SUM, NET_READ_GLOBAL_DYN_SUM, and net_write_bytes_stat.
Referenced by ShowStats().
int ShowStats::cycle |
Definition at line 853 of file Main.cc.
Referenced by mainEvent().
int64_t ShowStats::last_cc |
int64_t ShowStats::last_nr |
Definition at line 861 of file Main.cc.
Referenced by mainEvent().
int64_t ShowStats::last_nrb |
Definition at line 859 of file Main.cc.
Referenced by mainEvent().
int64_t ShowStats::last_nw |
Definition at line 860 of file Main.cc.
Referenced by mainEvent().
int64_t ShowStats::last_nwb |
Definition at line 862 of file Main.cc.
Referenced by mainEvent().
int64_t ShowStats::last_o |
int64_t ShowStats::last_p |
Definition at line 863 of file Main.cc.
Referenced by mainEvent().
int64_t ShowStats::last_r |
Definition at line 857 of file Main.cc.
Referenced by mainEvent().
int64_t ShowStats::last_rb |
Definition at line 855 of file Main.cc.
Referenced by mainEvent().
int64_t ShowStats::last_w |
Definition at line 856 of file Main.cc.
Referenced by mainEvent().
int64_t ShowStats::last_wb |
Definition at line 858 of file Main.cc.
Referenced by mainEvent().