You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
("o2-control,o2", bpo::value<std::string>()->default_value(""), "dump O2 Control workflow configuration under the specified name") //
2918
2921
("resources-monitoring", bpo::value<unsignedshort>()->default_value(0), "enable cpu/memory monitoring for provided interval in seconds") //
2922
+
("resources-monitoring-file", bpo::value<std::string>()->default_value("performanceMetrics.json"), "file where to dump the metrics") //
2919
2923
("resources-monitoring-dump-interval", bpo::value<unsignedshort>()->default_value(0), "dump monitoring information to disk every provided seconds"); //
2920
2924
// some of the options must be forwarded by default to the device
0 commit comments