tronview¶
Synopsis¶
tronview [-n <numshown>] [--server <server_name>] [--verbose] [<job_name> | <job_run_id> | <action_run_id>]
Description¶
tronview displays the status of tron scheduled jobs.
- tronview
Show all configured jobs
- tronview <job_name>
Shows details for a job. Ex:
$ tronview my_job
- tronview <job_run_id>
Show details for specific run or instance. Ex:
$ tronview my_job.0
- tronview <action_run_id>
Show details for specific action run. Ex:
$ tronview my_job.0.my_action
Options¶
--versionshow program’s version number and exit
-h, --helpshow this help message and exit
-v, --verboseVerbose logging
-n NUM_DISPLAYS, --numshown=NUM_DISPLAYSThe maximum number of job runs or lines of output to display(0 for show all). Does not affect the display of all jobs and the display of actions for given job.
--server=SERVERServer URL to connect to
-c, --colorDisplay in color
--nocolorDisplay without color
-o, --stdoutSolely displays stdout
-e, --stderrSolely displays stderr
-s, --saveSave server and color options to client config file (~/.tron)
States¶
For complete list of states with a diagram of valid transitions see http://packages.python.org/tron/jobs.html#states
Bugs¶
Post bugs to http://www.github.com/yelp/tron/issues.
See Also¶
trond (8), tronctl (1), tronfig (1),