Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
artsprotos(l)							 artsprotos(l)

NAME
       artsprotos - utility to display protocol	table objects from ARTS	files

SYNOPSIS
       artsprotos [-v] [-n] [-p] [-i ifIndexList] [-b beginTime]
		  [-e endTime] infile(s)

DESCRIPTION
       artsprotos  is  a  utility  that	reads protocol table objects from ARTS
       files (infile(s)) and displays a	summary	of their contents on stdout.

OPTIONS
       -v     The -v option causes artsprotos to print version information and
	      exit immediately.

       -n     The  -n  option  causes artsprotos to print protocol numbers in-
	      stead of trying to  print	 protocol  names  (usually  stored  in
	      /etc/protocols).	 The  default (without the -n option) tries to
	      print protocol names (only print numbers when we can't find  the
	      protocol name for	a given	protocol number).

       -p     The  -p option will cause	the entries to be sorted in descending
	      order by packet count before being printed on stdout.   The  de-
	      fault is to sort in descending order by byte count.

       -i ifIndex
	      The -i ifIndexList option	permits	selecting only data for	a spe-
	      cific input interface or set of input interfaces.	 Selection  is
	      by  the  interface's  ifIndex stored in the attribute section of
	      the Arts objects.

       -b beginTime
	      The -b beginTime option may be used  to  select  only  the  data
	      which  is	from a time period at or later than beginTime.	begin-
	      Time must	be of the form 'MM/DD/CCYY hh:mm:ss' and must  be  en-
	      closed in	quotes.	 Example:

		'8/31/1999 09:00:00'

       -e endTime
	      The  -e endTime option may be used to select only	the data which
	      is from a	time period at or before endTime.  endTime must	be  of
	      the  form	 'MM/DD/CCYY hh:mm:ss' and must	be enclosed in quotes.
	      Example:

		'8/31/1999 09:00:00'

EXAMPLES
       artsprotos -i 1,5 -b '8/21/1998 09:00:00' arts.19980821

SEE ALSO
       artsagg(l),  artsprotoagg(),  artsdump(l),  artsases(l),	 artsasagg(l),
       artsnets(l),   artsnetagg(l),   artsportmagg(l),	  artsportms(l),  art-
       sports(l), artsintfms(l),  artsintfmagg(l),  artsnexthops(l),  artsnex-
       thopagg(l), artstos(l), artstoc(l)

ACKNOWLEDGEMENTS
       artsprotos and documentation written by Daniel W. McRobb
       CAIDA, August 1998

				     LOCAL			 artsprotos(l)

NAME | SYNOPSIS | DESCRIPTION | OPTIONS | EXAMPLES | SEE ALSO | ACKNOWLEDGEMENTS

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=artsprotos&manpath=FreeBSD+13.0-RELEASE+and+Ports>

home | help