Changeset d2df7c4 for tools/tracertstats/tracertstats.1
- Timestamp:
- 09/10/15 16:42:23 (7 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- ab7e4ee
- Parents:
- 9346e4a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracertstats/tracertstats.1
rd6dc0f6 rd2df7c4 6 6 [ -f | --filter bpf ] 7 7 [ -i | --interval interval ] 8 [ -t | --threads max ] 8 9 [ -c | --count count ] 9 10 [ -o | --output-format csv,txt,png,html ] … … 34 35 .TP 35 36 .PD 0 37 .BI \-t " max" 38 .TP 39 .PD 40 .BI \-\^\-threads " max" 41 Use \fImax\fR packet processing threads. The default is 4 threads, but adding 42 more or less threads may improve performance. 43 44 .TP 45 .PD 0 36 46 .BI \-c " count" 37 47 .TP 38 48 .PD 39 49 .BI \-\^\-count " count" 40 Output results every \fIcount\fR packets. 50 Stop after processing this amount of packets. Note that this is only a 51 lower bound as this is only evaluated once per thread per interval. 41 52 42 53 .TP
Note: See TracChangeset
for help on using the changeset viewer.