[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] STATISTICS_TO_PUBLISH_LIST format



Hello,

I am having trouble using STATISTICS_TO_PUBLISH_LIST to get schedd to publish statistics of non-default verbosity.

For example, suppose I want to publish the number of running jobs of user vbrik:
SCHEDD_COLLECT_STATS_FOR_VBRIK = (Owner=="vbrik")
STATISTICS_TO_PUBLISH = SCHEDD:2
This works but publishes all available stats, when I want only VBRIKJobsRunning. I tried
STATISTICS_TO_PUBLISH_LIST = VBRIKJobsRunning
but that didn't work.

What am doing wrong?


Thanks,

Vlad