SlideShare a Scribd company logo
JAnalyser
A Jmeter results analysis Tool
Search for:
Tool Login
 Home
 Learnings
 Blog
 Contact
 About
JAnalyser – User Guide
Introduction
JAnalyser is a browser-based tool that can be used for Jmeter results analysis. This tool is developed to fill the
gap between Jmeter results and management report. This tool is also featured to merge users other custom
reports with Jmeter results for better analysis.
 Main features of JAnalyser includes
 Detailed analysis of Jmeter results
 Supports Jmeter results in both XML/CSV format
 Supports User custom CSV results for analysis
 Supports native logs generated by external tools
 Ability generate HTML and PDF Reports
 Ability to share analysis with experts with in the tool
And many more..
What do you need to use JAnalyser (Prerequisite)
Download “Jmeter.properties” file available on JAnalyser under download menu and replace it to your local
version of jmeter.properties file located in Jmeter installed directory/bin folder.Compress each Jmeter log,
Jmeter Test run results and Custom log file separately in a zip (only) format. As best practice, name it as
appropriate as possible.
Example
Jmeter Log file = your_Jmeter_log.log.zip
Jmeter Test result File = your_jmeter_results_in_xml.xml.zip or your_jmeter_results_in_csv.csv.zip
Custom Log Files = Your_WebServer_NXQA001.zip , you_APPServer_NXQA002.zip
Supported browsers: Firefox / Chrome / Safari.
Limited support on Internet Explorer.
Login
Now you are ready to analyse your results using JAnalyser.
Login in to JAnalyser – https://janalyser.com
Enter your username and password
Create New Project
Project is a workspace for all the activities performed in JAnalyser. Clicking on +Project button (see below)
will enable a form where user can create a new Project
Enter New Project Name and Click on Save button.
Newly created project is immediately listed on the same screen.
Click on the Project that you created to open Project workspace.
The selected project opens with a Project Overview page and project name appears on the top right corner of
the page.
Any time you can navigate to Project Overview Page by clicking on Home link under Project Menu.
Now you have successfully created New Project.
Proceed to Testrun creation
Create New Test runs
A new Testrun has to be created for each Test type (example Shakedown, Load, Stress) executed in Jmeter.
Each Testrun holds the analysis of corresponding test type.
Click on ‘Test Runs’ under Test Runs Menu to open a Testrun workspace of the project.
Clicking on +Testrun button (see below) will enable a form where user can create a new Testrun.
Enter Short Name for Testrun and Click on Save button.
Newly created Testrun immediately is listed in the same page.
#Logs shows numbers of log files user has uploaded.
Click on created Testrun to proceed for Analysis.
Upload files
When a new Testrun is created, the status of Analysis will be ‘Pending’.
Click on Results Logs tab to upload your Jmeter/Custom related Result files.
Click on +Upload to upload logs and test result files.
This is the most important step to be noted when uploading your log and result files.
Multiple types of Log/results files can be uploaded to JAnalyser. Each file should be zipped separately. Size of
the file after zip cannot be more than specified on instruction on Upload screen. Please read instructions
carefully before uploading.
Jmeter-Log
Jmeter generates a log file when user starts the test execution. This log file is entirely different from the Jmeter
test results file (XML/CSV). Default location of jmeter.log is in the bin directory of Jmeter. Please read best
practices section for more details.
This file is not mandatory, however if uploaded JAnalyser gives you good details about Test Environment.
Jmeter-XML
This is the result file created during the Testrun by Jmeter. Depend on the Jmeter.properties configuration;
results can be saved as XML. If the result file is in XML format, select Jmeter-XML in dropdown during
upload.
This file is mandatory, if csv is not available.
Jmeter-CSV
Result file created during the Testrun by Jmeter. Depend on the Jmeter.properties configuration; results can be
saved as CSV. If the result file is in CSV format, select Jmeter-CSV in dropdown during upload.
Note: JAnlayser will not process CSV result file without the header. This should be comma separated only
and timestamp should be Unix timestamp in the first column.
Download Jmeter.properties files from JAnalyser login screen to avoid issues.
This file is mandatory, if xml is not available.
Others
JAnalyser now supports external logs generated by tools like Windows Perfmon, Linux dstat etc along
with Custom-CSV files.
Please read best practices section to learn more about Windows Perfmon and Linux dstat logs.
Custom-CSV are special kind of file, which user can create manually or using other tools. This type of file can
be used for generating custom graphs for counters like CPU, MEMORY, DISK IO etc.
Custom Csv file should be comma separated and first column should be in supported datetime format. Please
visit JAnalyser upload screen to see supported datetime formats.
Please read Section “How to create Custom CSV Files”.
Enter Short Name for the File.
This will help you to identify the file in future. Auto generated text is used if no name is entered. Make sure
that you have entered different names for each upload when uploading files of catogary ‘Others’. File names
are used in custom graphs. Duplicate names may cause some confustion during Analysis.
Select appropriate time zone where test results are captured.
The uploaded files appear in the same screen with status pending in yellow colour.
Once file upload is completed, now Testrun is ready for analysis.
Important Notes:
 Only zip compression is supported
 Extention should be .zip
 File size should not be greater than mentioned in the upload screen
Run Analysis
Click on Details tab in Testrun screen and Click ‘Analyse Results’ button.
This will submit your request for Analysis. Depending on the Queue length, your results will be processed.
(Note: You can enable email notification in Administration screen to receive email notification when analysis
completed)
Once analysis is completed successfully, the analysis status will be changed to ‘Ready’. If analysis fails
corresponding error message will be displayed.
When Testrun job completed successfully, you should see all uploaded log file status as Ready. Any failure in
the Analysis, results Upload file status to know failure message with red colour
User can add/remove logs anytime and submit for Result Analysis.
Analysis
Once the job completed successfully, you can find summary report in Details page.
Note: Test Environment information will be available only when Jmeter-Log is uploaded.
Click on ‘Show Analysis’ button for detailed analysis of your test results. This will open Analysis window as
pop-up in full screen.
Expand Jmeter tree on left side to see the list of Available charts. Double click on any chart (Example: Avg
Response time) to open corresponding graph.
Only five series will be displayed by default. Users can select/Unselect-required series.
User can select range of time by dragging the mouse. Click on Reset button to show default data.
Share Analysis
Users can share their test analysis with in the tool. User should know the username of requested party to be
shared.
Users (both parties) can remove the sharing at any time.
Click on ‘Share’ tab in Test runs page.
Enter username in search text box and click on Search button.
When user found with full name, click on Share button
Shared Analysis can be removed any time by clicking on the Remove button
Reports
Html report can be downloaded from Testrun main screen by clicking on Download Html Report.
Note: HTML report is available only for successful Testrun analysis.
Best Practices
How to run Jmeter tests
It is always advisable to run the test in non-gui mode.
It is also recommended to collect the Jmeter test results in a CSV file format. However, JAnalyser tool will
supports both XML/CSV formats.
Example command to run in non-gui mode.
C:/jmeter29/bin/jmeter -n -t C:/temp/project/sugarcrm/scripts/SugarCrm_Shakedown_V01.jmx -j
C:/temp/project/sugarcrm/results/SugarCrm_Shakedown_V01_Australia.log -l
C:/temp/project/sugarcrm/results/SugarCrm_Shakedown_V01_Australia.csv
Output of the above command is
SugarCrm_Shakedown_V01_Australia.log – This is Jmeter tool log file (Also referred as Jmeter-Log)
SugarCrm_Shakedown_V01_Australia.csv – Testrun results file in CSV Format (Also referred as Jmeter-
CSV)
Correct File types has to be selected when uploading files to JAnalyser
How to prepare Jmeter Test plan
While creating Jmeter Test plan, make sure that each user action is under Transaction controller. This will
enable JAnalyser to show breakdown on each transaction.
Jmeter.properties file
You can download Jmeter.properties file from JAnalyser login screen. This properties file will enables more
parameters (like hostname, active threads etc) for better analysis
It also enables header section for CSV file.
Note: JAnlayser will not process CSV result files without header.
You can download sample logs to try with JAnalyser. JAnalyser-Sample-Logs
How to use Custom log Files
How to use Windows Perfmon logs
How to use Linux dstat logs
Copyright © 2014 JAnalyser

More Related Content

Similar to J analyser jmeter_analysys

Mastering Distributed Performance Testing
Mastering Distributed Performance TestingMastering Distributed Performance Testing
Mastering Distributed Performance Testing
Knoldus Inc.
 
Software testing
Software testingSoftware testing
Software testing
nil65
 
SessionCreatorHelp
SessionCreatorHelpSessionCreatorHelp
SessionCreatorHelp
Sven Finsterwalder
 
Web Platform Pictorial Guide
Web Platform Pictorial GuideWeb Platform Pictorial Guide
Web Platform Pictorial Guide
Ben Walker
 
QTP 9.2
QTP 9.2QTP 9.2
Qtp 9.2 tutorials
Qtp 9.2 tutorialsQtp 9.2 tutorials
Qtp 9.2 tutorials
medsherb
 
Retrotec Blower Door Hers Rating
Retrotec Blower Door Hers RatingRetrotec Blower Door Hers Rating
Retrotec Blower Door Hers Rating
haroldstewartthy
 
QTP with Descriptive programming
QTP with Descriptive programmingQTP with Descriptive programming
QTP with Descriptive programming
Kuldeep Sharma
 
Qtp With Descriptive Programming
Qtp With Descriptive ProgrammingQtp With Descriptive Programming
Qtp With Descriptive Programming
Kuldeep Sharma
 
Qtp with descriptive programming
Qtp with descriptive programmingQtp with descriptive programming
Qtp with descriptive programming
medsherb
 
Darkroom 2 lightroom and photoshop actions and plugins
Darkroom 2 lightroom and photoshop actions and pluginsDarkroom 2 lightroom and photoshop actions and plugins
Darkroom 2 lightroom and photoshop actions and plugins
daviddiener
 
BI-Validator Usecase - Stress Test Plan
BI-Validator Usecase - Stress Test PlanBI-Validator Usecase - Stress Test Plan
BI-Validator Usecase - Stress Test Plan
Datagaps Inc
 
Katalon Studio - GUI Overview
Katalon Studio - GUI OverviewKatalon Studio - GUI Overview
Katalon Studio - GUI Overview
Katalon Studio
 
Performance testing using Jmeter for apps which needs authentication
Performance testing using Jmeter for apps which needs authenticationPerformance testing using Jmeter for apps which needs authentication
Performance testing using Jmeter for apps which needs authentication
Jay Jha
 
Ccleaner command
Ccleaner commandCcleaner command
Ccleaner command
Chatchawan Gabbualoy
 
Jmeter memory profiling, server-side monitoring, memory and cpu monitoring
Jmeter memory profiling, server-side monitoring, memory and cpu monitoringJmeter memory profiling, server-side monitoring, memory and cpu monitoring
Jmeter memory profiling, server-side monitoring, memory and cpu monitoring
Pankaj Biswas
 
Sas UTR How To Create Your UTRs Sep2009
Sas UTR How To Create Your UTRs Sep2009Sas UTR How To Create Your UTRs Sep2009
Sas UTR How To Create Your UTRs Sep2009
praack
 
Performance testing and j meter
Performance testing and j meterPerformance testing and j meter
Performance testing and j meter
Purna Chandar
 
Less05 2 e_testermodule_4
Less05 2 e_testermodule_4Less05 2 e_testermodule_4
Less05 2 e_testermodule_4
Suresh Mishra
 
Perfromane Test Tool jmeter
Perfromane Test Tool jmeterPerfromane Test Tool jmeter
Perfromane Test Tool jmeter
Naga Mallala
 

Similar to J analyser jmeter_analysys (20)

Mastering Distributed Performance Testing
Mastering Distributed Performance TestingMastering Distributed Performance Testing
Mastering Distributed Performance Testing
 
Software testing
Software testingSoftware testing
Software testing
 
SessionCreatorHelp
SessionCreatorHelpSessionCreatorHelp
SessionCreatorHelp
 
Web Platform Pictorial Guide
Web Platform Pictorial GuideWeb Platform Pictorial Guide
Web Platform Pictorial Guide
 
QTP 9.2
QTP 9.2QTP 9.2
QTP 9.2
 
Qtp 9.2 tutorials
Qtp 9.2 tutorialsQtp 9.2 tutorials
Qtp 9.2 tutorials
 
Retrotec Blower Door Hers Rating
Retrotec Blower Door Hers RatingRetrotec Blower Door Hers Rating
Retrotec Blower Door Hers Rating
 
QTP with Descriptive programming
QTP with Descriptive programmingQTP with Descriptive programming
QTP with Descriptive programming
 
Qtp With Descriptive Programming
Qtp With Descriptive ProgrammingQtp With Descriptive Programming
Qtp With Descriptive Programming
 
Qtp with descriptive programming
Qtp with descriptive programmingQtp with descriptive programming
Qtp with descriptive programming
 
Darkroom 2 lightroom and photoshop actions and plugins
Darkroom 2 lightroom and photoshop actions and pluginsDarkroom 2 lightroom and photoshop actions and plugins
Darkroom 2 lightroom and photoshop actions and plugins
 
BI-Validator Usecase - Stress Test Plan
BI-Validator Usecase - Stress Test PlanBI-Validator Usecase - Stress Test Plan
BI-Validator Usecase - Stress Test Plan
 
Katalon Studio - GUI Overview
Katalon Studio - GUI OverviewKatalon Studio - GUI Overview
Katalon Studio - GUI Overview
 
Performance testing using Jmeter for apps which needs authentication
Performance testing using Jmeter for apps which needs authenticationPerformance testing using Jmeter for apps which needs authentication
Performance testing using Jmeter for apps which needs authentication
 
Ccleaner command
Ccleaner commandCcleaner command
Ccleaner command
 
Jmeter memory profiling, server-side monitoring, memory and cpu monitoring
Jmeter memory profiling, server-side monitoring, memory and cpu monitoringJmeter memory profiling, server-side monitoring, memory and cpu monitoring
Jmeter memory profiling, server-side monitoring, memory and cpu monitoring
 
Sas UTR How To Create Your UTRs Sep2009
Sas UTR How To Create Your UTRs Sep2009Sas UTR How To Create Your UTRs Sep2009
Sas UTR How To Create Your UTRs Sep2009
 
Performance testing and j meter
Performance testing and j meterPerformance testing and j meter
Performance testing and j meter
 
Less05 2 e_testermodule_4
Less05 2 e_testermodule_4Less05 2 e_testermodule_4
Less05 2 e_testermodule_4
 
Perfromane Test Tool jmeter
Perfromane Test Tool jmeterPerfromane Test Tool jmeter
Perfromane Test Tool jmeter
 

Recently uploaded

Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
Tomaz Bratanic
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
DianaGray10
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
Zilliz
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
Claudio Di Ciccio
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
kumardaparthi1024
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
Infrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI modelsInfrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI models
Zilliz
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 

Recently uploaded (20)

Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
Infrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI modelsInfrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI models
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 

J analyser jmeter_analysys

  • 1. JAnalyser A Jmeter results analysis Tool Search for: Tool Login  Home  Learnings  Blog  Contact  About JAnalyser – User Guide Introduction JAnalyser is a browser-based tool that can be used for Jmeter results analysis. This tool is developed to fill the gap between Jmeter results and management report. This tool is also featured to merge users other custom reports with Jmeter results for better analysis.  Main features of JAnalyser includes  Detailed analysis of Jmeter results  Supports Jmeter results in both XML/CSV format  Supports User custom CSV results for analysis  Supports native logs generated by external tools  Ability generate HTML and PDF Reports  Ability to share analysis with experts with in the tool And many more..
  • 2. What do you need to use JAnalyser (Prerequisite) Download “Jmeter.properties” file available on JAnalyser under download menu and replace it to your local version of jmeter.properties file located in Jmeter installed directory/bin folder.Compress each Jmeter log, Jmeter Test run results and Custom log file separately in a zip (only) format. As best practice, name it as appropriate as possible. Example Jmeter Log file = your_Jmeter_log.log.zip Jmeter Test result File = your_jmeter_results_in_xml.xml.zip or your_jmeter_results_in_csv.csv.zip Custom Log Files = Your_WebServer_NXQA001.zip , you_APPServer_NXQA002.zip Supported browsers: Firefox / Chrome / Safari. Limited support on Internet Explorer. Login Now you are ready to analyse your results using JAnalyser. Login in to JAnalyser – https://janalyser.com Enter your username and password Create New Project Project is a workspace for all the activities performed in JAnalyser. Clicking on +Project button (see below) will enable a form where user can create a new Project Enter New Project Name and Click on Save button. Newly created project is immediately listed on the same screen. Click on the Project that you created to open Project workspace. The selected project opens with a Project Overview page and project name appears on the top right corner of the page.
  • 3. Any time you can navigate to Project Overview Page by clicking on Home link under Project Menu. Now you have successfully created New Project. Proceed to Testrun creation Create New Test runs A new Testrun has to be created for each Test type (example Shakedown, Load, Stress) executed in Jmeter. Each Testrun holds the analysis of corresponding test type. Click on ‘Test Runs’ under Test Runs Menu to open a Testrun workspace of the project. Clicking on +Testrun button (see below) will enable a form where user can create a new Testrun. Enter Short Name for Testrun and Click on Save button. Newly created Testrun immediately is listed in the same page. #Logs shows numbers of log files user has uploaded. Click on created Testrun to proceed for Analysis. Upload files When a new Testrun is created, the status of Analysis will be ‘Pending’. Click on Results Logs tab to upload your Jmeter/Custom related Result files. Click on +Upload to upload logs and test result files. This is the most important step to be noted when uploading your log and result files. Multiple types of Log/results files can be uploaded to JAnalyser. Each file should be zipped separately. Size of the file after zip cannot be more than specified on instruction on Upload screen. Please read instructions carefully before uploading. Jmeter-Log Jmeter generates a log file when user starts the test execution. This log file is entirely different from the Jmeter test results file (XML/CSV). Default location of jmeter.log is in the bin directory of Jmeter. Please read best practices section for more details. This file is not mandatory, however if uploaded JAnalyser gives you good details about Test Environment. Jmeter-XML This is the result file created during the Testrun by Jmeter. Depend on the Jmeter.properties configuration; results can be saved as XML. If the result file is in XML format, select Jmeter-XML in dropdown during upload. This file is mandatory, if csv is not available. Jmeter-CSV
  • 4. Result file created during the Testrun by Jmeter. Depend on the Jmeter.properties configuration; results can be saved as CSV. If the result file is in CSV format, select Jmeter-CSV in dropdown during upload. Note: JAnlayser will not process CSV result file without the header. This should be comma separated only and timestamp should be Unix timestamp in the first column. Download Jmeter.properties files from JAnalyser login screen to avoid issues. This file is mandatory, if xml is not available. Others JAnalyser now supports external logs generated by tools like Windows Perfmon, Linux dstat etc along with Custom-CSV files. Please read best practices section to learn more about Windows Perfmon and Linux dstat logs. Custom-CSV are special kind of file, which user can create manually or using other tools. This type of file can be used for generating custom graphs for counters like CPU, MEMORY, DISK IO etc. Custom Csv file should be comma separated and first column should be in supported datetime format. Please visit JAnalyser upload screen to see supported datetime formats. Please read Section “How to create Custom CSV Files”. Enter Short Name for the File. This will help you to identify the file in future. Auto generated text is used if no name is entered. Make sure that you have entered different names for each upload when uploading files of catogary ‘Others’. File names are used in custom graphs. Duplicate names may cause some confustion during Analysis. Select appropriate time zone where test results are captured. The uploaded files appear in the same screen with status pending in yellow colour. Once file upload is completed, now Testrun is ready for analysis. Important Notes:  Only zip compression is supported  Extention should be .zip  File size should not be greater than mentioned in the upload screen Run Analysis
  • 5. Click on Details tab in Testrun screen and Click ‘Analyse Results’ button. This will submit your request for Analysis. Depending on the Queue length, your results will be processed. (Note: You can enable email notification in Administration screen to receive email notification when analysis completed) Once analysis is completed successfully, the analysis status will be changed to ‘Ready’. If analysis fails corresponding error message will be displayed. When Testrun job completed successfully, you should see all uploaded log file status as Ready. Any failure in the Analysis, results Upload file status to know failure message with red colour User can add/remove logs anytime and submit for Result Analysis. Analysis Once the job completed successfully, you can find summary report in Details page. Note: Test Environment information will be available only when Jmeter-Log is uploaded. Click on ‘Show Analysis’ button for detailed analysis of your test results. This will open Analysis window as pop-up in full screen. Expand Jmeter tree on left side to see the list of Available charts. Double click on any chart (Example: Avg Response time) to open corresponding graph.
  • 6. Only five series will be displayed by default. Users can select/Unselect-required series. User can select range of time by dragging the mouse. Click on Reset button to show default data. Share Analysis Users can share their test analysis with in the tool. User should know the username of requested party to be shared. Users (both parties) can remove the sharing at any time. Click on ‘Share’ tab in Test runs page. Enter username in search text box and click on Search button. When user found with full name, click on Share button Shared Analysis can be removed any time by clicking on the Remove button Reports Html report can be downloaded from Testrun main screen by clicking on Download Html Report. Note: HTML report is available only for successful Testrun analysis. Best Practices How to run Jmeter tests It is always advisable to run the test in non-gui mode. It is also recommended to collect the Jmeter test results in a CSV file format. However, JAnalyser tool will supports both XML/CSV formats. Example command to run in non-gui mode. C:/jmeter29/bin/jmeter -n -t C:/temp/project/sugarcrm/scripts/SugarCrm_Shakedown_V01.jmx -j C:/temp/project/sugarcrm/results/SugarCrm_Shakedown_V01_Australia.log -l C:/temp/project/sugarcrm/results/SugarCrm_Shakedown_V01_Australia.csv Output of the above command is SugarCrm_Shakedown_V01_Australia.log – This is Jmeter tool log file (Also referred as Jmeter-Log) SugarCrm_Shakedown_V01_Australia.csv – Testrun results file in CSV Format (Also referred as Jmeter- CSV) Correct File types has to be selected when uploading files to JAnalyser How to prepare Jmeter Test plan
  • 7. While creating Jmeter Test plan, make sure that each user action is under Transaction controller. This will enable JAnalyser to show breakdown on each transaction. Jmeter.properties file You can download Jmeter.properties file from JAnalyser login screen. This properties file will enables more parameters (like hostname, active threads etc) for better analysis It also enables header section for CSV file. Note: JAnlayser will not process CSV result files without header. You can download sample logs to try with JAnalyser. JAnalyser-Sample-Logs How to use Custom log Files How to use Windows Perfmon logs How to use Linux dstat logs Copyright © 2014 JAnalyser