@@ -8,21 +8,21 @@ This plugin analyzes network data as time series, enabling more comprehensive an
88
99## Output Fields
1010
11- | Field Name | Data Type | Description |
12- | -----------------| -----------| ----------------------------------------|
13- | ` NTS_MEAN ` | ` float ` | Mean packet length over the flow duration. |
14- | ` NTS_MIN ` | ` uint16_t ` | Minimum packet length over the flow duration. |
15- | ` NTS_MAX ` | ` uint16_t ` | Maximum packet length over the flow duration. |
16- | ` NTS_STDEV ` | ` float ` | Standard deviation of packet lengths over the flow duration. |
17- | ` NTS_KURTOSIS ` | ` float ` | Kurtosis of packet lengths over the flow duration. |
18- | ` NTS_ROOT_MEAN_SQUARE ` | ` float ` | Root mean square of packet lengths over the flow duration. |
19- | ` NTS_AVERAGE_DISPERSION ` | ` float ` | Average dispersion of packet lengths over the flow duration. |
20- | ` NTS_MEAN_SCALED_TIME ` | ` float ` | Mean of packet lengths scaled by time over the flow duration. |
21- | ` NTS_MEAN_DIFFTIMES ` | ` float ` | Mean of time differences between packets over the flow duration. |
22- | ` NTS_MIN_DIFFTIMES ` | ` float ` | Minimum of time differences between packets over the flow duration. |
23- | ` NTS_MAX_DIFFTIMES ` | ` float ` | Maximum of time differences between packets over the flow duration. |
24- | ` NTS_TIME_DISTRIBUTION ` | ` float ` | Sum of deviations from mean interpacket arrival times. |
25- | ` NTS_SWITCHING_RATIO ` | ` float ` | Ratio of packets when payload length changed in comparison to previous packet. |
11+ | Field Name | Data Type | Description |
12+ | ------------------------ | ---------- | ------------------------------------------------------------------------------ |
13+ | ` NTS_MEAN ` | ` float ` | Mean packet length over the flow duration. |
14+ | ` NTS_MIN ` | ` uint16_t ` | Minimum packet length over the flow duration. |
15+ | ` NTS_MAX ` | ` uint16_t ` | Maximum packet length over the flow duration. |
16+ | ` NTS_STDEV ` | ` float ` | Standard deviation of packet lengths over the flow duration. |
17+ | ` NTS_KURTOSIS ` | ` float ` | Kurtosis of packet lengths over the flow duration. |
18+ | ` NTS_ROOT_MEAN_SQUARE ` | ` float ` | Root mean square of packet lengths over the flow duration. |
19+ | ` NTS_AVERAGE_DISPERSION ` | ` float ` | Average dispersion of packet lengths over the flow duration. |
20+ | ` NTS_MEAN_SCALED_TIME ` | ` float ` | Mean of packet lengths scaled by time over the flow duration. |
21+ | ` NTS_MEAN_DIFFTIMES ` | ` float ` | Mean of time differences between packets over the flow duration. |
22+ | ` NTS_MIN_DIFFTIMES ` | ` float ` | Minimum of time differences between packets over the flow duration. |
23+ | ` NTS_MAX_DIFFTIMES ` | ` float ` | Maximum of time differences between packets over the flow duration. |
24+ | ` NTS_TIME_DISTRIBUTION ` | ` float ` | Sum of deviations from mean interpacket arrival times. |
25+ | ` NTS_SWITCHING_RATIO ` | ` float ` | Ratio of packets when payload length changed in comparison to previous packet. |
2626
2727## Usage
2828
@@ -32,12 +32,11 @@ Add the plugin to your ipfixprobe YAML configuration:
3232
3333``` yaml
3434process_plugins :
35- - nettisa
35+ - nettisa
3636` ` `
3737
3838### CLI Usage
3939
4040You can also enable the plugin directly from the command line:
4141
42- ` ` ` ipfixprobe -p nettisa ...```
43-
42+ ` ipfixprobe -p nettisa ...`
0 commit comments