Skip to content

Instantly share code, notes, and snippets.

@itaifrenkel
Created May 25, 2012 15:39
Show Gist options
  • Save itaifrenkel/2788840 to your computer and use it in GitHub Desktop.
Save itaifrenkel/2788840 to your computer and use it in GitHub Desktop.
Tomcat scaling rule
scalingRule {
serviceStatistics {
metric "Total Requests Count"
movingTimeRangeInSeconds 20
statistics Statistics.maximumThroughput
}
highThreshold {
value 1 // request per second
instancesIncrease 1 // when statistics exceeds threshold value
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment