I have got a testing suite for an applications that performs lots of HTTP requests.
This number changes each time you run the tests. Is there a Unix command or program that "listens" to another program counting its http requests?
|
I have got a testing suite for an applications that performs lots of HTTP requests. This number changes each time you run the tests. Is there a Unix command or program that "listens" to another program counting its http requests? | ||||
|
feedback
|
|
Any packet sniffer will do that for you. Check out tcpdump or wireshark. You'll have to setup a few filters on the data they collect, but that's easy. | |||||||||
feedback
|
| |||
|
feedback
|