Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Conversation

@mizhka
Copy link

@mizhka mizhka commented May 6, 2014

Hi,

This request to merge latest enhancement of graph plugin into one version:

Please feel free to ask questions.

jkirchberg and others added 30 commits May 4, 2014 15:45
Michael Zhilin and others added 3 commits January 25, 2016 14:00
Following parameters were added:
  --paint-gradient <yes/no>  paint gradient background
  --paint-zeroing <yes/no>  paint zeroing lines
  --paint-markers <yes/no>  paint markers on data points (since 1.1.3)
  --force-y <limit>  force Y axis limit
  --hide-low-counts <limit>  hide points with sample count below limit
  --success-filter <true/false>  filter samples by success flag (since 0.5.6), possible values are true, false, if not set no filtering on success flag will occur
  --auto-scale <yes/no>  enable/disable auto-scale multipliers for perfmon/composite graph
  --extractor-regexps <regExps list>  list of keyRegExp and valRegExp pairs separated with {;}, only used by PageDataExtractorOverTime
  --include-label-regex <true/false>  include samples using regular expression
  --exclude-label-regex <true/false>  exclude samples using regular expression
  --start-offset <sec>  include in report only samples with (timestamp - relativeStartTime) > startOffset
  --end-offset <sec>  include in report only samples with (timestamp - relativeStartTime) < endOffset

They can be configured using the following "graph" configuration tags:
  <paintGradient>true/false</paintGradient>
  <paintZeroing>true/false</paintZeroing>
  <paintMarkers>true/false</paintMarkers>
  <forceY>integer value</forceY>
  <hideLowCounts>integer value</hideLowCounts>
  <successFilter>true/false</successFilter>
  <autoScale>true/false</autoScale>
  <extractorRegexps>string value</extractorRegexps>
  <includeLabelRegex>true/false</includeLabelRegex>
  <excludeLabelRegex>true/false</excludeLabelRegex>
  <startOffset>long value</startOffset>
  <endOffset>long value</endOffset>
Add support for other JMeterPlugins parameters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants