1passenger-status(8)         Adminstration Commands         passenger-status(8)
2
3
4

NAME

6       passenger-status - inspect Phusion Passenger's internal status
7

SYNOPSIS

9       passenger-status [pid]
10

DESCRIPTION

12       passenger-status  looks  at  the  current status of a Phusion Passenger
13       installation. It will locate Phusion Passenger automatically if  it  is
14       running and will give you a list of instances if there is more than one
15       Phusion Passenger instance running. You can then select the instance by
16       specifying the relevant PID on the command line.
17
18       The general information section shows the following details:
19
20       max    The maximum number of application instances that Phusion Passen‐
21              ger will spawn. This equals the value  given  for  PassengerMax‐
22              PoolSize in the configuration.
23
24       count  The  number  of  application instances that are currently alive.
25              This value is always less than or equal to max.
26
27       active The number of application instances that are currently  process‐
28              ing requests. This value is always less than or equal to count.
29
30       inactive
31              The  number of application instances that are currently not pro‐
32              cessing requests, i.e. are idle. Idle application instances will
33              be  shutdown  after a while, as can be specified with Passenger‐
34              PoolIdleTime in the configuration. The value of inactive  equals
35              count - active.
36
37       The  applications section shows each application instance, which direc‐
38       tory it belongs to. The sessions field shows how many HTTP  client  are
39       currently being processed by that application instance.
40

OPTIONS

42       pid    The  process  ID  of  the Phusion Passenger instance you want to
43              look at
44

SEE ALSO

46       passenger-memory-stats(8), ps(1), top(1)
47
48       User guide  at  https://www.phusionpassenger.com/documentation_and_sup
49       port
50

AUTHOR

52       Phusion Passenger is written by Phusion (http://www.phusion.nl)
53
54       This  manual page was written by Neil Wilson <neil@brightbox.co.uk> for
55       the Ubuntu project (but may be used by others).
56
57
58
59Phusion Passenger                     2.0                  passenger-status(8)
Impressum