Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
nikhilgarg
Specialist II
Specialist II

How to see other logs except jmeter logs ??

Hey,

While doing stress testing , i follow each step in prerequisite but i only get , Jmeter Logs and no other logs are there.

How can i see other logs???

tHnaks

1 Solution

Accepted Solutions
Sebastian_Fredenberg

By regenerating qvds, it is rather that more data is read into the existing qvd:s. You can read several tests results into the analysis app, but if the filenames of the logfiles are the same as existing ones then the old results will be overwritten. With the downloaded scalability tools package there is a "Demotest" folder and results qvw that does contain several tests within the same analyzer.


So unless something is wrong you should not delete old files, but if you use the same name for files with different content it will use the latest.

View solution in original post

12 Replies
simondachstr
Luminary Alumni
Luminary Alumni

You need to set up your target machine to start logging system metrics as per documentation.

Furthermore, your other required logs are the QlikView Server legs which should be available?!

nikhilgarg
Specialist II
Specialist II
Author

Hey,

I ahvve set up my machine as described.

I created data collector. Start it.

I enable all logs in QMC.

QVS and QVWS are both running as seen in QMC window(Status is running.)

Now when i started executing my test , i only get Jmeter logs and no other logs.

Can you plz help me where am i missing or what should i do ??

Where are other log files placed??

Thnaks

simondachstr
Luminary Alumni
Luminary Alumni


The QVS logs as well as the data collector are both running all the time, regardless if you execute your test or not.

You need to search for your QVS logs and the data collection file seperately - if you set it up as described then you also specified where these logs should be stored.

nikhilgarg
Specialist II
Specialist II
Author

Hey,

THanks for reminding me where i was lacking .

Now i get Events and Performance Logs. But not Session Logs. How to get that ??

Thanks

nikhilgarg
Specialist II
Specialist II
Author

hey,

I am confused between the following log files:

PerformanceLogs and Logs cretaed for data collector set. In which folder to place these logs ??

Which files to fill in Server Logs and Session logs folder  ??

THaks

simondachstr
Luminary Alumni
Luminary Alumni

Here's a snip of your QMC (Management Console). Under System -> Setup -> Logging you need to activate session logging. Log Folder is where all your log files are stored.

logging.PNG

nikhilgarg
Specialist II
Specialist II
Author

Hey,

While doing Stress Testing with QV Scalability Tool , i am facing 3 problems:

1:  I have enabled Session logging in QMC in the same way u have attached but no session log file created in specified folder. What can we do in this?

2: I have created a test scenario(with 20 virtual users) and created Qvd's and analysed it. But when i change value from 20 to 50 Virtual Users , and put the corresponding log files in folders and just reload the SC_result.qvw . it is giving me old result of 20 virtual users and not of newly scenario. What is the issue??

3: In test scenario, after Open Document , i have placed a Test Loop(with different selections) and then second Test Loop(with different selection). But qvd's are created for only first Test Loop and not for second. What sit he issue ??

Thanks

simondachstr
Luminary Alumni
Luminary Alumni

1. Perform a windows search - not sure why it's missing in your case

2. You need to recreate the QVD files. SC_result.qvw does not read from the log files directly, but from the created QVD files

3. Not sure exactly why it's missing - possibly same as 2

Sebastian_Fredenberg

Hi,

I agree with Martin with some additional notes:

1. One reason could be that no succesful session have been created on that machine so verify that you can access the app and get a session by going in manually with a browser first. If this works and no sessionlog, I would go through the settings again.

3. If you are able to get a jmeterlog, and then create a qvd from that, then all actions in the script will be present. A probable cause for not logging it could be if the second test loop is created within the first - which is not recommended. Also note that there are several things to consider if you use testloops within the script. There are limits in how the script can look like when using those and and I would advice against using them if they are not needed.