Skip to main content

Statistics

The following guides you to the agent options for various statistics collections to monitor Java applications. It includes performance counter extensions, transaction collection by domain, multi-server transaction dependency analysis, statistics collection by login type and referral, and more. You can also check the maximum record limit settings for collecting SQLs, HTTP calls, error statistics, and user agent information.

  • addin_monitor_num Int

    Default 0

    Set the number of classes to declare for expansion of the performance counter. Declare addin_monitor_x as many as the addin_monitor_num setting.

  • addin_monitor_0 Int

    Default 0

    whatap.conf

    addin_monitor_num=2

    addin_monitor_0=a.a.Class1

    addin_monitor_1=a.a.Class2

  • stat_domain_enabled Boolean

    Default false

    It enables the function to collect transaction statistics for each domain that connects to clients.

  • stat_domain_max_count Int

    Default 7000

    Maximum number of records of the transaction statistics for each domain to collect by a single JVM for 5 minutes.

  • stat_mtrace_enabled Boolean

    Default false

    It collects the version-dependent statistics between callers and callees among multiple server transactions.

  • mtrace_spec String

    Default: v1

    Set the application version of the current instance. You can arbitrarily set a string. This data is used for call statistics.

  • stat_mtrace_max_count Int

    Default 7000

    It collects the version-dependent statistics between callers and callees among multiple server transactions.

  • stat_login_enabled Boolean

    Default false

    It collects transaction statistics for each log in.

  • stat_login_max_count Int

    Default 7000

    Maximum number of records for log-in based transaction statistics to collect by a single JVM for 5 minutes.

  • stat_referer_enabled Boolean

    Default false

    It collects transaction statistics by referer.

  • stat_referer_max_count Int

    Default 7000

    Maximum number of records for the referer based transaction statistics to collect by a single JVM for 5 minutes.

  • stat_tx_max_count Int

    Default 5000

    It limits the number of transaction statistics. It limits the maximum number of records for statistics collected for 5 minutes that are delivered to the server.

  • stat_sql_max_count Int

    Default 5000

    The number of SQL statistics are limited. It limits the maximum number of records for statistics collected for 5 minutes that are delivered to the server.

  • stat_httpc_max_count Int

    Default 5000

    It limits the number of HTTP call statistics. It limits the maximum number of records for statistics collected for 5 minutes that are delivered to the server.

  • stat_error_max_count Int

    Default 1000

    The number of error statistics are limited. It limits the maximum number of records for statistics collected for 5 minutes that are delivered to the server.

  • stat_useragent_max_count Int

    Default 500

    The number of user agent statistics are limited. It limits the maximum number of records for statistics collected for 5 minutes that are delivered to the server.