Fields
-
string
uuid
unique identifier/object reference
-
float
io_read_kbs
Read bandwidth (KiB/s)
-
float
io_write_kbs
Write bandwidth (KiB/s)
-
bool
carrier
Report if the PIF got a carrier or not
-
string
vendor_id
Report vendor ID
-
string
vendor_name
Report vendor name
-
string
device_id
Report device ID
-
string
device_name
Report device name
-
int
speed
Speed of the link (if available)
-
bool
duplex
Full duplex capability of the link (if available)
-
string
pci_bus_path
PCI bus path of the pif (if available)
-
datetime
last_updated
Time at which this information was last updated
Implicit messages
-
Record[PIF_metrics]
get_record
(session session_id, PIF_metrics self)
Get a record containing the current state of the given PIF_metrics.
-
PIF_metrics
get_by_uuid
(session session_id, string uuid)
Get a reference to the PIF_metrics instance with the specified UUID.
-
Set[PIF_metrics]
get_all
(session session_id)
Return a list of all the PIF_metrics instances known to the system.
-
Map[PIF_metrics,Record[PIF_metrics]]
get_all_records
(session session_id)
Return a map of PIF_metrics references to PIF_metrics records for all PIF_metrics instances known to the system.
Explicit messages