44 if (!_client_data.is_null() &&
45 _client_data->has_collector(collector_index)) {
46 return _client_data->get_collector_name(collector_index);
73 return _client_hostname;
87 return _client_progname;
string get_collector_name(int collector_index)
Returns the name of the indicated collector, if it is known.
The data associated with a particular client, but not with any one particular frame or thread: the li...
PStatServer * get_server()
Returns the server that owns this monitor.
bool is_client_known() const
Returns true if we've yet received the "hello" message from the client indicating its name...
The overall manager of the network connections.
string get_client_progname() const
Returns the program name of the client we're connected to, if known.
const PStatClientData * get_client_data() const
Returns the client data associated with this monitor.
string get_client_hostname() const
Returns the hostname of the client we're connected to, if known.