Reputation: 856
I am trying to simulate a post request from a system I am not familiar with(http thrift).
With wire shark, I get the http request like :.
But I am going to perform a stress test with tools like ab
, so How I can transfer a Wireshark package to a ab
or curl
command http request ?
Upvotes: 31
Views: 23398
Reputation: 29
You can try tcptrace
.
For details, see: Capture, save and resend requests with Wireshark
Upvotes: 1
Reputation: 58094
Here are two tools that can help you:
Upvotes: 28