Class: Google::Cloud::NetworkManagement::V1::LatencyPercentile
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::LatencyPercentile
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb
Overview
Latency percentile rank and value.
Instance Attribute Summary collapse
-
#latency_micros ⇒ ::Integer
Percent-th percentile of latency observed, in microseconds.
-
#percent ⇒ ::Integer
Percentage of samples this data point applies to.
Instance Attribute Details
#latency_micros ⇒ ::Integer
Returns percent-th percentile of latency observed, in microseconds. Fraction of percent/100 of samples have latency lower or equal to the value of this field.
326 327 328 329 |
# File 'proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb', line 326 class LatencyPercentile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#percent ⇒ ::Integer
Returns Percentage of samples this data point applies to.
326 327 328 329 |
# File 'proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb', line 326 class LatencyPercentile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |