processone / tsung

Tsung is a high-performance benchmark framework for various protocols including HTTP, XMPP, LDAP, etc.
http://www.process-one.net/en/tsung/
GNU General Public License v2.0
2.54k stars 405 forks source link

Report error_no_http_status to ts_mon #320

Open tisba opened 6 years ago

tisba commented 6 years ago

There is a special case were we internally report error_no_http_status in cacse we did not receive "enough" headers from a HTTP request to determine the status code.

This is currently logged in the dump file (e.g. with protocol).

I'd like to suggest, to also report this error (error_no_http_status) to ts_mon so we can have that like any other errors/issues in tsung.log and further layers of reporting.