D.2.6. v3_0_vm_interface_samples_history_view\v3_0_vm_interface_hourly_history_view\v3_0_vm_interface_daily_history_view
Historical statistics for the virtual machine network interfaces in the system.
Table D.16. v3_0_vm_interface_samples_history_view\v3_0_vm_interface_hourly_history_view\v3_0_vm_interface_daily_history_view
Name
|
Type
|
Description
|
---|
history_id
|
integer
|
The unique ID of this row in the table.
|
history_datetime
|
timestamp with time zone
|
The timestamp of this history row (rounded to minute, hour, day as per the aggregation level).
|
vm_interface_id
|
uuid
|
Unique identifier of the interface in the system.
|
receive_rate_percent
|
smallint
|
Used receive rate percentage on the host.
|
max_receive_rate_percent
|
smallint
|
The maximum receive rate for the aggregation period, expressed as a percentage. For hourly aggregations, this is the maximum collected sample value. For daily aggregations, it is the maximum hourly average value.
|
transmit_rate_percent
|
smallint
|
Used transmit rate percentage on the host.
|
max_transmit_rate_percent
|
smallint
|
The maximum transmit rate for the aggregation period, expressed as a percentage. For hourly aggregations, this is the maximum collected sample value. For daily aggregations, it is the maximum hourly average rate.
|
vm_interface_configuration_version
|
integer
|
The virtual machine interface configuration version at the time of sample.
|