統計データの参照
パラメータ設定ガイド
パラメータ | 説明 |
---|---|
stime | 参照開始時間、UTC(UNIX epoch time、 millisecond) |
etime | 参照終了時間、UTC(UNIX epoch time、 millisecond) |
filter | 基本的にm5 で自動設定されます。時間範囲内に5分の統計を取得するためにm5 を使用します。5秒の統計は s5 を使用し、1時間の統計はh1 を使用します。 |
oid | 特定のサーバーのみをモニタリングする場合は、次を追加してください。 |
Exception
GET https://api.whatap.io/open/api/json/exception/stime
/etime
command
$ curl -L -w "\n" -H "x-whatap-token: {{PROJECT API TOKEN}}" -H "x-whatap-pcode: {{projectCode}}" "https://api.whatap.io/open/api/json/exception/1535554800000/1535641200000"
response
{
"records": [
{
"oids": "[-1459620666]",
"time": 1535557500000,
"classHash": -1811136020,
"count": 14,
"service": "/account/delete/dept/daegu",
"class": "java.sql.SQLException(0)",
"serviceHash": 1900616259,
"snapSeq": "6068699991557528332",
"msg": "Sql Exception"
},
(...)
],
"total": 2063
}
HTTP外部呼び出し
GET https://api.whatap.io/open/api/json/httpc/stime
/etime
command
$ curl -L -w "\n" -H "x-whatap-token: {{PROJECT API TOKEN}}" -H "x-whatap-pcode: {{projectCode}}" "https://api.whatap.io/open/api/json/httpc/1535554800000/1535641200000"
response
{
"records": [
{
"Sum": 22628,
"Port": 10002,
"Url": "/remote/account/save/employee/kwangju",
"Host": "127.0.0.1",
"Max": 1815,
"Stdev": "247.95",
"Actived": 0,
"Avg": 1131,
"HostHash": -675813464,
"Min": 1002,
"Error": 0,
"Total": 20,
"UrlHash": -243814510
},
(...)
],
"total": 4923
}
ホスト(Host)が127.0.0.1および、ポート(Port)が1007を使用したHTTP外部呼び出しフィルタリング
command
$ curl -L -w "\n" -H "x-whatap-token: {{PROJECT API TOKEN}}" -H "x-whatap-pcode: {{projectCode}}" "https://api.whatap.io/open/api/json/httpc/1543219200000/1543478400000/filter/host/127.0.0.1/port/10007"
response
{
"records": [
{
"Service": "/sales/remove/unit/kwangju",
"Host": "127.0.0.1",
"HostHash": -675813464,
"Avg": 1080,
"Error": 0,
"Sum": 2411644,
"Port": 10007,
"Service_hash": -1003301916,
"Url": "/remote/account/save/employee/seoul",
"Max": 2442,
"Stdev": "159.01",
"UrlHash": 180997672,
"Total": 2233,
"Min": 1001
},
{
"Service": "/product/delete/employee/daejun",
"Host": "127.0.0.1",
"HostHash": -675813464,
"Avg": 1085,
"Error": 0,
"Sum": 2075036,
"Port": 10007,
"Service_hash": 2100205994,
"Url": "/remote/account/save/employee/pusan",
"Max": 2462,
"Stdev": "173.06",
"UrlHash": -924053750,
"Total": 1911,
"Min": 1001
},
(...)
],
"total": 1080
}
SQL
GET https://api.whatap.io/open/api/json/sql/stime
/etime
command
$ curl -L -w "\n" -H "x-whatap-token: {{PROJECT API TOKEN}}" -H "x-whatap-pcode: {{projectCode}}" "https://api.whatap.io/open/api/json/sql/1535554800000/1535641200000"
response
{
"records": [
{
"time_max": 4164,
"dbcHash": 450678784,
"db": "jdbc:mysql://localhost:3306,localhost:3310/fake", "time_min": 0,
"fetch_count": 0,
"hash": 796628118,
"fetch_time": 0,
"sql_crud": 0,
"count_total": 5224,
"count_error": 0,
"sql": "update table set x=# where key=#",
"time_sum": 581391,
"time_avg": 111,
"time_std": "240.79",
"count_actived": 0
},
(...)
],
"total": 130
}
クライアントIP
GET https://api.whatap.io/open/api/json/remote/stime
/etime
command
$ curl -L -w "\n" -H "x-whatap-token: {{PROJECT API TOKEN}}" -H "x-whatap-pcode: {{projectCode}}" "https://api.whatap.io/open/api/json/remote/1535554800000/1535641200000"
response
{
"records": [
{
"count": 86,
"city": "Winnipeg",
"country": "CA (CANADA)",
"ip": "140.193.83.68"
},
(...)
],
"total": 1000
}
ノート
WhaTapは、クライアントに関する情報をデフォルトで保存します。
トランザクション
GET https://api.whatap.io/open/api/json/transaction/stime
/etime
command
$ curl -L -w "\n" -H "x-whatap-token: {{PROJECT API TOKEN}}" -H "x-whatap-pcode: {{projectCode}}" "https://api.whatap.io/open/api/json/transaction/1535554800000/1535641200000"
response
{
"records": [
{
"apdex_tolerated": 98,
"apdex_satisfied": 279,
"apdex": 0.830379746835443,
"time_max": 44735,
"sql_fetch_time": 363,
"sql_time": 2628663,
"count": 10743,
"error": 29,
"sql_count": 22635,
"hash": -1485863373,
"sql_fetch": 6741607,
"httpc_avg": 1084,
"cpu_avg": 0,
"time_sum": 19911778,
"time_avg": 1853,
"httpc_count": 7072,
"service": "/account/save/employee/seoul",
"mem_avg": 0
},
(...)
],
"total": 1080
}
Heap使用量参照
Heap使用量に関する統計を表示できます。
ノート
照会時間('stime'、'etime')は1時間以内に制限され、ms(millisecond)単位です。
統計の平均値を要求
GET https://api.whatap.io/open/api/json/heap_use/stime
/etime
/avg
command
curl -L -w "\n" -H "x-whatap-token: {{PROJECT API TOKEN}}" -H "x-whatap-pcode: {{projectCode}}" "https://api.whatap.io/open/api/json/heap_use/{sitme}/{etime}/avg"
統計の最大値を要求
GET https://api.whatap.io/open/api/json/heap_use/stime
/etime
/max
command
curl -L -w "\n" -H "x-whatap-token: {{PROJECT API TOKEN}}" -H "x-whatap-pcode: {{projectCode}}" "https://api.whatap.io/open/api/json/heap_use/{sitme}/{etime}/max"
response
{
"pcode": 5490,
"stime": 1677747600000,
"etime": 1677749594269,
"timeMerge": "avg",
"unit": "byte",
"data": [
{
"oid": -1143239575,
"oname": "demo-8101",
"heap_use": "36121554.72"
},
{
"oid": -857948929,
"oname": "demo-8105",
"heap_use": "37498925.139"
},
(...)
]
}
Response Field | Field Type | 説明 |
---|---|---|
pcode | number | 取得したプロジェクトコード |
stime | number | 統計参照の開始時間 |
etime | number | 統計参照の終了時間 |
timeMerge | string | 統計参照期間のデータマージ戦略 |
unit | string | Heap使用量の単位 |
data | array | 統計データ |
oid | number | エージェントID |
oname | string | エージェント名 |
heap_use | string | ヒープ使用量 |
エージェントデータ照会
-
Thread Count
- GET https://api.whatap.io/open/api/json/thread_count/
stime
/etime
- GET https://api.whatap.io/open/api/json/thread_count/
stime
/etime
/oids
- GET https://api.whatap.io/open/api/json/thread_count/
stime
/etime
/avg - GET https://api.whatap.io/open/api/json/thread_count/
stime
/etime
/avg/oids
- GET https://api.whatap.io/open/api/json/thread_count/
-
Thread Daemon Count
- GET https://api.whatap.io/open/api/json/thread_daemon/
stime
/etime
- GET https://api.whatap.io/open/api/json/thread_daemon/
stime
/etime
/oids
- GET https://api.whatap.io/open/api/json/thread_daemon/
stime
/etime
/avg - GET https://api.whatap.io/open/api/json/thread_daemon/
stime
/etime
/avg/oids
- GET https://api.whatap.io/open/api/json/thread_daemon/
-
Thread Peak Count
- GET https://api.whatap.io/open/api/json/thread_peak_count/
stime
/etime
- GET https://api.whatap.io/open/api/json/thread_peak_count/
stime
/etime
/oids
- GET https://api.whatap.io/open/api/json/thread_peak_count/
stime
/etime
/avg - GET https://api.whatap.io/open/api/json/thread_peak_count/
stime
/etime
/avg/oids
- GET https://api.whatap.io/open/api/json/thread_peak_count/
-
Thread Pool Count
- GET https://api.whatap.io/open/api/json/threadpool_active/
stime
/etime
- GET https://api.whatap.io/open/api/json/threadpool_active/
stime
/etime
/oids
- GET https://api.whatap.io/open/api/json/threadpool_active/
stime
/etime
/avg - GET https://api.whatap.io/open/api/json/threadpool_active/
stime
/etime
/avg/oids
- GET https://api.whatap.io/open/api/json/threadpool_active/
-
Thread Pool Queue Count
- GET https://api.whatap.io/open/api/json/threadpool_queue/
stime
/etime
- GET https://api.whatap.io/open/api/json/threadpool_queue/
stime
/etime
/oids
- GET https://api.whatap.io/open/api/json/threadpool_queue/
stime
/etime
/avg - GET https://api.whatap.io/open/api/json/threadpool_queue/
stime
/etime
/avg/oids
- GET https://api.whatap.io/open/api/json/threadpool_queue/
-
Apdex
- GET https://api.whatap.io/open/api/json/apdex/
stime
/etime
- GET https://api.whatap.io/open/api/json/apdex/
stime
/etime
/oids
- GET https://api.whatap.io/open/api/json/apdex/
stime
/etime
/avg - GET https://api.whatap.io/open/api/json/apdex/
stime
/etime
/avg/oids
- GET https://api.whatap.io/open/api/json/apdex/
エージェント個別データ照会の例
command
$ curl -L -w "\n" -H "x-whatap-token: {{PROJECT API TOKEN}}" -H "x-whatap-pcode: {{projectCode}}" "https://api.whatap.io/open/api/json/thread_count/1536050100000/1536050700000"
response
{
"pcode": 1234570141,
"type": "thread_count",
"stime": 1536050100000,
"etime": 1536050700000,
"interval": 300, // data point 間隔
"timeMerge": "sum",
"objects": [
{
"oname": "8080",
"oid": -1234257485,
"series": [
[
1536050100000, // 時系列 timestamp
95.2
],
[
1536050400000,
85.3
],
[
1536050700000,
91.43
]
]
},
(...)
{
"oname": "TC-29-96-8082",
"oid": 1482741919,
"series": [
[
1536050100000,
98.11
],
[
1536050400000,
81.44
],
[
1536050700000,
90.05
]
]
}
]
}
エージェント平均データ参照の例
command
$ curl -L -w "\n" -H "x-whatap-token: {{PROJECT API TOKEN}}" -H "x-whatap-pcode: {{projectCode}}" "https://api.whatap.io/open/api/json/thread_count/1536050100000/1536050700000/avg"
response
{
"pcode": 1234570141,
"type": "thread_count",
"stime": 1536050100000,
"etime": 1536050700000,
"interval": 300, // data point 間隔
"timeMerge": "sum",
"objectMerge": "avg",
"series": [
[
1536050100000, // 時系列 timestamp
122.86 // 全体エージェントデータの平均
],
[
1536050400000,
99.26
],
[
1536050700000,
109.68
]
]
}
エージェント指定データ参照の例
command
$ curl -L -w "\n" -H "x-whatap-token: {{PROJECT API TOKEN}}" -H "x-whatap-pcode: {{projectCode}}" "https://api.whatap.io/open/api/json/thread_count/1536050100000/1536050700000/-1050048219,-1459620666"