
erftest-plugin.4.13.0.source-code.configurable-average.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rhq-perftest-plugin Show documentation
Show all versions of rhq-perftest-plugin Show documentation
a plugin for performance testing
The newest version!
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <scenario xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:xmlns:jboss.org:rhq-perftest"> <!-- This scenario will try to mimic an "average" inventory with a typical number of metrics, plugin configuration properties and packages per resource. This scenario will create a number of servers, each with a number of services. Some services (those of type service-ab will be children of each instance of service-a). All are configurable through the properties specified in this file. For example, to create 10 servers, each with 25 services, and each of those services having 2 child services, the following should be passed to the agent: -Drhq.perftest.scenario=configurable-average -Drhq.perftest.server-a-count=10 -Drhq.perftest.service-a-count=25 -Drhq.perftest.service-ab-count=2 You can optionally indicate how many content packages to have: -Drhq.perftest.package[0-4]-count -Drhq.perftest.childPackage0-count --> <resource type="server-a"> <simpleResourceGenerator property="rhq.perftest.server-a-count"/> <simpleConfigurationGenerator/> <simpleNumericMeasurementGenerator/> <simpleContentGenerator packageType="package0" property="rhq.perftest.package0-count" numberOfPackages="0" /> <simpleContentGenerator packageType="package1" property="rhq.perftest.package1-count" numberOfPackages="1" /> <simpleContentGenerator packageType="package2" property="rhq.perftest.package2-count" numberOfPackages="2" /> <simpleContentGenerator packageType="package3" property="rhq.perftest.package3-count" numberOfPackages="3" /> <simpleContentGenerator packageType="package4" property="rhq.perftest.package4-count" numberOfPackages="4" /> </resource> <resource type="service-a"> <simpleResourceGenerator property="rhq.perftest.service-a-count"/> <simpleConfigurationGenerator/> <simpleNumericMeasurementGenerator/> <simpleContentGenerator packageType="childPackage0" property="rhq.perftest.childPackage0-count" numberOfPackages="1" /> </resource> <resource type="service-ab"> <simpleResourceGenerator property="rhq.perftest.service-ab-count"/> <simpleConfigurationGenerator/> <simpleNumericMeasurementGenerator/> </resource> </scenario>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy