Module: tools Branch: master Commit: cb517f81bb7ac31c101b9bfdf38ecba7ccadc7b7 URL: https://source.winehq.org/git/tools.git/?a=commit;h=cb517f81bb7ac31c101b9bfd...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Feb 12 01:34:29 2018 +0100
testbot: Add a Munin plugin to monitor the TestBot activity.
This will make it possible to compare current data to historic data for crucial parameters like the number of jobs and tasks per hour, the job completion time, each VM host's busy rate, etc. It will also make it possible to see if the reverts are progressively getting slower, or if on the contrary they got slower on a specific date, which would point to some change on the host, etc. Note that access to the new Munin web page requires an API key to limit who can query these statistics.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/lib/WineTestBot/Config.pm | 4 +- testbot/lib/WineTestBot/ConfigLocalTemplate.pl | 4 + testbot/scripts/MuninPlugin | 146 ++++++++ testbot/web/Munin.pl | 496 +++++++++++++++++++++++++ 4 files changed, 648 insertions(+), 2 deletions(-)
Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=cb517f81bb7ac31c101b...