Author Topic: command line frame information  (Read 4191 times)

cimmroth

  • Newbie
  • *
  • Posts: 1
command line frame information
« on: January 06, 2010, 12:42:16 AM »
Is there a command line method for getting the information about the frames in a job?  I'm looking for something like the Agenda/Frames tab in the QubeGUI.

Thanks,
Chris


shinya

  • Administrator
  • *****
  • Posts: 232
Re: command line frame information
« Reply #1 on: January 13, 2010, 09:35:31 PM »
Hi cimmroth,

Yes, the "qbjobs" command has a "-l" (that's a lower case "L") option that
shows you information of jobs in a "long" format.

In most cases, you'd want to also specify jobIDs when using the "-l" option, as in:

 qbjobs -l 1234

Another approach would be to write your own command line tool in perl, python,
or C++ using the Qube API.  Examples are found in your $QBDIR/examples/ folder.
See the Development.PDF doc also for more details on writing your own Qube tools.