LoginSignup
0
0

More than 5 years have passed since last update.

さくらVPS 2Gの東京・石狩 それぞれの通信速度を計測

Last updated at Posted at 2017-04-05

iperfで測定

測定するにはサーバーとクライアント両方にインストールしました
Ubuntu16.04にインストール
$sudo apt install iperf

サーバー側でまず最初に立ちあげて待ち受けます
$iperf -s
フラグの"-s"はServerの頭文字

次にクライアント側を立ちあげて測定開始します
$iperf -c ip_address
フラグの"-c"はClientの頭文字

測定結果

自宅の大阪からそれぞれのサーバーと接続して10秒間、4回計測

東京は
[ 4] 0.0-10.1 sec 34.1 MBytes 28.2 Mbits/sec
[ 5] 0.0-10.2 sec 34.2 MBytes 28.3 Mbits/sec
[ 4] 0.0-10.1 sec 34.1 MBytes 28.3 Mbits/sec
[ 5] 0.0-10.2 sec 34.2 MBytes 28.3 Mbits/sec

東京はだいたい10秒間で28Mbitsなので一秒間に28Mbits / 8bits = 3.5Mbytesの通信速度

石狩は
[ 4] 0.0-10.2 sec 31.5 MBytes 25.8 Mbits/sec
[ 5] 0.0-10.2 sec 29.0 MBytes 23.9 Mbits/sec
[ 4] 0.0-10.2 sec 33.8 MBytes 27.7 Mbits/sec
[ 5] 0.0-10.2 sec 33.2 MBytes 27.4 Mbits/sec

石狩は大阪から東京に比べて離れているのでちょっと遅くなりました

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0