Skip to main content

Application metrics

Home > Select Project > Analysis > Metrics Search

Metrics available in the Metrics Search menu. Each metric contains the following information. Some metrics may not have tag information.

  • Tags: Information to identify the collection target (agent name, IP, etc.)
  • Fields: Actual measured values (CPU usage, response time, etc.)

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

  • Collects active transaction step metrics
  • Collection interval: 5 seconds
  • Statistical data: 5 minutes, 1 hour

Tags

TagTypeUnitDescription
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

FieldTypeUnitDescription
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

  • Collects various activity metrics for active transactions including HTTP requests, SQL queries, and data transfers
  • Collection interval: 5 seconds
  • Statistical data: 5 minutes, 1 hour

Tags

TagTypeUnitDescription
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

FieldTypeUnitDescription
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

  • Collects various application performance metrics and statistics
  • Collection interval: 5 seconds
  • Statistical data: 5 minutes, 1 hour

Tags

TagTypeUnitDescription
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

FieldTypeUnitDescription
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

  • Calculates app_counter metrics by whatap.okind group
  • Collection interval: 5 seconds
  • Statistical data: 5 minutes, 1 hour

Tags

TagTypeUnitDescription
okindName--Group name categorized as whatap.okind

Fields

FieldTypeUnitDescription
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

  • Calculates app_counter metrics on a project basis
  • Collection interval: 5 seconds
  • Statistical data: 5 minutes, 1 hour

Fields

FieldTypeUnitDescription
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

  • Collects application server resource metrics
  • Collection interval: 5 seconds
  • Statistical data: 5 minutes, 1 hour

Tags

TagTypeUnitDescription
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

FieldTypeUnitDescription
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

  • Measures transaction counts by response time range for DB connections and HTTP calls
  • Collection interval: 5 seconds

Tags

TagTypeUnitDescription
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

FieldTypeUnitDescription
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) or httpc(HTTP Call)

app_user

  • Collects application user metrics
  • Collection interval: 10 seconds
  • Statistical data: 5 minutes

Tags

TagTypeUnitDescription
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

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

db_pool_detail

  • Collects database connection pool detail metrics
  • Collection interval: 5 seconds
  • Statistical data: 5 minutes, 1 hour

Tags

TagTypeUnitDescription
$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

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

event_5sec

  • Collects events occurring every 5 seconds
  • Collection interval: 5 seconds

Tags

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

Fields

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

event_cube_done

  • Collects events when cube operations are completed
  • Collection interval: 5 seconds

Tags

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

Fields

FieldTypeUnitDescription
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

  • Collects application user statistics
  • Collection interval: 1 hour
  • Statistical data: 1 hour

Tags

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

Fields

FieldTypeUnitDescription
logbits-byteUser log bit information (unit of data created by user activity events)
visit_user-countNumber 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

FieldTypeUnitDescription
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

FieldTypeUnitDescription
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