-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
measure disk, IO, memory and CPU usage in oasis-test-runner #2536
Labels
c:instrumentation
Category: metrics and tracing
c:performance
Category: performance
c:testing
Category: testing
Comments
kostko
added
c:instrumentation
Category: metrics and tracing
c:testing
Category: testing
labels
Jan 10, 2020
Extend
$ oasis-test-runner list
Supported test cases:
* basic
* multiple-runtimes (parameters: num_compute_runtimes num_compute_runtime_txns num_compute_workers executor_group_size)
|
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
c:instrumentation
Category: metrics and tracing
c:performance
Category: performance
c:testing
Category: testing
Currently, we use prometheus to report per-node metrics during the test. Add prometheus also to test-runner which measures disk, IO, memory and CPU usage during the execution for each oasis-node process and report it via prometheus.
Later, this should be used together with other metrics in the long-term-tests where prometheus would compare the results with the ones from the previous day and warn, if there are any major deviations.
The text was updated successfully, but these errors were encountered: