Add support for counting kdumps in pure-runner. (#1309)

This commit is contained in:
Krister Johansen
2018-11-21 16:26:30 -08:00
committed by Tolga Ceylan
parent 4ac397dece
commit af59d19d24
5 changed files with 401 additions and 171 deletions

View File

@@ -32,6 +32,7 @@ type RunnerStatus struct {
ActiveRequestCount int32 // Number of active running requests on Runner
RequestsReceived uint64 // Number of requests received by Runner
RequestsHandled uint64 // Number of requests handled without NACK by Runner
KdumpsOnDisk uint64 // Number of kdumps on disk
StatusFailed bool // True if Status execution failed
Cached bool // True if Status was provided from cache
StatusId string // Call ID for Status