jennifer-apm-transaction-time
Fetch transaction logs using JENNIFER Management API
Syntax
jennifer-apm-transaction-time [profile=PROFILE] [duration=NUM{mon|w|d|h|m|s}] [from=yyyyMMddHHmmss] [to=yyyyMMddHHmmss] domain_id=DOMAIN_ID [instance_ids=INSTANCE_IDS]
Options
- profile=PROFILE
- Optional. The identifier of JENNIFER APM connect profile
- duration=NUM{mon|w|d|h|m|s}
- Optional. Scan only recent data. You should use s(second), m(minute), h(hour), d(day), mon(month) time unit. For example,
10smeans data from 10 seconds earlier. - from=yyyyMMddHHmmss
- Optional. Start time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
- to=yyyyMMddHHmmss
- Optional. End time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
- domain_id=DOMAIN_ID
- Required. Domain ID
- instance_ids=INSTANCE_IDS
- Optional. Instance IDs ex) 10000,10001
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Connect profile | The identifier of JENNIFER APM connect profile |
| domain | String | Domain | |
| domain_id | String | Domain ID | |
| instance | String | Instance Name | |
| instance_id | String | Instance ID | |
| instance_oid | String | Instance OID | |
| src_ip | IP address | Source IP | |
| client_id | String | Client ID | |
| user | List | User | |
| guid | List | GUID | |
| transaction_id | String | Transaction ID | |
| path | String | Path | |
| start_time | Date | Start time | |
| end_time | Date | End time | |
| cpu_time | Integer | CPU time | |
| response_time | Integer | Response time | |
| frontend_time | Integer | UI time | |
| network_time | Integer | Network time | |
| sql_time | Integer | SQL time | |
| fetch_time | Integer | Fetch time | |
| external_call_time | Integer | External call time | |
| business | List | Business | |
| business_id | List | Business ID | |
| error_type | String | Error Type |