Skip to content
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

Add support for monitors #547

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Dec 20, 2019

  1. Add support for monitors

    Let's add support for monitors to framework,
    this would help us capture the snapshot of system
    details through any user provided commands running
    in a predefined frequent intervals and store in a
    file in test-reports which then can be used for
    further processing later.
    
    Usage:
    
    `monitors` file in the basepath documents how
    user can create one monitor instance and running the
    test with `--enable-monitors` will allow the framework
    to enable the monitor threads run in parallel to the
    test and collect the output and monitor threads gets
    stopped at the end of tests and additional regular expression
    will help to extract useful information in the final output file.
    
    Signed-off-by: Satheesh Rajendran <[email protected]>
    Satheesh Rajendran committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    81ea614 View commit details
    Browse the repository at this point in the history