Closed
Bug 1341743
Opened 9 years ago
Closed 8 years ago
record upload metrics for docker-worker
Categories
(Taskcluster :: Workers, defect)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jhford, Assigned: wcosta)
Details
I would like to be able to compare the performance of the new artifact api against the older one. Please let me know if we already have metrics for this, I'm happy to look at them!
I would like to have metrics for:
1. time of each individual upload in seconds, per region and globally
2. number of bytes of each individual upload, per region and globally
3. average speed of each individual upload in bytes/second, per region and globally
I think this metric will serve later as a good metric to optimize our artifact subsystem further, but I'm also happy to disable once my work is done.
Thanks!
| Reporter | ||
Comment 1•9 years ago
|
||
if this is too many metrics to record, I'd like to have only the third (speed).
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → wcosta
Status: NEW → ASSIGNED
| Reporter | ||
Comment 2•8 years ago
|
||
minor change to the request, let's make the total time in milliseconds but keep the speed in bytes/second
Comment 3•8 years ago
|
||
Commits pushed to master at https://github.com/taskcluster/docker-worker
https://github.com/taskcluster/docker-worker/commit/bd6cf2b966b3a78e45b90bd8c86c94a18692d7a5
Bug 1341743: record artifact upload metrics. r=garndt,jhford
Record time, number of bytes and transfer rate for each artifact
uploaded.
https://github.com/taskcluster/docker-worker/commit/68bfde7053ae85f58e99668ce47d6ad47acee5cb
Merge pull request #286 from walac/master
Bug 1341743: record artifact upload metrics. r=garndt,jhford
| Assignee | ||
Comment 4•8 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: Docker-Worker → Workers
You need to log in
before you can comment on or make changes to this bug.
Description
•