[JSON reporter] output request timing details for each request
not sure if there is a way to output request timing details (dns, firstBytes .....) for each request. I can only find timing details for the whole collection. For each request, only response time is available in the output file.
- Newman Version (can be found via
newman -v): 5.2.0 - OS details (type, version, and architecture):
- Are you using Newman as a library, or via the CLI? cli
- Did you encounter this recently, or has this bug always been there:
- Expected behaviour:
- Command / script used to run Newman:
- Sample collection, and auxiliary files (minus the sensitive details):
- Screenshots (if applicable):
Using the --verbose flag should show the detailed timing information for the requests.
Using the
--verboseflag should show the detailed timing information for the requests.
I actually used verbose flag. it only shows responseTime in each request metrics. For dnsTime, firstBytes, I can only find aggregated values like average/min/max aggregated by all the requests in the collection.
"timings": {
"responseAverage": 186,
"responseMin": 186,
"responseMax": 186,
"responseSd": 0,
"dnsAverage": 15.191342000000077,
"dnsMin": 15.191342000000077,
"dnsMax": 15.191342000000077,
"dnsSd": 0,
"firstByteAverage": 125.70972300000005,
"firstByteMin": 125.70972300000005,
"firstByteMax": 125.70972300000005,
"firstByteSd": 0,
"started": 1612000150169,
"completed": 1612000150466
},
"responseTime": 186,
"responseSize": 42858
You mentioned that you're using the CLI in the original issue details, is this not the output from the library?
You mentioned that you're using the CLI in the original issue details, is this not the output from the library?
the output was from json reporter.
@DannyDainton Hey! Can I work on this issue?
@yusong0926 Actually it gives all the details using a cli reporter with --verbose option. But the output is the same as you cited above using a json reporter. So @DannyDainton, Can I open a PR for adding the required details?
I'm not going to stop anyone actively wanting to do any work - You don't need permission from me 😂
Ok thanks😅.
@DannyDainton @yusong0926 I've opened a pull request with a fix for this issue. The screenshot of the new report is attached herewith:
I've updated this configuration by adding iteration count and item name as shown below:

Any news ? Im still waiting for a detailed report like this ?
I still only got this:
