ps info

Display detailed information about a Process, including its ID, App, command, instance, associated Release, Service name, start time, and current status.

Syntax

$ convox ps info <pid>

Flags

Flag Short Description
--app -a App name
--rack -r Rack name

Example Usage

$ convox ps info web-abc1234-def5 -a myapp
Id        web-abc1234-def5
App       myapp
Command   bundle exec rails server
Instance  i-0a1b2c3d4e5f67890
Release   RABCDEF
Service   web
Started   2 hours ago
Status    running

See Also