Closed dbutenhof closed 8 months ago
Well isn't that cute: an expired SSL cert trying to copy the IT CA cert!
Get "https://certs.corp.redhat.com/certs/2015-IT-Root-CA.pem": x509: certificate has expired or is not yet valid: current time 2024-03-02T15:11:39Z is after 2024-03-01T23:59:59Z
And ... I can't log in to Jenkins to restart the build (just in case), because it seems to just ignore the login. Which might conceivably be related ...
I suppose it's telling me to "enjoy my weekend and get off the computer"...
I added a simple
server.unpack-perf
metadata, which is a JSON block like{"min": <seconds>, "max": <seconds>, "count": <unpack_count>}
, and then played with the report generator to get some statistics.I also wrote a report of the
Audit
table contents to summarize the operations, statuses, and users involved in the Pbench Server.The sample below is for a
runlocal
, with a few small-ish tarballs. The big catch in deploying this would be that none of the existing datasets will haveserver.unpack-perf
until they're unpacked again, which somewhat reduces the value of the statistics until they get unpacked again (e.g., for TOC or visualize).Nevertheless, I figured I might as well post it for consideration. Some of the statistics (and how they're calculated and/or represented) are no doubt arguable; but I enjoyed seeing the numbers anyway. 😆