I would like to run multiple HTTP requests and get a detailed report of the response time for each request in a table.
By detailed report I mean something like: socket initialization time, DNS resolve time, TCP handshake time, SSL handshake time, transfer start, download time. This information is provided by Postman
(Example of a detailed report in Postman), but Postman will not be able to collect such statistics for multiple requests. It seems that the Postman API will not be able to provide access to this information.
Please suggest a Python library, an alternative program or another solution.
I tried to search for something similar among JMeter listeners, but I didn’t find it. Maybe I made a mistake, because I’m not very familiar with this tool.
Дмитрий Жеребец is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.