In order to export the raw data per user type, the below steps has to be done: 1. From Settings System Workbench results tab. Uncheck the “Merge time-series data on agents” option. 2. Then run a test. Running the test with this option unchecked, will not create an overall merged report. You will find tsd results for each agent (starting with a@..) and for each virtual user(starting with u@..). These user file names will be in the format u@AgentName@ScriptName_UserType_VUNumber.tsd For example, I have two user profiles(Vuser-Profile1 and VUser1-Profile1) as below: So my user tsd files are created as follows (for each virtual user) u@localhost@ShopIt_1_VUser1-Profile1_1.tsd – In this name, the part “VUser1-Profile1” denotes the user type. u@localhost@ShopIt_1_VUser1-Profile1_2.tsd u@localhost@ShopIt_1_VUser-Profile1_1.tsd – In this name, the part “VUser-Profile1” denotes the user type. 3. From Performance Explorer, Wizard Merge Wizard; please select your Project and then the test run. Then in the next step, please select all the .tsd files and Finish. This will create an overview report for the test (with the default name like m@@.... tsd and m@@.._OVR.xml ) Then please change the name of this overview report (eg..m_overview…tsd). This is to ensure that we do not overwrite this result with the result which we will create in further steps. 4. Again from Wizard Merge Wizard Select your Project, Test Run. In the Files selection screen, uncheck the agent type files and then in the User Type Files, select the files corresponding to each user type and Finish. This will create a .tsd file (in your results folder) with name m@@...tsd . Please rename this file. Wizard Merge Wizard: File Selection screen 5. Now from Wizard Export Wizard. Please select the .tsd file created in Step 4 and name your .csv file accordingly and Finish. You will find the csv file with raw data for the selected user type exported Another way to do is: In step 4, instead of selecting the files individually, please copy all the files corresponding to one user type in one folder and then from Wizard Custom Merge Wizard Select the folder. It will create a tsd file for that user type which you can then export to a csv file. From Custom Merge Wizard, select the above folder, click Next and Finish. You will have a tsd file created which you can then export to a .csv file (from Wizard Export Wizard)
↧