The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

helios_job_info - get detailed information about a job in a Helios collective

SYNOPSIS

 helios_job_info --jobid=<jobid> [--args] [--logs]
   
 # just display job metadata info for job 12345
 helios_job_info --jobid=12345
    
 # display job metadata, job argument string, and any log messages
 helios_job_info --jobid=12345 --args --logs
 
 # first argument is assumed to be jobid, so "--jobid=" is optional
 # you can also use short form options
 helios_job_info 12345 -a -l

DESCRIPTION

The helios_job_info command can be used to retrieve information about a job in the Helios collective database. It will display job metadata such as jobtype, submit time, and (if the job has completed) complete time and exitstatus. The command will also retrieve the job argument string if the --args option is specified, and any log messages recorded for the job with the --logs option.

AUTHOR

Andrew Johnson, <lajandy at cpan dot org>

COPYRIGHT AND LICENSE

Copyright (C) 2013-4 by Logical Helion, LLC.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.0 or, at your option, any later version of Perl 5 you may have available.

WARRANTY

This software comes with no warranty of any kind.