|
VLink 2.0.0
A high-performance communication middleware
|
Information about one process that hosts a VLink endpoint. 更多...
#include <discovery_viewer.h>
Public 成员函数 | |
| bool | operator< (const Process &target) const noexcept |
| Sorts processes for stable display (by host, pid). | |
Public 属性 | |
| uint32_t | type {0} |
| ImplType bitmask of all communication types in this process. | |
| std::string | host |
| Hostname of the process. | |
| uint32_t | pid {0} |
| Process ID. | |
| std::string | name |
| Process name. | |
| std::string | ip |
| IP address of the process host. | |
| double | profiler {-1} |
| CPU utilisation reported by the process (-1 if unavailable). | |
Information about one process that hosts a VLink endpoint.
|
noexcept |
Sorts processes for stable display (by host, pid).
| target | Right-hand side. |
true if *this should sort before target. | std::string vlink::DiscoveryViewer::Process::host |
Hostname of the process.
| std::string vlink::DiscoveryViewer::Process::ip |
IP address of the process host.
| std::string vlink::DiscoveryViewer::Process::name |
Process name.
| uint32_t vlink::DiscoveryViewer::Process::pid {0} |
Process ID.
| double vlink::DiscoveryViewer::Process::profiler {-1} |
CPU utilisation reported by the process (-1 if unavailable).
| uint32_t vlink::DiscoveryViewer::Process::type {0} |
ImplType bitmask of all communication types in this process.