Example #1
0
 def print_monitor_counters(self):
     monitor.CountersCmd(self.cli_opts).run()
Example #2
0
    def counters(cli_opts, prefix):  # noqa: B902
        ''' Fetch and display OpenR counters '''

        monitor.CountersCmd(cli_opts).run(prefix)
Example #3
0
    def counters(cli_opts, prefix, json):  # noqa: B902
        """ Fetch and display OpenR counters """

        monitor.CountersCmd(cli_opts).run(prefix, json)