PacketIntervals(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Next free: 7
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
avg_ms |
int
Average observed inter-packet interval in milliseconds. This field is a member of oneof _ _avg_ms .
|
duration |
str
From how long ago in the past these intervals were observed. Check the Duration enum for the list of possible values. This field is a member of oneof _ _duration .
|
max_ms |
int
Maximum observed inter-packet interval in milliseconds. This field is a member of oneof _ _max_ms .
|
min_ms |
int
Minimum observed inter-packet interval in milliseconds. This field is a member of oneof _ _min_ms .
|
num_intervals |
int
Number of inter-packet intervals from which these statistics were derived. This field is a member of oneof _ _num_intervals .
|
type_ |
str
The type of packets for which inter-packet intervals were computed. Check the Type enum for the list of possible values. This field is a member of oneof _ _type .
|
Classes
Duration
Duration(value)
From how long ago in the past these intervals were observed.
Type
Type(value)
The type of packets for which inter-packet intervals were computed.