All Downloads are FREE. Search and download functionalities are using the official Maven repository.

erftest-plugin.4.13.0.source-code.configurable-1.xml Maven / Gradle / Ivy

<?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 create a number of servers, each with a number of services. Both are configurable
        through the properties specified in this file. For example, to create 10 servers, each with 100 services,
        the following should be passed to the agent:

        -Drhq.perftest.scenario=configurable-1 -Drhq.perftest.server-a-count=10 -Drhq.perftest.service-a-count=50
   -->

   <resource type="server-a">
      <simpleResourceGenerator property="rhq.perftest.server-a-count"/>
      <simpleNumericMeasurementGenerator/>
      <simpleTraitMeasurementGenerator/>
   </resource>

   <resource type="service-a">
      <simpleResourceGenerator property="rhq.perftest.service-a-count"/>
      <simpleNumericMeasurementGenerator/>
      <simpleTraitMeasurementGenerator/>
   </resource>

</scenario>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy