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
| Field | Type | Unit | Description |
|---|---|---|---|
| inActTime | - | Millisecond(ms) | Amount of time the agent remains inactive |
| isActive | Boolean | - | Whether the agent is active or not |
| isRestart | Boolean | - | 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
| Tag | Type | Unit | Description |
|---|---|---|---|
| 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
| Field | Type | Unit | Description |
|---|---|---|---|
| dbc | - | Count | Number of transactions in progress for database connection |
| httpc | - | Count | Number of transactions in progress for HTTP call |
| method | - | Count | Number of transactions during execution of the method logic |
| socket | - | Count | Number of transactions in progress for socket connection |
| sql | - | Count | Number 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
| Tag | Type | Unit | Description |
|---|---|---|---|
| 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
| Field | Type | Unit | Description |
|---|---|---|---|
| active_httpc | - | Count | Active HTTP client request count |
| active_sql | - | Count | Active SQL query count |
| data | - | byte | Data transfer volume |
| txcaller_group | - | Int | A constant to identify the group of the transaction caller |
| txcaller_oid | - | Int | A constant to identify the agent ID of the transaction caller |
| txcaller_unknown | - | Int | A 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
| Tag | Type | Unit | Description |
|---|---|---|---|
| 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
| Field | Type | Unit | Description |
|---|---|---|---|
| active_tx_0 | - | Count | Number of transactions in the section within 3 seconds |
| active_tx_3 | - | Count | Number of transactions in the section between 3 seconds and 8 seconds |
| active_tx_8 | - | Count | Number of transactions in the section over 8 seconds |
| active_tx_count | - | Count | Number of all transactions in progress |
| apdex_satisfied | - | Count | Number of APDEX satisfactions |
| apdex_tolerated | - | Count | Number of APDEX toleration cases |
| apdex_total | - | Count | Total number of APDEX transactions |
| arrival_rate | - | Percent | Transaction request rate |
| httpc_count | - | Count | Number of HTTP outbound calls |
| httpc_error | - | Count | Number of HTTP outbound call errors |
| httpc_time | - | Millisecond(ms) | Mean time of HTTP outbound calls |
| metering | - | Core | Number of cores on the host where the applications are running (limit cpu for containers) |
| resp_time | - | Millisecond(ms) | Average response time |
| sql_count | - | Count | Number of completed SQL cases |
| sql_error | - | Count | Number of SQL errors |
| sql_fetch_count | - | Count | Number of SQL fetches |
| sql_fetch_time | - | Millisecond(ms) | Execution time of the SQL fetch |
| sql_time | - | Millisecond(ms) | Mean time for SQL execution |
| tps | - | Count | Number of transactions per second |
| tx_count | - | Count | Number of transactions processed |
| tx_dbc_time | - | Millisecond(ms) | Mean time for DB connection |
| tx_error | - | Count | Number 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 | - | Count | Used 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_countermetrics bywhatap.okindgroup - Collection interval: 5 seconds
- Statistical data: 5 minutes, 1 hour