Skip to content

Instantly share code, notes, and snippets.

@kkosuge
Last active August 29, 2015 14:06
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 kkosuge/e8d1ab273268ac75a714 to your computer and use it in GitHub Desktop.
Save kkosuge/e8d1ab273268ac75a714 to your computer and use it in GitHub Desktop.
各地VPSのレスポンスタイム

curl で10回 time_total 測った平均値(東京から)

curl -kL http://xxx.xxx.xxx.xxx/ -o /dev/null -w "Status: %{http_code}\tTime: %{time_total}\t" 2> /dev/null

VULTR

Location total_time
Tokyo 0.013
New Jersey 0.374

Digital Ocean

Location total_time
Singapore 0.151

ConoHa

Location total_time
Tokyo? 0.014

さくら

Location total_time
大阪 0.036
石狩 0.051
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment