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

Re: [HTCondor-users] STATISTICS_TO_PUBLISH_LIST format



STATISTICS_TO_PUBLISH_LIST sets the verbosity level of any attributes in the list equal to the STATISTICS_TO_PUBLISH verbosity level, So it has no effect when the STATISTICS_TO_PUBLISH level is high
because that will *already* publish all of the attributes

Try this
STATISTICS_TO_PUBLISH = SCHEDD:1
STATISTICS_TO_PUBLISH_LIST = VBRIKJobsRunning

Or even this
STATISTICS_TO_PUBLISH = SCHEDD:0
STATISTICS_TO_PUBLISH_LIST = VBRIKJobsRunning

-tj

On 2/25/2015 2:54 PM, Vladimir Brik wrote:
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
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/