Lines Matching +full:post +full:- +full:processing
39 as a module at run-time, run the following command as root:
40 .Bd -literal -offset indent
49 .Bd -literal -offset indent
66 .Ss Compile-time Configuration
72 .Bd -literal -offset indent
73 CFLAGS+=-DSIFTR_IPV6
80 In the IPv4-only (default) mode, standard dotted decimal notation (e.g.
83 and standard colon-separated hex notation (see RFC 4291) is used to format IPv6
85 .Ss Run-time Configuration
89 interface to export its configuration variables to user-space.
91 .Bl -tag -offset indent -width Va
104 .Bl -tag -offset indent -width Va
113 .Bl -tag -offset indent -width Va
119 .Bl -tag -offset indent -width Va
142 The fields are tab delimited key-value
144 .Bd -literal -offset indent
150 .Bl -tag -offset indent -width Va
154 .Bl -tag -offset indent -width Va
158 .Bl -tag -offset indent -width Va
163 .Bl -tag -offset indent -width Va
167 .Bl -tag -offset indent -width Va
171 .Bl -tag -offset indent -width Va
178 .Qq Compile-time Configuration
187 .Bd -literal -offset indent
194 .Bl -tag -offset indent -width Va
203 .Bl -tag -offset indent -width Va
210 .Bl -tag -offset indent -width Va
213 or colon-separated hex (IPv6 packet) notation.
215 .Bl -tag -offset indent -width Va
219 .Bl -tag -offset indent -width Va
222 or colon-separated hex (IPv6 packet) notation.
224 .Bl -tag -offset indent -width Va
228 .Bl -tag -offset indent -width Va
232 .Bl -tag -offset indent -width Va
236 .Bl -tag -offset indent -width Va
240 .Bl -tag -offset indent -width Va
243 The post scaled value is reported.
245 .Bl -tag -offset indent -width Va
248 The post scaled value is always reported.
250 .Bl -tag -offset indent -width Va
254 .Bl -tag -offset indent -width Va
258 .Bl -tag -offset indent -width Va
264 .Bl -tag -offset indent -width Va
268 .Bl -tag -offset indent -width Va
272 .Bl -tag -offset indent -width Va
276 .Bl -tag -offset indent -width Va
283 .Bl -tag -offset indent -width Va
287 .Bl -tag -offset indent -width Va
291 .Bl -tag -offset indent -width Va
295 .Bl -tag -offset indent -width Va
299 .Bl -tag -offset indent -width Va
303 .Bl -tag -offset indent -width Va
305 The current number of unacknowledged bytes in-flight.
308 .Bl -tag -offset indent -width Va
312 .Bl -tag -offset indent -width Va
320 .Bl -tag -offset indent -width Va
333 The fields are tab delimited key-value pairs which provide statistics about
335 .Bd -literal -offset indent
342 flow_list=10.1.1.2;32291-10.1.1.3;5001,10.1.1.2;58544-10.1.1.3;5001,
346 .Bl -tag -offset indent -width Va
350 .Bl -tag -offset indent -width Va
354 .Bl -tag -offset indent -width Va
361 .Bl -tag -offset indent -width Va
368 .Bl -tag -offset indent -width Va
372 .Bl -tag -offset indent -width Va
378 .Bl -tag -offset indent -width Va
384 .Bl -tag -offset indent -width Va
389 .Bl -tag -offset indent -width Va
394 .Bl -tag -offset indent -width Va
399 .Bl -tag -offset indent -width Va
404 .Bl -tag -offset indent -width Va
408 .Bl -tag -offset indent -width Va
414 .Qq local_ip;local_port-foreign_ip;foreign_port .
422 enable/disable cycle should equate to total_tcp_pkts - total_skipped_tcp_pkts.
440 .Bd -literal -offset indent
441 ----------------------------------
443 ----------------------------------
449 ----------------------------------
454 ---------
456 ---------
462 ----------------------------------
467 ----------------------------------
469 ----------------------------------
497 allows you to correlate and observe the cause-and-affect relationship between
522 passing these details to another thread for actual processing and logging.
528 Likewise, when the processing thread tries to read details from the structure,
532 processing code path.
552 .Bl -enum
559 .Bl -dash
620 project 2008-2009.
627 .An -nosplit
638 .Bl -dash
644 to cope with bursty network traffic, but sustained high packet-per-second
645 traffic can cause exhaustion of kernel memory if the processing thread cannot
674 Post processing is required to separate out data belonging to particular flows
693 processing performance) will degrade in an exponential manner as the number of
701 The PPL variable applies to packets that make it into the processing thread,
718 and processing overhead on the system for non-TCP packets as well.
723 cannot observe the cause-and-affect relationship between inbound events and the
734 tend to trigger outbound events, allowing the cause-and-effect to be observed