Skip to content

Instantly share code, notes, and snippets.

@zhu327
Created December 24, 2018 06:36
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 zhu327/6a6366fa5ba229be80f2240645bee0f4 to your computer and use it in GitHub Desktop.
Save zhu327/6a6366fa5ba229be80f2240645bee0f4 to your computer and use it in GitHub Desktop.
检查服务请求在各个阶段的消耗
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