In my test plan, I have an HTTP Sampler that is POSTing a file to a web server. We want to do some tuning on the TCP settings for the server to give us better upload speeds. Is there a way that I can measure the upload speed (or other metrics like bytes sent) of the request portion of the sampler? Looking at the API docs for the SampleResult and HTTPSampler, the only thing that I see related to the request is the headers. Everything else is related to the response.
Right now, I am running the requests trough a HTTP proxy (Charles) so that I can get the numbers from that tool. That means that I have to calculate the upload bandwidths by hand for each request instead of getting the results from JMeter itself. Thanks, Stephen Ash --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
