When I feed my file, sometimes "feeder.error.count" will not be zero, like below
{
"feeder.seconds" : 140.016,
"feeder.ok.count" : 273229,
"feeder.ok.rate" : 1951.416,
"feeder.error.count" : 4,
"feeder.inflight.count" : 85,
"http.request.count" : 273364,
"http.request.bytes" : 580306750,
"http.exception.count" : 6,
"http.response.count" : 273273,
"http.response.bytes" : 24604630,
"http.response.error.count" : 44,
"http.response.latency.millis.min" : 2.000,
"http.response.latency.millis.avg" : 76.000,
"http.response.latency.millis.max" : 758.000,
"http.response.code.counts" : {
"502" : 44,
"200" : 273229
}
}
Where can I see the detail information ? to check which data cause the error count added
And if the feeding file is too small, there is no any log showed on screen, is there any log file can check feeding result ?