Skip to main content

Application metrics

Home > Select Project > Analysis > Metrics Search

The metrics that can be searched in Metrics Search.

agent_status_summary

This category collects metrics related to agent status every 10 seconds.

Fields

FieldTypeUnitDescription
inActTime-Millisecond(ms)Amount of time the agent remains inactive
isActiveBoolean-Whether the agent is active or not
isRestartBoolean-Whether the agent was restarted recently (true / false)
lastActTime-Millisecond(ms)Last time when the agent was activated (0: Disabled)
oid--Unique IDs for each agent in the project
startTime-Millisecond(ms)Timestamp when the agent was started.

app_active_stat

This category collects the metrics related to the active transaction step.

  • Collection interval: 5 seconds
  • Statistical data: 5 minutes, 1 hour

Tags

TagsTypeUnitDescription
container--Container name (unique)
containerKey--Container key (unique)
host_ip--Host IP address (unique)
okindName--Group name categorized as whatap.okind
oname--Agent name (unique)
onodeName--Group name categorized as whatap.onode
pid--Unique ID for the process
type--Platform type (application development language)

Fields

FieldsTypeUnitDescription
dbc-CountNumber of transactions in progress for database connection
httpc-CountNumber of transactions in progress for HTTP call
method-CountNumber of transactions during execution of the method logic
socket-CountNumber of transactions in progress for socket connection
sql-CountNumber of transactions in progress for SQL query

app_actx_meter

This category collects various transaction activities such as HTTP requests, SQL queries, and data transfers for active transactions.

  • Collection interval: 5 seconds
  • Statistical data: 5 minutes, 1 hour

Tags

TagsTypeUnitDescription
alias--Agent Alias
container--Container name
containerKey--Container's key value
host_ip--Host IP Address
okindName--Group name categorized as whatap.okind
oname--Agent name
onodeName--Group name categorized as whatap.onode

Fields

FieldsTypeUnitDescription
active_httpc-CountActive HTTP client request count
active_sql-CountActive SQL query count
data-byteData transfer volume
txcaller_group-IntA constant to identify the group of the transaction caller
txcaller_oid-IntA constant to identify the agent ID of the transaction caller
txcaller_unknown-IntA constant to identify the unknown transaction caller

app_counter

This category collects the data related to various performance metrics and statistics for applications.

  • Collection interval: 5 seconds
  • Statistical data: 5 minutes, 1 hour

Tags

TagsTypeUnitDescription
alias--Alias of the application (unique)
container--Container name (unique)
containerKey--Container key (unique)
host_ip--Host IP address (unique)
okindName--Group name categorized as whatap.okind
oname--Agent name (unique)
onodeName--Group name categorized as whatap.onode
pid--Process ID
type--Platform type (application development language)

Fields

FieldsTypeUnitDescription
active_tx_0-CountNumber of transactions in the section within 3 seconds
active_tx_3-CountNumber of transactions in the section between 3 seconds and 8 seconds
active_tx_8-CountNumber of transactions in the section over 8 seconds
active_tx_count-CountNumber of all transactions in progress
apdex_satisfied-CountNumber of APDEX satisfactions
apdex_tolerated-CountNumber of APDEX toleration cases
apdex_total-CountTotal number of APDEX transactions
arrival_rate-PercentTransaction request rate
httpc_count-CountNumber of HTTP outbound calls
httpc_error-CountNumber of HTTP outbound call errors
httpc_time-Millisecond(ms)Mean time of HTTP outbound calls
metering-CoreNumber of cores on the host where the applications are running (limit cpu for containers)
resp_time-Millisecond(ms)Average response time
sql_count-CountNumber of completed SQL cases
sql_error-CountNumber of SQL errors
sql_fetch_count-CountNumber of SQL fetches
sql_fetch_time-Millisecond(ms)Execution time of the SQL fetch
sql_time-Millisecond(ms)Mean time for SQL execution
tps-CountNumber of transactions per second
tx_count-CountNumber of transactions processed
tx_dbc_time-Millisecond(ms)Mean time for DB connection
tx_error-CountNumber of transaction errors
tx_httpc_time-Millisecond(ms)Mean time of HTTP calls
tx_sql_time-Millisecond(ms)Average of the sum of SQL execution times per transaction
tx_time-Millisecond(ms)Transaction execution time
tx_time_sqr_sum-CountUsed to obtain statistical metrics such as sum of squares of transaction execution times and variance or standard deviation of transaction execution times.

app_counter_okind

This is a category in which the metric of the app_counter counter is calculated based on the group classified by whatap.okind.

  • Collection interval: 5 seconds
  • Statistical data: 5 minutes, 1 hour

Tags

TagsTypeUnitDescription
okindName--Group name categorized as whatap.okind

Fields

FieldsTypeUnitDescription
active_tx_0-CountNumber of transactions in the section within 3 seconds
active_tx_3-CountNumber of transactions in the section between 3 seconds and 8 seconds
active_tx_8-CountNumber of transactions in the section over 8 seconds
active_tx_count-CountNumber of all transactions in progress
apdex-numberAPDEX (Application Customer Satisfaction)
apdex100-PercentApdex percentage
apdex_satisfied-CountNumber of APDEX satisfactions
apdex_tolerated-CountNumber of APDEX toleration cases
apdex_total-CountTotal number of APDEX transactions
arrival_rate-PercentTransaction request rate
num_of_agent-CountNumber of active agents in the group
realtime_user-CountNumber of concurrent users
sql_count-CountNumber of completed SQL cases
sql_error-CountNumber of SQL errors
sql_fetch_count-CountNumber of SQL fetches
sql_fetch_time-Millisecond(ms)Execution time of the SQL fetch
sql_time-Millisecond(ms)Mean time for SQL execution
tps-CountNumber of transactions per second
tx_count-CountNumber of transactions processed
tx_dbc_time-Millisecond(ms)Mean time for DB connection
tx_error-CountNumber of transaction errors
tx_httpc_time-Millisecond(ms)Mean time of HTTP calls
tx_sql_time-Millisecond(ms)Average of the sum of SQL execution times per transaction
tx_time-Millisecond(ms)Transaction execution time

app_counter_project

This is a category in which the app_counter counter metric is calculated on a project basis.

  • Collection interval: 5 seconds
  • Statistical data: 5 minutes, 1 hour

Fields

FieldsTypeUnitDescription
active_tx_0-CountNumber of transactions in the section within 3 seconds
active_tx_3-CountNumber of transactions in the section between 3 seconds and 8 seconds
active_tx_8-CountNumber of transactions in the section over 8 seconds
active_tx_count-CountNumber of all transactions in progress
apdex-numberAPDEX (Application Customer Satisfaction)
apdex100-PercentApdex percentage
apdex_satisfied-CountNumber of APDEX satisfactions
apdex_tolerated-CountNumber of APDEX toleration cases
apdex_total-CountTotal number of APDEX transactions
arrival_rate-PercentTransaction request rate
num_of_agent-CountNumber of active agents in the project
realtime_user-CountNumber of concurrent users
sql_count-CountNumber of completed SQL cases
sql_error-CountNumber of SQL errors
sql_fetch_count-CountNumber of SQL fetches
sql_fetch_time-Millisecond(ms)Execution time of the SQL fetch
sql_time-Millisecond(ms)Mean time for SQL execution
tps-CountNumber of transactions per second
tx_count-CountNumber of transactions processed
tx_dbc_time-Millisecond(ms)Mean time for DB connection
tx_error-CountNumber of transaction errors
tx_httpc_time-Millisecond(ms)Mean time of HTTP calls
tx_sql_time-Millisecond(ms)Average of the sum of SQL execution times per transaction
tx_time-Millisecond(ms)Transaction execution time

app_host_resource

This is a category of data collected from the resources of the application server.

  • Collection interval: 5 seconds
  • Statistical data: 5 minutes, 1 hour

Tags

TagsTypeUnitDescription
alias--Application's alias
container--Container name
containerKey--Container's key value
host_ip--Host IP Address
okindName--Group name categorized as whatap.okind
oname--Agent name
onodeName--Group name categorized as whatap.onode
pid--Unique ID of a specific process
type--Platform type (application development language)

Fields

FieldsTypeUnitDescription
cpu-percentHost's CPU utilization
cpu_cores-Positive numberNumber of CPU cores of the host
cpu_irq-percentCPU IRQ utilization of the host
cpu_proc-percentCPU utilization of the Java process
cpu_steal-percentCPU steal utilization of the host
cpu_sys-percentCPU SYS utilization of the host
cpu_usr-percentCPU user utilization of the host
cpu_wait-percentCPU wait utilization of the host
disk-percentRoot file system's disk utilization
mem-percentMemory utilization of the host
swap-percentSWAP utilization of the host

app_remote_active_stat

This category measures the number of transactions based on the response time range by monitoring the applications' DB connections and HTTP calls. The collection interval is 5 seconds.

Tags

TagsTypeUnitDescription
alias-Unique valueApplication's alias
container-Unique valueContainer name
host_ip-Unique valueHost IP Address
okindName--Group name categorized as whatap.okind
oname-Unique valueAgent name
onodeName--Group name categorized as whatap.onode

Fields

FieldsTypeUnitDescription
act0-countNumber of active transactions with the response time of 3 seconds or less
act3-countNumber of active transactions with the response time between 3 seconds and 8 seconds
act8-countNumber of active transactions with the response time of 8 seconds or more
actx-countSum of act0, act3, and act8
count-countTotal number of active transactions collected during the monitoring period
error-countNumber of erroneous transactions
idInt32-Unique ID to identify active transactions
timeSumnumber-Total response time for active transactions
typestring-db(DB Connection) orhttpc` (HTTP Call)

app_user

This is a category that collects the data related to application users.

  • Collection interval: 10 seconds
  • Statistical data: 5 minutes

Tags

TagsTypeUnitDescription
host_ip--Host IP address (unique)
oname--Agent name (unique)
okindName--Group name categorized as whatap.okind
onodeName--Group name categorized as whatap.onode

Fields

FieldsTypeUnitDescription
logbits-byteUser log bit information (unit of data created by user activity events)
realtime_user-countNumber of concurrent users

db_pool_detail

This category collects the detailed status of the database connection pool.

  • Collection interval: 5 seconds
  • Statistical data: 5 minutes, 1 hour

Tags

TagsTypeUnitDescription
$okind--Group name categorized as whatap.okind
$onode--Group name categorized as whatap.onode
oname--Agent name
pool--Type of database pool
class--Database pooling class

Fields

FieldsTypeUnitDescription
act-countNumber of active database connections
idle-countNumber of idle database connections

event_5sec

This category collects the events that occur every 5 seconds. The collection interval is 5 seconds.

Tags

TagsTypeUnitDescription
type--Event type
no_cache--Presence of event information caching

Fields

TagsTypeUnitDescription
curtime-Millisecond(ms)Event occurrence time (UNIX epoch time, millisecond)

event_cube_done

This category collects the events that occur when cube operation is completed. The collection interval is 5 seconds.

Tags

TagsTypeUnitDescription
type--Event type
no_cache--Presence of event information caching

Fields

FieldsTypeUnitDescription
cubetime-Millisecond(ms)Cube operation completion time (UNIX epoch time, millisecond)
date-dateConvert cubetime to YYYYMMDD format
date9-dateConvert date field value to GMT+9 time zone
hhmmss-timeConvert cubetime to HHMMSS format
hhmmss9-timeConvert hhmmss field value to GMT+9 time zone

visitor

This is a category that collects the statistical data related to application users.

  • Collection interval: 1 hour
  • Statistical data: 1 hour

Tags

TagsTypeUnitDescription
host_ip-Unique valueHost IP Address
oname-Unique valueAgent name
okindName--Group name categorized as whatap.okind

Fields

Field nameUnitDescriptionRemarks
logbitsbyteUser log bit information (unit of data created by user activity events)-
visit_usercountNumber of visitors during the search period-

app_proc_counter

A category of the data collected for application process metrics

  • Collection interval: 5 seconds
  • Statistical data: 5 minutes, 1 hour

Tags

FieldsTypeUnitDescription
alias--Alias of the application (unique)
container--Container name (unique)
containerKey--Container key (unique)
host_ip--Host IP address (unique)
okindName--Group name categorized as whatap.okind
oname--Agent name (unique)
onodeName--Group name categorized as whatap.onode
pid--Unique ID of a specific process
type--Platform type (application development language)

Fields

FieldsTypeUnitDescription
cputime-Millisecond(ms)Transaction CPU time
db_num_active-countDB Connection Pool Active count
db_num_idle-countIdle DB connection pool count
gc_count-countGC occurrence count
gc_oldgen_count-countOld Generation GC Count
gc_time-Millisecond(ms)GC execution time
heap_max-byteMaximum size of heap memory (-Xmx value)
heap_perm-byteMemory usage in the Perm area
heap_tot-byteTotal amount of allocated heap memory
heap_use-byteAmount of heap memory in use
pending_finalization-countNumber of objects waiting to finalize during GC
proc_fd-countNumber of file descriptors open by the count process
proc_fd_max-countMaximum number of file descriptors that can be opened by the process
thread_count-countTotal number of threads running in the JVM
thread_daemon-countNumber of daemon threads running in the JVM
thread_peak_count-countMaximum number of threads observed while the JVM is running
thread_total_started-countTotal number of threads created since the start of JVM
threadpool_activeCount-countNumber of threads in the thread pool running