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

FreeBSD Manual Pages

  
 
  

home | help
pstatus(1)							      pstatus(1)

NAME
     pstatus - Display status of POPular proxy and server

SYNOPSIS
     pstatus  [-a,  --active]  [--help]  [-f FILE, --file FILE] [-l TIME, --loop
     TIME] [-p PRG, --program PRG] [-r RANGE, --range RANGE] [--version]

DESCRIPTION
     This command dumps the status information of a running pproxy or pserv, re-
     spectively.  The data is dumped on STDOUT in a human readable form. In both
     cases the list of sessions  with  current	data  and  statistical	data  is
     dumped.

OPTIONS
     -a, --active
	    Print only active session slots.

     -f FILE, --file FILE
	    Filename  to  read	the  data  from. Normally this is /var/run/popu-
	    lar/pproxy.state or /var/run/popular/pserv.state. If no file name is
	    given and the --program option is not used,  both  these  names  are
	    tried and the first one found is used. This option can't be used to-
	    gether with the --program option.

     --help
	    Print short help screen.

     -l TIME, --loop TIME
	    Print  data in a loop every TIME seconds. Default is no looping.  If
	    no TIME is given, one second is used.

     -p PRG, --program PRG
	    Program to read data from. Can be pproxy or pserv. The corresponding
	    .state in /var/run/popular is read. This option can't  be  used  to-
	    gether with the --file option.

     -r RANGE, --range RANGE
	    Print  only  the range of slots. RANGE can be one of 'n-m', 'n-', or
	    '-m'.

     --version
	    Print version information.

SEE ALSO
     pcheck(1),  pcheckd(8),  pclean(8),  pcontrol(1),	pdeliver(1),  pproxy(8),
     pserv(8), ptestpdm(1), The POPular Manual

AUTHOR
     Jochen Topf jochen@remote.org

	    http://www.remote.org/jochen/mail/popular/	     <URL:http://www.re-
     mote.org/jochen/mail/popular/>

COPYRIGHT
     The POPular suite is copyright (C)  1999-2002  by	Jochen	Topf  jochen@re-
     mote.org.

     This program is free software; you can redistribute it and/or modify it un-
     der  the  terms  of the GNU General Public License as published by the Free
     Software Foundation; either version 2 of the License, or (at  your  option)
     any later version.

     This program is distributed in the hope that it will be useful, but WITHOUT
     ANY  WARRANTY; without even the implied warranty of MERCHANTABILITY or FIT-
     NESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for  more
     details.

     You  should  have	received  a copy of the GNU General Public License along
     with this program; if not, write to the Free Software Foundation, Inc.,  59
     Temple Place, Suite 330, Boston, MA 02111-1307, USA

								      pstatus(1)

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

home | help