Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-sanchez-g committed Dec 6, 2023
1 parent cbbc68f commit f85f9bd
Show file tree
Hide file tree
Showing 15 changed files with 900 additions and 8 deletions.
72 changes: 72 additions & 0 deletions jmeter/2023-11-17_15-47-08.333239/.bzt-rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
# General Settings

#settings:
# default-executor: jmeter # if you prefer using other executor by default - change this option
# artifacts-dir: ~/bzt-artifacts/%Y-%m-%d_%H-%M-%S.%f # change the default place to store artifact files
# check-updates: true # check for newer version of Taurus on startup
# check-interval: 1s # interval for Taurus engine to check test status and do other actions
# proxy: # custom proxy settings
# address: http://127.0.0.1:8080 # proxy server address
# username: user # username and password used if authentication is configured on proxy server
# password: 12345

---

# CLI aliases - configure your "shortcuts" to apply config pieces

#cli-aliases: # user-defined config pieces to apply from command-line
# debug: # this alias is called as '-debug' from command line
# settings:
# verbose: true
# modules:
# jmeter:
# gui: true
# console:
# disable: true

---

# BlazeMeter reporting settings

#modules:
# blazemeter:
# token: <key id>:<key secret> # API id and API secret joined with ':'
#
# test: Test Name # name for test to store reports
# project: Project Name # name for project to store test, can be numeric project ID
# public-report: false # set to true to create a public link to the report
#
# browser-open: start # auto-open the report in browser,
# # can be "start", "end", "both", "none"
# send-interval: 30s # send data each n-th second
# timeout: 5s # connect and request timeout for BlazeMeter API
# artifact-upload-size-limit: 10 # limit max size of file (in megabytes)
# # that goes into zip for artifact upload, 10 by default
# check-interval: 5s # interval which Taurus uses to query test status from BlazeMeter

---

# JMeter settings

#modules:
# jmeter:
# properties: # JMeter properties for every JMeter run
# prop_name: prop value
# system-properties: # Java system properties
# sun.net.http.allowRestrictedHeaders: "true"
# memory-xmx: 4G # allow JMeter to use up to 4G of memory
# path: ~/.bzt/jmeter-taurus/{version}/bin/jmeter # path to local jmeter installation
# version: 3.2 # version to use
# plugins: # plugins to install
# - jpgc-json=2.2
# - jmeter-ftp
# - jpgc-casutg

---

# Gatling settings

#modules:
# gatling:
# properties:
# gatling.data.file.bufferSize: 256 # output buffer size, 256 bytes by default
305 changes: 305 additions & 0 deletions jmeter/2023-11-17_15-47-08.333239/effective.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,305 @@
{
"modules": {
"ab": {
"class": "bzt.modules.ab.ApacheBenchmarkExecutor"
},
"gatling": {
"class": "bzt.modules.gatling.GatlingExecutor",
"properties": {
"gatling.data.file.bufferSize": 256
}
},
"jmeter": {
"class": "bzt.modules.jmeter.JMeterExecutor",
"protocol-handlers": {
"http": "bzt.jmx.http.HTTPProtocolHandler",
"mqtt": "bzt.jmx.mqtt.MQTTProtocolHandler",
"grpc": "bzt.jmx.grpc.GRPCProtocolHandler"
},
"plugins": [
"jpgc-casutg",
"jpgc-dummy",
"jpgc-ffw",
"jpgc-fifo",
"jpgc-functions",
"jpgc-json",
"jpgc-perfmon",
"jpgc-prmctl",
"jpgc-tst"
],
"properties": {
"jmeter.save.saveservice.autoflush": "true",
"jmeter.save.saveservice.connect_time": "true",
"jmeterengine.force.system.exit": "true",
"summariser.name": ""
},
"version": "5.4.3",
"path": "/Users/alejandrosanchez-giraldo/.bzt/jmeter-taurus/5.4.3/bin/jmeter.sh"
},
"locust": {
"class": "bzt.modules._locustio.LocustIOExecutor"
},
"molotov": {
"class": "bzt.modules._molotov.MolotovExecutor"
},
"siege": {
"class": "bzt.modules.siege.SiegeExecutor"
},
"tsung": {
"class": "bzt.modules.tsung.TsungExecutor"
},
"k6": {
"class": "bzt.modules.k6.K6Executor"
},
"selenium": {
"class": "bzt.modules._selenium.SeleniumExecutor"
},
"junit": {
"class": "bzt.modules.java.JUnitTester"
},
"testng": {
"class": "bzt.modules.java.TestNGTester"
},
"rspec": {
"class": "bzt.modules.ruby.RSpecTester"
},
"mocha": {
"class": "bzt.modules.javascript.MochaTester"
},
"nunit": {
"class": "bzt.modules.csharp.NUnitExecutor"
},
"xunit": {
"class": "bzt.modules.csharp.XUnitExecutor"
},
"pytest": {
"class": "bzt.modules._pytest.PyTestExecutor"
},
"wdio": {
"class": "bzt.modules.javascript.WebdriverIOExecutor"
},
"robot": {
"class": "bzt.modules.robot.RobotExecutor"
},
"apiritif": {
"class": "bzt.modules._apiritif.ApiritifNoseExecutor"
},
"local": {
"class": "bzt.modules.provisioning.Local"
},
"monitoring": {
"class": "bzt.modules.monitoring.Monitoring"
},
"passfail": {
"class": "bzt.modules.passfail.PassFailStatus"
},
"shellexec": {
"class": "bzt.modules.shellexec.ShellExecutor"
},
"junit-xml": {
"class": "bzt.modules.reporting.JUnitXMLReporter"
},
"install-checker": {
"class": "bzt.modules.services.InstallChecker"
},
"console": {
"class": "bzt.modules.console.ConsoleStatusReporter"
},
"consolidator": {
"class": "bzt.modules.aggregator.ConsolidatingAggregator",
"percentiles": [
0.0,
50.0,
90.0,
95.0,
99.0,
99.9,
100.0
]
},
"final-stats": {
"class": "bzt.modules.reporting.FinalStatus"
},
"functional-consolidator": {
"class": "bzt.modules.functional.FunctionalAggregator"
},
"influxdb-reporter": {
"class": "bzt.modules.influxdb_reporter.InfluxdbStatusReporter"
},
"android-emulator": {
"class": "bzt.modules.services.AndroidEmulatorLoader"
},
"appium": {
"class": "bzt.modules.services.AppiumLoader"
},
"virtual-display": {
"class": "bzt.modules.services.VirtualDisplay"
},
"external-results-loader": {
"class": "bzt.modules.external.ExternalResultsLoader"
},
"blazemeter": {
"class": "bzt.modules.blazemeter.BlazeMeterUploader"
},
"cloud": {
"class": "bzt.modules.blazemeter.CloudProvisioning",
"default-location": "us-central1-a"
},
"proxy2jmx": {
"class": "bzt.modules.proxy2jmx.Proxy2JMX"
},
"unpacker": {
"class": "bzt.modules.services.Unpacker"
},
"pip-install": {
"class": "bzt.modules.services.PipInstaller"
},
"screenshoter": {
"class": "bzt.modules.blazemeter.ServiceStubScreenshoter"
},
"capturehar": {
"class": "bzt.modules.blazemeter.ServiceStubCaptureHAR"
},
"final_stats": {
"class": "bzt.modules.reporting.FinalStatus"
}
},
"cli-aliases": {
"cloud": {
"provisioning": "cloud"
},
"detach": {
"modules": {
"cloud": {
"detach": true
}
}
},
"func": {
"modules": {
"console": {
"disable": true
}
},
"settings": {
"aggregator": "functional-consolidator"
}
},
"gui": {
"modules": {
"jmeter": {
"gui": true
}
}
},
"install-tools": {
"services": [
"install-checker"
]
},
"local": {
"provisioning": "local"
},
"locations": {
"modules": {
"cloud": {
"dump-locations": true
}
},
"provisioning": "cloud"
},
"report": {
"reporting": [
"blazemeter"
]
},
"public": {
"modules": {
"blazemeter": {
"public-report": true
}
}
},
"sequential": {
"modules": {
"local": {
"sequential": true
}
}
},
"lint": {
"cli": {
"linter": {
"lint-and-exit": true
}
}
},
"nolint": {
"cli": {
"linter": {
"disable": true
}
}
}
},
"cli": {
"linter": {
"disable": false,
"warn-on-unfamiliar-fields": false,
"ignored-warnings": [],
"lint-and-exit": false
}
},
"settings": {
"aggregator": "consolidator",
"default-executor": "jmeter",
"env": {
"OBJC_DISABLE_INITIALIZE_FORK_SAFETY": "YES",
"TAURUS_ARTIFACTS_DIR": "/Users/alejandrosanchez-giraldo/git/villain/jmeter/2023-11-17_15-47-08.333239"
}
},
"provisioning": "local",
"reporting": [
{
"module": "final-stats"
},
{
"module": "console"
}
],
"services": [
{
"module": "monitoring",
"local": [
{
"metrics": [
"cpu",
"mem",
"bytes-sent",
"bytes-recv",
"disk-read",
"disk-write",
"disk-space",
"engine-loop",
"conn-all"
]
}
]
}
],
"execution": [
{
"executor": "jmeter",
"scenario": "villanCheck.jmx",
"throughput": {},
"concurrency": {}
}
],
"included-configs": [],
"version": "1.16.26",
"scenarios": {
"villanCheck.jmx": {
"script": "/Users/alejandrosanchez-giraldo/git/villain/jmeter/villanCheck.jmx"
}
}
}
Loading

0 comments on commit f85f9bd

Please sign in to comment.