nginx_stage nginx_show

This command will show the relevant details of a running per-user NGINX (PUN) process for a given user.

sudo nginx_stage nginx_show [OPTIONS]

Required Options

-u <user>, --user <user>

The user of the per-user NGINX process.

Examples

To display the details of Bob’s PUN process:

sudo nginx_stage nginx_show --user 'bob'
# User: bob
# Instance: 24214
# Socket: /var/run/nginx/bob/passenger.sock
# Sessions: 1

Where Sessions is the number of active connections to the given Unix domain socket file.