performance - Jmeter 2.9 in distributed testing mode - cannot see response data in View Results Tree -
i have jmeter-client on local windows-based machine , jmeter-server on ubuntu-based machine in amazon aws.
it works well. can generate load , results in csv-files on local machine. have little problem. when use it, can`t see response data server in csv files , in view result tree. see response code - it's 200 ok, see latency, response time etc.
when try test local machine, without jmeter-server, looks good, , can see response data.
can please me?
since jmeter 2.9:
distributed testing uses mode_stripped_batch, returns samples in batch mode (every 100 samples or every minute default). note mode_stripped_batch strips response data sampleresult, if need change mode (mode property in jmeter.properties)
usually full responses not useful during load test , impact negatively performances of jmeter, sure need them
Comments
Post a Comment