Skip to content

Instantly share code, notes, and snippets.

@matsuu
Created November 3, 2015 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matsuu/7619214786da47f53480 to your computer and use it in GitHub Desktop.
Save matsuu/7619214786da47f53480 to your computer and use it in GitHub Desktop.
isucon5-final メモリ360MBのbench/api/imageで実行結果
{
"valid" : false,
"requests" : 901,
"elapsed" : 84142,
"done" : "[{Init},{Bootstrap},{Checker,ModifyLoader,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load,Load}]",
"responses" : {
"success" : 626,
"redirect" : 81,
"failure" : 0,
"error" : 151,
"exception" : 43
},
"violations" : [ {
"type" : "TimeoutException",
"description" : "Total timeout elapsed",
"number" : 43
}, {
"type" : "GET DATAx",
"description" : "パス '/data' へのレスポンスコード 200 が期待されていましたが 500 でした",
"number" : 3
}, {
"type" : "GET DATAx",
"description" : "Content-Type ヘッダが application/json になっていません: text/html",
"number" : 3
}, {
"type" : "GET DATAx",
"description" : "正しいJSONコンテンツではありません",
"number" : 3
}, {
"type" : "Too many exceptions",
"description" : "通信エラー等の失敗が多過ぎます(1%以上)",
"number" : 1
}, {
"type" : "Too many errors",
"description" : "ステータス 5xx のレスポンスが多過ぎます(1%以上)",
"number" : 1
} ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment