Skip to content

Conversation

@wangqi2725
Copy link

cosbench

ywang19 and others added 30 commits January 16, 2015 13:22
intel-cloud#210 multiple drivers on the same physical node
Signed-off-by: ywang19 <yaguang.wang@intel.com>
Signed-off-by: ywang19 <yaguang.wang@intel.com>
0.4.2.0 #5 real-time performance graph
dburnazyan and others added 30 commits July 5, 2018 14:17
Each workload generate statistics to be exported to prometheus
Fetch URI is /prometheus, URL is http://IP:port/controller/prometheus

By default active and historical workloads are exported, archive
workloads are not. To change the behaviour add the following defines to
the start parameters of the controller or driver (in cosbench-start.sh
L46):
* -Dprometheus.export.workloads.active=false
* -Dprometheus.export.workloads.historical=false
* -Dprometheus.export.workloads.archive=true
As it's used widely in path creation, it causes exceptions and fails to archive workloads result.
- add prometheus.export.timeout to control if and how long to wait
before stopping to export finished metrics
- fix prometheus.export.workloads parameters name
V0.4.5: Add Prometheus export for cosbench
- New system property: cosbench.controlleruse_only_active_drivers
- if set to true, when launching a workload, only active drivers
  (the one that respond OK to pings) are used
- default to false: All drivers are used and if one is not running
  the workload can't start with ConnectionError Exception
plus clean WS and add license
* global whitespace and line return cleaning
* Add missing license headers
Recent JVMs run with OmitStackTraceInFastThrow enabled by default. When
an exception occurs several times, the stack trace is no more generated,
but COSBench still tries to parse it, and fails miserably. One solution
is to run COSBench with -XX:-OmitStackTraceInFastThrow. For extra
security we will also ignore such empty stack traces.

Fixes: intel-cloud#323
Fixes: intel-cloud#331
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.