|
Wireshark 4.7.2
The Wireshark network protocol analyzer
|
Sliding window buffer tracking per-stream burst and bandwidth statistics. More...
#include <mcast_stream.h>
Public Attributes | |
| nstime_t * | buff |
| int32_t | first |
| int32_t | last |
| int32_t | burstsize |
| int32_t | topburstsize |
| int32_t | count |
| int32_t | burststatus |
| int32_t | numbursts |
| int32_t | buffusage |
| int32_t | buffstatus |
| int32_t | numbuffalarms |
| int32_t | topbuffusage |
| double | maxbw |
Sliding window buffer tracking per-stream burst and bandwidth statistics.
| nstime_t* buffer::buff |
Array of packet arrival timestamps forming the sliding window.
| int32_t buffer::buffstatus |
Current buffer alarm status flag.
| int32_t buffer::buffusage |
Current buffer usage level.
| int32_t buffer::burstsize |
Current burst size in number of packets.
| int32_t buffer::burststatus |
Current burst alarm status flag.
| int32_t buffer::count |
Running packet counter for this stream.
| int32_t buffer::first |
Index of the first (oldest) element in the circular buffer.
| int32_t buffer::last |
Index of the last (newest) element in the circular buffer.
| double buffer::maxbw |
Maximum bandwidth usage in bits per second.
| int32_t buffer::numbuffalarms |
Number of alarms triggered by buffer underruns.
| int32_t buffer::numbursts |
Total number of bursts detected.
| int32_t buffer::topbuffusage |
Peak buffer usage observed within the current refresh interval.
| int32_t buffer::topburstsize |
Maximum burst size observed within the current refresh interval.