Skip to content

Commit 6369f02

Browse files
committed
Update releases.
1 parent d8fce14 commit 6369f02

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

docs/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ my_streamer = NFStreamer(source="facebook.pcap",
4646
statistical_analysis=False,
4747
splt_analysis=0,
4848
n_meters=0,
49-
performance_summary=False)
49+
performance_report=0)
5050
```
5151

5252
### NFStreamer attributes
@@ -64,7 +64,7 @@ my_streamer = NFStreamer(source="facebook.pcap",
6464
| `statistical_analysis` | `[default=False]` | Enable/Disable post-mortem flow statistical analysis. |
6565
| `splt_analysis` | `[default=0]` | Specify the sequence of first packets length for early statistical analysis. When set to 0, splt_analysis is disabled. |
6666
| `n_meters` | `[default=0]` | Specify the number of parallel metering processes. When set to 0, NFStreamer will automatically scale metering according to available physical cores on the running host. |
67-
| `performance_summary` | `[default=false]` | Enable/Disable printing performance summary. |
67+
| `performance_report` | `[default=0]` | [**Performance report**](https://github.com/nfstream/nfstream/blob/master/assets/PERFORMANCE_REPORT.md) interval in seconds. Disabled whhen set to 0. Ignored for offline capture. |
6868

6969
### NFStreamer methods
7070

docs/releases.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,17 @@ This page contains NFStream release history
1515

1616
- GitHub page: <https://github.com/aouinizied/nfstream>{:target="_blank"}
1717

18-
## Latest Official Release - v6.0.5
18+
## Latest Official Release - v6.1.0
1919

20-
Release date: 2020-09-13 {% include new-release.html %}
20+
Release date: 2020-09-14 {% include new-release.html %}
21+
22+
* Optimize PACKET_FANOUT on Linux (cpu affinity assigning strategy).
23+
* Fix keybord interupt handling issue.
24+
* Implement Json periodic performance report for live capture.
25+
26+
## v6.0.5
27+
28+
Release date: 2020-09-13
2129

2230
* Enable PACKET_FANOUT on Linux (Kernel load balancing).
2331
* Improve Keyboard Interrupt handling.

0 commit comments

Comments
 (0)