madecoste / swarming

Automatically exported from code.google.com/p/swarming
Apache License 2.0
0 stars 1 forks source link

Create a histogram (bar graph) of the duration of the last tasks. #129

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Visualization of what is going on is important.

The idea is you enter a filter to get the last N (let's say 100) tasks similar 
to how a user can search with /user/tasks.

Instead of showing a table, show graphs about these tasks;
- pending time
- duration
- histogram of dimensions
- histogram of bot ids if not too large
- histogram of priority
- percentage of success rate

The graph could likely be appended at the bottom of /user/tasks or as a 
separate page or both. Undecided about this.

These graphs are related to the tasks, and not to the bots. A separate graphing 
should be done for the bots.

Original issue reported on code.google.com by maruel@chromium.org on 25 Jul 2014 at 3:11

GoogleCodeExporter commented 9 years ago
Issue 134 has been merged into this issue.

Original comment by maruel@chromium.org on 5 Feb 2015 at 12:19

GoogleCodeExporter commented 9 years ago

Original comment by maruel@chromium.org on 5 Feb 2015 at 12:20