Created
December 24, 2018 06:36
-
-
Save zhu327/6a6366fa5ba229be80f2240645bee0f4 to your computer and use it in GitHub Desktop.
检查服务请求在各个阶段的消耗
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -w %{time_connect}:%{time_starttransfer}:%{time_total} -X POST 'http://service-uri' -H 'Content-Type: application/json' --data 'post-data' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment