Hi Wes,
> Just wanted to check back in on the resource consumption topic.
> Looking at my measurements the TripleO group has made quite a bit of
> progress keeping our enqued zuul time lower than our historical
> average. Do you think we can measure where things stand now and have
> some new numbers available at the PTG?
Yeah, in the last few TC meetings I've been saying things like "let's
not sample right now because we're in such a weird high-load situation
with the release" and "...but we seem to be chewing through a lot of
patches, so things seem better." I definitely think the changes made by
tripleo and others are helping. Life definitely "feels" better
lately. I'll try to circle back and generate a new set of numbers with
my script, and also see if I can get updated numbers from Clark on the
overall percentages.
Thanks!
--Dan
Sounds good..
I'm keeping an eye in the meantime w/
SELECT max("enqueued_time") FROM "zuul-queue-status" WHERE ("pipeline" = 'gate' AND "queue" = 'tripleo')
and
SELECT max("enqueued_time") FROM "zuul-queue-status" WHERE ("pipeline" = 'gate') AND time >= 1601514835817ms GROUP BY time(10m) fill(0);SELECT mean("enqueued_time") FROM "zuul-queue-status" WHERE ("pipeline" = 'check') AND time >= 1601514835817ms GROUP BY time(10m) fill(0)
0/