私はspeedtest.netのようなサイトを使用した手動のインターネット速度テストに精通しています。 Windowsマシンで1時間に1回(たとえば)24時間365日自動的に速度テストを実行するように設定したいと思います。
これを行うためのツール/アプローチに関するアドバイスはありますか?
編集:具体的には、speedtest.net(pingテストと帯域幅テスト)で提供されるものと同じ測定値を取得しようとしていますが、自動化された方法でバックグラウンドで実行できます。
https://github.com/sivel/speedtest-cli
speedtest-cliはPython 2.4-3.4
wget -O speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py
chmod +x speedtest-cli
$ speedtest-cli -h<br>
usage: speedtest-cli [-h] [--bytes] [--share] [--simple] [--list]<br>
[--server SERVER] [--mini MINI] [--source SOURCE]<br>
[--version]<br>
オプションの引数:
-h, --help show this help message and exit<br>
--bytes Display values in bytes instead of bits. Does not affect<br>
the image generated by --share<br>
--share Generate and provide a URL to the speedtest.net share<br>
results image<br>
--simple Suppress verbose output, only show basic information<br>
--list Display a list of speedtest.net servers sorted by distance<br>
--server SERVER Specify a server ID to test against<br>
--mini MINI URL of the Speedtest Mini server<br>
--source SOURCE Source IP address to bind to<br>
--version Show the version number and exit<br>