Skip to content

Instantly share code, notes, and snippets.

@mattf
Created October 18, 2012 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattf/3911872 to your computer and use it in GitHub Desktop.
Save mattf/3911872 to your computer and use it in GitHub Desktop.
7.6 -> 7.8 schedd stats
WINDOWED_STAT_WIDTH STATISTICS_WINDOW_SECONDS // quantized to schedd_stats_window_quantum = 200
WindowedStatWidth RecentStatsLifetime
JobsSubmitted RecentJobsSubmitted
JobsSubmittedCumulative JobsSubmitted
JobsStarted RecentJobsStarted
JobsStartedCumulative JobsStarted
JobsExited RecentJobsExited
JobsExitedCumulative JobsExited
JobsCompleted RecentJobsCompleted
JobsCompletedCumulative JobsCompleted
ShadowExceptions RecentJobsExitException
ShadowExceptionsCumulative JobsExitException
<null> RecentJobsAccumTimeToStart
SumTimeToStartCumulative JobsAccumTimeToStart
<null> RecentJobsAccumRunningTime
SumRunningTimeCumulative JobsAccumRunningTime
JobSubmissionRate RecentJobsSubmitted / RecentStatsLifetime
JobCompletionRate RecentJobsCompleted / RecentStatsLifetime
JobStartRate RecentJobsStarted / RecentStatsLifetime
MeanTimeToStart RecentJobsAccumTimeToStart / RecentJobsStarted
MeanTimeToStartCumulative JobsAccumTimeToStart / JobsStarted
MeanRunningTime RecentJobsAccumRunningTime / RecentJobsCompleted
MeanRunningTimeCumulative JobsAccumRunningTime / JobsCompleted
UpdateTime <null> // subtract StatsLastUpdateTime from consecutive ads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment