stats on render completion by pool?

Hey Guys,
i need to find out how much of the renders were processed through a certain pool of machines.

I can manually count that of course but that would take forever. is there a way to data-mine the repository for this number? like 30% pool workstation and 70% pool farm etc?

thanks

Andreas

Elo,
theres “pool” argument in Job info params get it for every job and done :>.

get_job=MonitorUtils.GetSelectedJobs()
#get_job[0] gives the id needed
print get_job[0].GetJobInfoKeyValue(“Pool”)

for more info ->http://docs.thinkboxsoftware.com/products/deadline/7.0/2_Scripting%20Reference/class_deadline_1_1_jobs_1_1_job.html#a802902320ee2c8c92abab45f238de049

Hope this helps :>.

Thanks for answering here, kmind!

Thank you!!