There is no CLI query that gives the desired results. One could write a python script to visit http://uima-ducc-demo.apache.org:42133/ducc-servlet/json-format-aaData-jobs and parse the resulting json.
Should there be a Jira to provide a CLI query capability equivalent of the Jobs page? Either a new query or the DuccJobMonitor could be enhanced. Lou. On Wed, Apr 19, 2017 at 10:26 AM, Daniel Baumartz < [email protected]> wrote: > Hi, > > I am trying to get the job info (start, duration and time until > completion, basically the data from the web server jobs page) with the DUCC > Java API. I was able to get some of the data (total, done...) using > DuccJobMonitor, but I can't figure out how to get the others. Is there a > way to access these? > > Thanks, > Daniel >
