Module: tools Branch: master Commit: c6faad519212569ba543b6eaeaa7dc493f6f4a88 URL: https://source.winehq.org/git/tools.git/?a=commit;h=c6faad519212569ba543b6ea...
Author: Francois Gouget fgouget@codeweavers.com Date: Fri Dec 29 00:23:48 2017 +0100
testbot/web: Add a statistics page.
This can help figuring out how busy the TestBot is, whether the VMs must be rebalanced to lighten the load on a VM host, whether reverts are getting slow, etc.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/lib/WineTestBot/Activity.pm | 165 ++++++++++++++- testbot/lib/WineTestBot/CGI/PageBase.pm | 1 + testbot/web/Stats.pl | 361 ++++++++++++++++++++++++++++++++ testbot/web/WineTestBot.css | 2 + 4 files changed, 528 insertions(+), 1 deletion(-)
Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=c6faad519212569ba543...