Why am i not able to see request and response time in jmeter result tree view?
up vote
-1
down vote
favorite
When i am trying to check my results in result tree view,it does show sampler result but in request it shows"null" and response data is blank.I tried to figure it out but no luck,can you please help me on that?
jmeter jmeter-plugins
add a comment |
up vote
-1
down vote
favorite
When i am trying to check my results in result tree view,it does show sampler result but in request it shows"null" and response data is blank.I tried to figure it out but no luck,can you please help me on that?
jmeter jmeter-plugins
Is this an HTTP Request? Can you post what your Sampler Result shows.
– Richard Friedman
Feb 18 '15 at 22:18
yes it is http request
– user197501
Feb 19 '15 at 5:03
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
When i am trying to check my results in result tree view,it does show sampler result but in request it shows"null" and response data is blank.I tried to figure it out but no luck,can you please help me on that?
jmeter jmeter-plugins
When i am trying to check my results in result tree view,it does show sampler result but in request it shows"null" and response data is blank.I tried to figure it out but no luck,can you please help me on that?
jmeter jmeter-plugins
jmeter jmeter-plugins
asked Feb 18 '15 at 17:16
user197501
180317
180317
Is this an HTTP Request? Can you post what your Sampler Result shows.
– Richard Friedman
Feb 18 '15 at 22:18
yes it is http request
– user197501
Feb 19 '15 at 5:03
add a comment |
Is this an HTTP Request? Can you post what your Sampler Result shows.
– Richard Friedman
Feb 18 '15 at 22:18
yes it is http request
– user197501
Feb 19 '15 at 5:03
Is this an HTTP Request? Can you post what your Sampler Result shows.
– Richard Friedman
Feb 18 '15 at 22:18
Is this an HTTP Request? Can you post what your Sampler Result shows.
– Richard Friedman
Feb 18 '15 at 22:18
yes it is http request
– user197501
Feb 19 '15 at 5:03
yes it is http request
– user197501
Feb 19 '15 at 5:03
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
after a lot of research i found out that jmeter does not save request data ad response time in jtl file by default.To make it work just need to make following changes in jmeter.properties file
jmeter.save.saveservice.response_data=true
jmeter.save.saveservice.samplerData=true
make sure to uncomment before saving the properties file.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
after a lot of research i found out that jmeter does not save request data ad response time in jtl file by default.To make it work just need to make following changes in jmeter.properties file
jmeter.save.saveservice.response_data=true
jmeter.save.saveservice.samplerData=true
make sure to uncomment before saving the properties file.
add a comment |
up vote
1
down vote
accepted
after a lot of research i found out that jmeter does not save request data ad response time in jtl file by default.To make it work just need to make following changes in jmeter.properties file
jmeter.save.saveservice.response_data=true
jmeter.save.saveservice.samplerData=true
make sure to uncomment before saving the properties file.
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
after a lot of research i found out that jmeter does not save request data ad response time in jtl file by default.To make it work just need to make following changes in jmeter.properties file
jmeter.save.saveservice.response_data=true
jmeter.save.saveservice.samplerData=true
make sure to uncomment before saving the properties file.
after a lot of research i found out that jmeter does not save request data ad response time in jtl file by default.To make it work just need to make following changes in jmeter.properties file
jmeter.save.saveservice.response_data=true
jmeter.save.saveservice.samplerData=true
make sure to uncomment before saving the properties file.
answered Feb 22 '15 at 2:49
user197501
180317
180317
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f28589694%2fwhy-am-i-not-able-to-see-request-and-response-time-in-jmeter-result-tree-view%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Is this an HTTP Request? Can you post what your Sampler Result shows.
– Richard Friedman
Feb 18 '15 at 22:18
yes it is http request
– user197501
Feb 19 '15 at 5:03