基本上只針對會回傳大量資料的API進行測試

參數:

n 整個壓力測試的Request數量 c 模擬連線使用者數 (同時連線數量)

回應數據

Failed requests:失敗的要求數

Requests per second:平均每秒可回應多少要求

Time per request:平均每個要求的時間,所有同時連線數的平均值

Percentage of the requests served within a certain time :整個場景中所有請求的響應情況

一、GET /api/tweets 取得所有推文資料 (共有100則推文情況下)

Untitled

二、GET /api/users/{id}/replied_tweets 取得使用者所有留言資料 (共有27則回覆)

Untitled