Class JabbixMetricAgent

  • All Implemented Interfaces:
    MetricAgent

    public class JabbixMetricAgent
    extends java.lang.Object
    implements MetricAgent
    A MetricAgent implementation for the retrieval of some internal Jabbix program values. Currently only the following parameters can be read: "jabbix.agent.freeMemory", "jabbix.agent.maxMemory" and "jabbix.agent.totalMemory". These parameters represent the corresponding Java VM runtime parameters.
    Author:
    Paul Wolneykien
    • Constructor Summary

      Constructors 
      Constructor Description
      JabbixMetricAgent()
      Creates a new instance of this metric agent.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      JabbixMetric<?> getMetric​(java.lang.String key)
      Returns a metric object representing a value of a Jabbix program with the specified key.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JabbixMetricAgent

        public JabbixMetricAgent()
        Creates a new instance of this metric agent.