Viewing Live Resource Totals

Hello,

I’ve got a setting in qmgr like so:

set queue def-short max_run_res.condo = [o:PBS_ALL=38]

How do I view the current consumed/free totals for this resource for the queue?

I’m sure there’s a hook script one could write but I’m hoping for something quick and to the point.

Thanks,
Siji

Now, I found to be one route to explore…

[root@bright01-thx ~]# for i in node{0001…73}; do echo $i; pbsnodes $i | grep condo; done
node0001
resources_available.condo = 1
resources_assigned.condo = 0
node0002
resources_available.condo = 1
resources_assigned.condo = 0