AWS Thinkbox Discussion Forums

Deadline 9 Statistic problem ( report statistics vs script )

Hi all,

I have a small question. I’m using the view farm reports to log my stats.
I’ve decided to make a small script to automatize this, my problem is my report is different from my script and the deadline tool.

The first problem is my script gives me the completed jobs that are on the list only, if I delete/archive a job, this one will not show anymore on my log, while it’s still in the log from deadline tool

My script comes from the deadline examples, it checks jobs the usual way :

    tasks = RepositoryUtils.GetJobTasks(job, True)
    stats = JobUtils.CalculateJobStatistics(job, tasks)

is there any way to get more accurate statistics like the in-buil tool?

I’d like to know also if I can use QTdesigner to make a pyqt ui

Thanks in advance

if a dev can show me the part of the farm statistics that gather the data :wink:

Privacy | Site terms | Cookie preferences