- Timestamp:
- 09/17/15 13:31:47 (5 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:
- 80e834f
- Parents:
- b53d019
- Location:
- tools/tracestats
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracestats/tracestats.1
rd6dc0f6 r9a0e118 3 3 tracestats \- perform simple analysis on a trace 4 4 .SH SYNOPSIS 5 .B tracestats 6 [ -f | --filter bpf ] ... inputuri...5 .B tracestats 6 [ -f | --filter bpf ] [ -t | --threads count ] ... inputuri... 7 7 .SH DESCRPTION 8 8 tracestats reads one or more traces and outputs summaries for each trace of … … 17 17 .BI \-\^\-filter " bpf-filter" 18 18 Add another bpf filter 19 20 .TP 21 .PD 0 22 .BI \-t " count" 23 .TP 24 .PD 25 .BI \-\^\-threads " count" 26 Use 'count' threads for processing packets. Defaults to a single thread. 19 27 20 28 .SH EXAMPLES -
tools/tracestats/tracestats.c
r322c516 r9a0e118 232 232 int i; 233 233 struct sigaction sigact; 234 int threadcount = 4;234 int threadcount = 1; 235 235 236 236 while(1) {
Note: See TracChangeset
for help on using the changeset viewer.