Skip to content

Commit

Permalink
Merge pull request #1 from fchensan/fix-typo-on-api-documentation
Browse files Browse the repository at this point in the history
Fix typo on API documentation
  • Loading branch information
aouinizied authored Sep 26, 2022
2 parents 555c113 + 905401b commit 08ac011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ my_streamer = NFStreamer(source="facebook.pcap",
| `statistical_analysis` | `[default=False]` | Enable/Disable post-mortem flow statistical analysis. |
| `splt_analysis` | `[default=0]` | Specify the sequence of first packets length for early statistical analysis. When set to 0, splt_analysis is disabled. |
| `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. |
| `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. |
| `performance_report` | `[default=0]` | [**Performance report**](https://github.com/nfstream/nfstream/blob/master/assets/PERFORMANCE_REPORT.md) interval in seconds. Disabled when set to 0. Ignored for offline capture. |

### NFStreamer methods

Expand Down

0 comments on commit 08ac011

Please sign in to comment.