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

FreeBSD Manual Pages

  
 
  

home | help
SBM(1)			    General Commands Manual			SBM(1)

NAME
       sbm -- simple bandwidth monitor

SYNOPSIS
       sbm [-B | -t] [-c count]	[-d delay] [-i interface]

DESCRIPTION
       sbm is a	simple bandwidth monitor.

OPTIONS
       -B	     Show values in bytes instead of bits in default output.

       -c count	     Stop  monitoring  after count samples.  If	count is 0, it
		     will loop forever.	 This is the default.

       -d delay	     Sample interface statistics every delay ms.  The  default
		     delay is 1000 ms.

       -i interface  Monitor  the  selected  interface.	  If  not provided the
		     first active, non-loopback	interface will be used.

       -t	     Enable terse output.  The first pair of values  is	 Rx/Tx
		     in	 bits per second and the second	pair is	Rx/Tx in pack-
		     ets per second.

SIGNALS
       If sbm receives a SIGINFO (usually set to ^T)  signal  (or  SIGUSR1  on
       Linux),	the  accumulated  amount of data transmitted for Rx and	Tx and
       the time	since the program started will be printed to the standard out-
       put.

AUTHORS
       Dimitris	Papastamos <sin@2f30.org>

FreeBSD	ports 15.0		  Aug 5, 2016				SBM(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sbm&sektion=1&manpath=FreeBSD+Ports+15.0>

home | help