MCPcopy Index your code
hub / github.com/QAInsights/JEval

github.com/QAInsights/JEval @v1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0 ↗ · + Follow
40 symbols 123 edges 11 files 22 documented · 55%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

🚀 JEval

All Contributors

contributions welcome saythanks

***************************************************************
*                _   ______                   _               *
*               | | |  ____|                 | |              *
*               | | | |__    __   __   __ _  | |              *
*           _   | | |  __|   \ \ / /  / _` | | |              *
*          | |__| | | |____   \ V /  | (_| | | |              *
*           \____/  |______|   \_/    \__,_| |_|              *
*                                                             *
*            (c) NaveenKumar Namachivayam 2020                *
*                       QAInsights.com                        *
*                                                             *
***************************************************************

JEval helps you to evaluate your JMeter test plan and provides recommendation before you start your performance testing.

🛠 Prerequisites

  • Clone this repository.
  • Install the latest version of Python
  • Install the dependencies
    pip install -r requirements.txt

Important Notes
JEval doesn't make any modifications to your JMeter test plan. But it is advisable to make a backup of your JMeter test plan.
JEval utility doesn't collect any sort of data

✨ Usage

  • cd into the repository
  • Issue the below command
    python app.py -f <JMeter-File-Path>
    E.g.
    python app.py -f .\jmx\Sample.jmx

💪 Output

JEval Output

✍ Log file

To view the log, open the tmp.log file.

✔ Features

  • JEval detects the JMeter version and validates the test plan.

  • JEval detects the following:

    JMeter elements - AuthManager - CookieManager - HeaderManager - CacheManager - CSVDataSet
    - TransactionController
    - ConfigTestElement - ConstantTimer - UniformRandomTimer - GaussianRandomTimer - Arguments - ProxyControl - RegexExtractor - TestAction - BeanShellSampler - JSR223Sampler - IfController - LoopController - ResultCollector - ResponseAssertion - XPath2Assertion - JSONPathAssertion - DebugSampler

    If you want to add custom elements, you can add it in the config.yaml file.

    JMeter Plugins (default) - DummySampler - UDP - SeleniumWebDriver - Visualizer

    You can add custom plugins in config.yaml file under Custom tag, as shown in below example. yaml Custom: Plugin1: org.Sample.plugin.name DummySampler: kg.apc.jmeter.samplers.DummySampler

🛑 Limitations

  • If the elements added inside Controllers elements e.g. Loop Controller, then those elements will not be detected.

💰 Donate

Buy me a tea

Contributors ✨

Thanks goes to these wonderful people (emoji key):

NaveenKumar 💻 Anthony Gauthier 💻 Leela Prasad 💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Core symbols most depended-on inside this repo

print_message
called by 53
utils/display.py
find_element_status
called by 2
core/engine.py
main
called by 1
app.py
parse_jmx
called by 1
core/jmx.py
print_art
called by 1
core/jmx.py
print_file_name
called by 1
core/jmx.py
cleanup
called by 1
core/jmx.py
attribute_check
called by 1
core/attribute_check.py

Shape

Method 20
Function 17
Class 3

Languages

Python100%

Modules by API surface

core/exceptions.py17 symbols
core/engine.py9 symbols
core/plugins.py5 symbols
core/jmx.py4 symbols
utils/display.py1 symbols
utils/ascii_icons.py1 symbols
core/config.py1 symbols
core/attribute_check.py1 symbols
app.py1 symbols

For agents

$ claude mcp add JEval \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact