Spot情報照会
すべての情報照会
GET https://api.whatap.io/open/api/json/spot
command
curl -L -w "\n" -H "x-whatap-token: {{PROJECT API TOKEN}}" -H "x-whatap-pcode: {{projectCode}}" "https://api.whatap.io/open/api/json/spot"
response
{
"pcode": 8,
"act_agent": "6",
"inact_agent": "6",
"host": "1",
"cpucore": "2",
"txcount": "459",
"tps": "93.07",
"user": "1007",
"actx": "149",
"rtime": "1873",
"cpu": "29.35",
"threadpool_active": "0",
"threadpool_queue": "0",
"dbconn_total": "600.0",
"dbconn_act": "239.0",
"dbconn_idle": "361.0",
"act_method": "51",
"act_sql": "24",
"act_httpc": "64",
"act_dbc": "10",
"act_socket": "0",
"apdex": "0.9871"
}
Response Field | Field Type | 説明 |
---|---|---|
pcode | number | 取得したプロジェクトコード |
act_agent | string | 活性化状態のエージェント数 |
inact_agent | string | 非活性化状態のエージェント数 |
host | string | ホスト(HOST) 数 |
cpucore | string | ホストCPUコアの合計数 |
txcount | string | トランザクション数 |
tps | string | TPS |
ユーザー | string | アクティブユーザー(5分) |
actx | string | アクティブトランザクション |
rtime | string | 平均応答時間 |
cpu | string | 平均CPU使用率 |
threadpool_active | string | スレッドプールのアクティブスレッド数 |
threadpool_queue | string | スレッドプールのキューイングスレッド数 |
dbconn_total | string | 全体DB Connection数 |
dbconn_act | string | 活性化状態(Active)のDB Connection数 |
dbconn_idle | string | 非活性化状態(idle)のDB Connection数 |
act_method | string | アクティブMethod数 |
act_sql | string | アクティブSQL数 |
act_httpc | string | アクティブHTTP Call数 |
act_dbc | string | アクティブDB Connection数 |
act_socket | string | アクティブSocket数 |
apdex | string | Apdex(Application Performance Index, アプリケーションのユーザー満足度) |
アクティブ状態のエージェント数
GET https://api.whatap.io/open/api/act_agent
command
$ curl -L -w "\n" -H "x-whatap-token: {{PROJECT API TOKEN}}" -H "x-whatap-pcode: {{projectCode}}" "https://api.whatap.io/open/api/act_agent"
response
5//アクティブエージェント数
非活性化状態のエージェント数
GET https://api.whatap.io/open/api/inact_agent
command
$ curl -L -w "\n" -H "x-whatap-token: {{PROJECT API TOKEN}}" -H "x-whatap-pcode: {{projectCode}}" "https://api.whatap.io/open/api/inact_agent"
response
1//非活性化状態のエージェント数
ホスト(HOST) 数
GET https://api.whatap.io/open/api/host
command
$ curl -L -w "\n" -H "x-whatap-token: {{PROJECT API TOKEN}}" -H "x-whatap-pcode: {{projectCode}}" "https://api.whatap.io/open/api/host"
response
2//ホスト数
ホストCPUコアの合計
GET https://api.whatap.io/open/api/cpucore
command
$ curl -L -w "\n" -H "x-whatap-token: {{PROJECT API TOKEN}}" -H "x-whatap-pcode: {{projectCode}}" "https://api.whatap.io/open/api/cpucore"
response
16//CPUコア数
トランザクション数
GET https://api.whatap.io/open/api/txcount
command
$ curl -L -w "\n" -H "x-whatap-token: {{PROJECT API TOKEN}}" -H "x-whatap-pcode: {{projectCode}}" "https://api.whatap.io/open/api/txcount"
response
469//トランザクション数
TPS
GET https://api.whatap.io/open/api/tps
command
$ curl -L -w "\n" -H "x-whatap-token: {{PROJECT API TOKEN}}" -H "x-whatap-pcode: {{projectCode}}" "https://api.whatap.io/open/api/tps"
response
92.03//毎秒処理されたトランザクション数(TPS)
アクティブユーザ(5分)
GET https://api.whatap.io/open/api/user
command
$ curl -L -w "\n" -H "x-whatap-token: {{PROJECT API TOKEN}}" -H "x-whatap-pcode: {{projectCode}}" "https://api.whatap.io/open/api/user"
response
1007//5分間のリアルタイムユーザー数
ノート
WhaTapは、直近5分以内にトランザクションを発生させたユーザをカウントして同時接続ユーザを測定します。
アクティブトランザクション
GET https://api.whatap.io/open/api/actx
command
$ curl -L -w "\n" -H "x-whatap-token: {{PROJECT API TOKEN}}" -H "x-whatap-pcode: {{projectCode}}" "https://api.whatap.io/open/api/actx"
response
171//アクティブトランザクション数
平均応答時間
GET https://api.whatap.io/open/api/rtime
command
$ curl -L -w "\n" -H "x-whatap-token: {{PROJECT API TOKEN}}" -H "x-whatap-pcode: {{projectCode}}" "https://api.whatap.io/open/api/rtime"
response
1644//平均応答時間
CPUの平均使用率
GET https://api.whatap.io/open/api/cpu
command
$ curl -L -w "\n" -H "x-whatap-token: {{PROJECT API TOKEN}}" -H "x-whatap-pcode: {{projectCode}}" "https://api.whatap.io/open/api/cpu"
response
9.26//CPUの平均使用率
Apdex
GET https://api.whatap.io/open/api/apdex
command
$ curl -L -w "\n" -H "x-whatap-token: {{PROJECT API TOKEN}}" -H "x-whatap-pcode: {{projectCode}}" "https://api.whatap.io/open/api/apdex"
response
0.9871
活性化/非活性化状態のエージェント情報
GET https://api.whatap.io/open/json/agents
command
$ curl -L -w "\n" -H "x-whatap-token: {{PROJECT API TOKEN}}" -H "x-whatap-pcode: {{projectCode}}" "https://api.whatap.io/open/json/agents"
response
{
"data": [
{
"host_ip": "127.0.0.1",
"oname": "TC-0-1-8087",
"active": true
},
{
"host_ip": "127.0.0.1",
"oname": "TC-0-1-8086",
"active": true
}
]
}
Response Field | Field Type | 説明 |
---|---|---|
host_ip | string | エージェントが配置されているホストのIPアドレス |
oname | string | エージェント名 |
active | boolean | エージェントの活性化の有無 (活性化:true 、非活性化:false ) |