Keep track of the number of unsupported steps

(cherry picked from commit 45ffe578b6)
This commit is contained in:
Eelco Dolstra
2020-03-26 15:26:12 +01:00
parent 4417f9f260
commit ccd046ca3d
4 changed files with 10 additions and 0 deletions

View File

@ -523,6 +523,7 @@ void State::dumpStatus(Connection & conn, bool log)
root.attr("nrStepsCopyingTo", nrStepsCopyingTo);
root.attr("nrStepsCopyingFrom", nrStepsCopyingFrom);
root.attr("nrStepsWaiting", nrStepsWaiting);
root.attr("nrUnsupportedSteps", nrUnsupportedSteps);
root.attr("bytesSent", bytesSent);
root.attr("bytesReceived", bytesReceived);
root.attr("nrBuildsRead", nrBuildsRead);