Inherits ShowCont.
Public Member Functions | |
int | showMain (int event, Event *e) |
int | showConnectionsOnThread (int event, Event *e) |
int | showConnections (int event, Event *e) |
int | showSingleThread (int event, Event *e) |
int | showThreads (int event, Event *e) |
int | showSingleConnection (int event, Event *e) |
int | showHostnames (int event, Event *e) |
ShowNet (Continuation *c, HTTPHdr *h) | |
Data Fields | |
int | ithread |
IpEndpoint | addr |
Definition at line 31 of file UnixNetPages.cc.
ShowNet::ShowNet | ( | Continuation * | c, | |
HTTPHdr * | h | |||
) | [inline] |
Definition at line 204 of file UnixNetPages.cc.
References addr, SET_HANDLER, and showMain().
int ShowNet::showConnections | ( | int | event, | |
Event * | e | |||
) | [inline] |
Definition at line 125 of file UnixNetPages.cc.
References ShowCont::begin(), CHECK_SHOW, eventProcessor, EventProcessor::eventthread, EThread::schedule_imm(), SET_HANDLER, ShowCont::show(), and showConnectionsOnThread().
Referenced by register_ShowNet().
int ShowNet::showConnectionsOnThread | ( | int | event, | |
Event * | e | |||
) | [inline] |
Definition at line 51 of file UnixNetPages.cc.
References addr, ats_ip_ntop(), ats_ip_port_host_order(), ats_is_ip(), CHECK_SHOW, ShowCont::complete(), ET_NET, Event::ethread, eventProcessor, EventProcessor::eventthread, forl_LL, get_NetHandler(), HRTIME_SECOND, EThread::id, ink_get_hrtime(), ithread, Continuation::mutex, MUTEX_TRY_LOCK, EventProcessor::n_threads_for_type, NET_RETRY_DELAY, EThread::schedule_imm(), EThread::schedule_in(), and ShowCont::show().
Referenced by showConnections().
int ShowNet::showHostnames | ( | int | event, | |
Event * | e | |||
) | [inline] |
Definition at line 198 of file UnixNetPages.cc.
References ShowCont::begin(), CHECK_SHOW, and ShowCont::complete().
int ShowNet::showMain | ( | int | event, | |
Event * | e | |||
) | [inline] |
Definition at line 36 of file UnixNetPages.cc.
References ShowCont::begin(), CHECK_SHOW, ShowCont::complete(), and ShowCont::show().
Referenced by register_ShowNet(), and ShowNet().
int ShowNet::showSingleConnection | ( | int | event, | |
Event * | e | |||
) | [inline] |
Definition at line 193 of file UnixNetPages.cc.
References ShowCont::begin(), CHECK_SHOW, and ShowCont::complete().
int ShowNet::showSingleThread | ( | int | event, | |
Event * | e | |||
) | [inline] |
Definition at line 154 of file UnixNetPages.cc.
References CHECK_SHOW, ShowCont::complete(), connections, ET_NET, Event::ethread, eventProcessor, EventProcessor::eventthread, forl_LL, get_NetHandler(), get_PollDescriptor(), ithread, Continuation::mutex, MUTEX_TRY_LOCK, EventProcessor::n_threads_for_type, NET_RETRY_DELAY, PollDescriptor::result, EThread::schedule_imm(), EThread::schedule_in(), and ShowCont::show().
Referenced by showThreads().
int ShowNet::showThreads | ( | int | event, | |
Event * | e | |||
) | [inline] |
Definition at line 186 of file UnixNetPages.cc.
References ShowCont::begin(), CHECK_SHOW, eventProcessor, EventProcessor::eventthread, EThread::schedule_imm(), SET_HANDLER, and showSingleThread().
Referenced by register_ShowNet().
Definition at line 34 of file UnixNetPages.cc.
Referenced by register_ShowNet(), showConnectionsOnThread(), and ShowNet().
int ShowNet::ithread |
Definition at line 33 of file UnixNetPages.cc.
Referenced by showConnectionsOnThread(), and showSingleThread().