All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download perfcake JAR 2.1 with all dependencies


A Lightweight Performance Testing Framework

Files of the artifact perfcake version 2.1 from the group org.perfcake.

Test

Download perfcake (2.1)
Artifact perfcake
Group org.perfcake
Version 2.1
Last update 20. June 2014
Organization PerfCake Community
URL https://www.perfcake.org
License The Apache Software License, Version 2.0
Dependencies amount 18
Dependencies perfcake-agent, httl, log4j-core, log4j-1.2-api, slf4j-log4j12, drools-core, drools-compiler, groovy-all, jms-api, javassist, javax.websocket-api, mqtt-client, commons-math3, commons-io, commons-configuration, commons-collections, commons-beanutils, commons-cli,
There are maybe transitive dependencies!
There is a newer version: 7.5
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of perfcake Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of perfcake version 2.1

META-INF
META-INF.META-INF.MANIFEST.MF
.messageValidator.dsl
org.perfcake
org.perfcake.org.perfcake.PerfCakeConst
org.perfcake.org.perfcake.PerfCakeException
org.perfcake.org.perfcake.RunInfo
org.perfcake.org.perfcake.Scenario
org.perfcake.org.perfcake.ScenarioBuilder
org.perfcake.org.perfcake.ScenarioExecution
org.perfcake.common
org.perfcake.common.org.perfcake.common.BoundPeriod
org.perfcake.common.org.perfcake.common.Period
org.perfcake.common.org.perfcake.common.PeriodType
org.perfcake.common.org.perfcake.common.TimeStampedRecord
org.perfcake.message
org.perfcake.message.org.perfcake.message.Message
org.perfcake.message.org.perfcake.message.MessageFactory
org.perfcake.message.org.perfcake.message.MessageTemplate
org.perfcake.message.org.perfcake.message.ReceivedMessage
org.perfcake.message.generator
org.perfcake.message.generator.org.perfcake.message.generator.AbstractMessageGenerator
org.perfcake.message.generator.org.perfcake.message.generator.DefaultMessageGenerator
org.perfcake.message.generator.org.perfcake.message.generator.SenderTask
org.perfcake.message.generator.org.perfcake.message.generator.package-info
org.perfcake.message.sender
org.perfcake.message.sender.org.perfcake.message.sender.AbstractSender
org.perfcake.message.sender.org.perfcake.message.sender.AbstractSocketSender
org.perfcake.message.sender.org.perfcake.message.sender.ChannelSender
org.perfcake.message.sender.org.perfcake.message.sender.ChannelSenderDatagram
org.perfcake.message.sender.org.perfcake.message.sender.ChannelSenderFile
org.perfcake.message.sender.org.perfcake.message.sender.ChannelSenderSocket
org.perfcake.message.sender.org.perfcake.message.sender.CommandSender
org.perfcake.message.sender.org.perfcake.message.sender.DummySender
org.perfcake.message.sender.org.perfcake.message.sender.GroovySender
org.perfcake.message.sender.org.perfcake.message.sender.HTTPSSender
org.perfcake.message.sender.org.perfcake.message.sender.HTTPSender
org.perfcake.message.sender.org.perfcake.message.sender.JDBCSender
org.perfcake.message.sender.org.perfcake.message.sender.JMSSender
org.perfcake.message.sender.org.perfcake.message.sender.LDAPSender
org.perfcake.message.sender.org.perfcake.message.sender.MessageSender
org.perfcake.message.sender.org.perfcake.message.sender.MessageSenderManager
org.perfcake.message.sender.org.perfcake.message.sender.PlainSocketSender
org.perfcake.message.sender.org.perfcake.message.sender.RequestResponseJMSSender
org.perfcake.message.sender.org.perfcake.message.sender.SOAPSender
org.perfcake.message.sender.org.perfcake.message.sender.SSLSocketSender
org.perfcake.message.sender.org.perfcake.message.sender.WebSocketSender
org.perfcake.message.sender.org.perfcake.message.sender.package-info
org.perfcake.model
org.perfcake.model.org.perfcake.model.Header
org.perfcake.model.org.perfcake.model.ObjectFactory
org.perfcake.model.org.perfcake.model.Property
org.perfcake.model.org.perfcake.model.Scenario
org.perfcake.model.org.perfcake.model.ScenarioFactory
org.perfcake.model.org.perfcake.model.package-info
org.perfcake.parser
org.perfcake.parser.org.perfcake.parser.ScenarioParser
org.perfcake.reporting
org.perfcake.reporting.org.perfcake.reporting.Measurement
org.perfcake.reporting.org.perfcake.reporting.MeasurementUnit
org.perfcake.reporting.org.perfcake.reporting.Quantity
org.perfcake.reporting.org.perfcake.reporting.ReportManager
org.perfcake.reporting.org.perfcake.reporting.ReportingException
org.perfcake.reporting.destinations
org.perfcake.reporting.destinations.org.perfcake.reporting.destinations.CSVDestination
org.perfcake.reporting.destinations.org.perfcake.reporting.destinations.ConsoleDestination
org.perfcake.reporting.destinations.org.perfcake.reporting.destinations.Destination
org.perfcake.reporting.destinations.org.perfcake.reporting.destinations.Log4jDestination
org.perfcake.reporting.reporters
org.perfcake.reporting.reporters.org.perfcake.reporting.reporters.AbstractReporter
org.perfcake.reporting.reporters.org.perfcake.reporting.reporters.AverageThroughputReporter
org.perfcake.reporting.reporters.org.perfcake.reporting.reporters.MemoryUsageReporter
org.perfcake.reporting.reporters.org.perfcake.reporting.reporters.Reporter
org.perfcake.reporting.reporters.org.perfcake.reporting.reporters.ResponseTimeReporter
org.perfcake.reporting.reporters.org.perfcake.reporting.reporters.WarmUpReporter
org.perfcake.reporting.reporters.org.perfcake.reporting.reporters.WindowResponseTimeReporter
org.perfcake.reporting.reporters.accumulators
org.perfcake.reporting.reporters.accumulators.org.perfcake.reporting.reporters.accumulators.Accumulator
org.perfcake.reporting.reporters.accumulators.org.perfcake.reporting.reporters.accumulators.AvgAccumulator
org.perfcake.reporting.reporters.accumulators.org.perfcake.reporting.reporters.accumulators.LastValueAccumulator
org.perfcake.reporting.reporters.accumulators.org.perfcake.reporting.reporters.accumulators.MaxLongValueAccumulator
org.perfcake.reporting.reporters.accumulators.org.perfcake.reporting.reporters.accumulators.SlidingWindowAvgAccumulator
org.perfcake.reporting.reporters.accumulators.org.perfcake.reporting.reporters.accumulators.SumAccumulator
org.perfcake.util
org.perfcake.util.org.perfcake.util.ObjectFactory
org.perfcake.util.org.perfcake.util.Utils
org.perfcake.util.agent
org.perfcake.util.agent.org.perfcake.util.agent.AgentThread
org.perfcake.util.agent.org.perfcake.util.agent.PerfCakeAgent
org.perfcake.util.properties
org.perfcake.util.properties.org.perfcake.util.properties.DefaultPropertyGetter
org.perfcake.util.properties.org.perfcake.util.properties.MixedPropertyGetter
org.perfcake.util.properties.org.perfcake.util.properties.PropertyGetter
org.perfcake.util.properties.org.perfcake.util.properties.SystemPropertyGetter
org.perfcake.validation
org.perfcake.validation.org.perfcake.validation.FileQueue
org.perfcake.validation.org.perfcake.validation.MessageValidator
org.perfcake.validation.org.perfcake.validation.RulesBuilder
org.perfcake.validation.org.perfcake.validation.RulesMessageValidator
org.perfcake.validation.org.perfcake.validation.StringUtil
org.perfcake.validation.org.perfcake.validation.TextMessageValidator
org.perfcake.validation.org.perfcake.validation.ValidationException
org.perfcake.validation.org.perfcake.validation.ValidatorManager
org.perfcake.validation.org.perfcake.validation.ValidatorUtil
schemas
schemas.schemas.perfcake-scenario-0.2.xsd
schemas.schemas.perfcake-scenario-0.3.xsd
schemas.schemas.perfcake-scenario-1.0.xsd
schemas.schemas.perfcake-scenario-2.0.xsd




© 2015 - 2025 Weber Informatics LLC | Privacy Policy