Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tracefilter(1) [debian man page]

TRACEFILTER(1)							   User Commands						    TRACEFILTER(1)

NAME
tracefilter - apply a bpf filter to a trace SYNOPSIS
tracefilter inputuri bpf outputuri ... DESCRPTION
tracefilter copies all packets that match a bpf expression to an output file. tracefilter is a shellscript wrapper around tracesplit(1) LINKS
More details about tracefilter (and libtrace) can be found at http://www.wand.net.nz/trac/libtrace/wiki/UserDocumentation SEE ALSO
libtrace(3), tracemerge(1), tracesplit(1), tracesplit_dir(1), traceconvert(1), tracereport(1), tracestats(1), tracertstats(1), tracepkt- dump(1), traceanon(1), tracesummary(1), tracereplay(1), tracediff(1), traceends(1), tracetopends(1) AUTHORS
Perry Lorier <perry@cs.waikato.ac.nz> tracefilter (libtrace) October 2005 TRACEFILTER(1)

Check Out this Related Man Page

TRACETOP(1)							   User Commands						       TRACETOP(1)

NAME
tracetop - show top flows SYNOPSIS
tracetop [ -f bpf | --filter=bpf] [ -s snaplen | --snaplen=snaplen] [ -p promisc | --promisc=promisc] [ --bits-per-sec ] [ --percent ] [ -i interval | --interval=interval] [ -h | --help] [ -H | --libtrace-help] inputuri ... DESCRIPTION
tracetop shows the top 'n' flows every second -f bpf filter Count only packets that match tcpdump style bpf filter -i interval Wait interval seconds between updates. (default 2). --percent Display flow bytes and packets as a percentage of total traffic --bits-per-second Display flow bandwidth as the number of bits per second. LINKS
More details about tracetop (and libtrace) can be found at http://www.wand.net.nz/trac/libtrace/wiki/UserDocumentation SEE ALSO
libtrace(3), tracemerge(1), tracefilter(1), traceconvert(1), tracesplit_dir(1), tracereport(1), tracertstats(1), tracestats(1), tracepkt- dump(1), traceanon(1), tracesummary(1), tracereplay(1), tracediff(1), traceends(1), tracetopends(1) AUTHORS
Perry Lorier <perry@cs.waikato.ac.nz> tracetop (libtrace) March 2009 TRACETOP(1)
Man Page

11 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

shellscripting question

I have been “commissioned” to write a shellscript to automate Oracle cold refeshes.. right now we perform about 20 refresh each 300gb in size which takes up our time. my goal is to write a shellscript which can be executed by a user on serverA to refresh any of the 7 databases on ServerA. I am... (4 Replies)
Discussion started by: jigarlakhani
4 Replies

2. Programming

Shellscript for MQSeries

Iam new to shellscript. 1)How to strart QUERYMANAGER using shellscript. 2)How to put and get messages in MQSeries using shellscripts. 3)iam using local queues . Thanks lot. (0 Replies)
Discussion started by: ram2s2001
0 Replies

3. Shell Programming and Scripting

newbie shellscript tryout help.

hi, i have the following shellscript and it keeps telling me that Add: command not found. Can anyone explain to me whats wrong? for userName in `awk -F":" '{print $3}' passwd` do while do echo $userName $count = `expr $count + 1` ... (3 Replies)
Discussion started by: cstudent
3 Replies

4. Shell Programming and Scripting

Problems with SQLPLUS in shellscript

Hi All, I need to run one sql query from my shellscript. query is something like this SELECT DISTINCT 1 FROM ******* WHERE ***** ('CRE','CRA') AND TO_CHAR (***** , 'DD:MM:YYYY') = TO_CHAR ( SYSDATE, 'DD:MM:YYYY') AND ****** IN ( 0) AND ******** =0; I can't call sql file inside... (7 Replies)
Discussion started by: scorpio
7 Replies

5. UNIX for Advanced & Expert Users

$$number in the shell or shellscript

What does $$number in the shell or shellscript do? Something like this where they use $$3 and $$1. Managing projects with GNU make - Robert Mecklenburg, Robert William Mecklenburg, Andrew Oram - Google Books (4 Replies)
Discussion started by: cokedude
4 Replies

6. UNIX for Dummies Questions & Answers

Merging data in a file

Hello, Firstly I just wanted to say that I'm not a programmer at all and appreciate any help you can give. I am trying to create a shellscript that reformats the file and adding up colums 5 and 6 for those sections that are continuation of the previous line(s) (signified by beginning with '*')... (4 Replies)
Discussion started by: neilh1703
4 Replies

7. Shell Programming and Scripting

Automation of UI using shellscript

Hi, I want to do automation on UI using shellscript. eg: 1) Drop down menu contains assign , investigate, closed. now there is one id want assign it using assign tab then need to investigate it and lastly close. Sometimes the id can't assign to perticular user. there are so many... (11 Replies)
Discussion started by: aish11
11 Replies

8. Shell Programming and Scripting

cc and bcc and to command in shellscript

Hi All, I have tried some below commands , some of these are working. some are not working. I want to add this "TO ,cc, bcc, from " in shellscript. can anyone give me the example for this. mailx -s "$SUBJECT5" "$EMAIL" < $EMAILMESSAGE above code is working but i want to... (5 Replies)
Discussion started by: aish11
5 Replies

9. Shell Programming and Scripting

How to find the shellscript which is running In background is completed or not?

HI All, I need the answer of below question? 1) how to find the shellscript which is running In background is completed or not ? ex: I know the shellscript name abc.sh which is running in background through cronjob. I want to know this is job is still running or stopped, how to... (3 Replies)
Discussion started by: pspriyanka
3 Replies

10. Shell Programming and Scripting

How to write multiple cronjobs in shellscript?

Hi All, I need the answer of below question? 1) How to write multiple cronjobs in shellscript? Is there any way or we cant write in shellscript... this is interview question Regards, Priyanka (1 Reply)
Discussion started by: pspriyanka
1 Replies

11. Shell Programming and Scripting

Is it possible to write write multiple cronjobs in shellscript??

Hi All, I need the answer of below question? 1) How to write multiple cronjobs in shellscript? Is there any way or we cant write in shellscript... Regards, Priyanka (2 Replies)
Discussion started by: pspriyanka
2 Replies