veloxidad

Embed Size (px)

DESCRIPTION

midiendo la veloxidad desde la xerminal

Citation preview

http://www.alcancelibre.org/staticpages/index.php/procedimiento-instalar-centos6http://danilodellaquila.com/blog/instalacion-de-un-servidor-centos-6medidor de velocidad en terminal modo DOS y con servidoreshttp://lintut.com/test-internet-speed-from-linux-command-line/ejemplo# wget https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py# chmod +x speedtest_cli.pyejecutar# ./speedtest_cli.py# ./speedtest_cli.py --share# ./speedtest_cli.py --help./speedtest_cli.py --helpUsage: speedtest_cli.py [options]Command line interface for testing internet bandwidth using speedtest.net.--------------------------------------------------------------------------https://github.com/sivel/speedtest-cliOptions: -h, --help show this help message and exit --share Generate and provide a URL to the speedtest.net share results image --simple Suppress verbose output, only show basic information --list Display a list of speedtest.net servers sorted by distance --server=SERVER Specify a server ID to test against --mini=MINI URL of the Speedtest Mini server --source=SOURCE Source IP address to bind to --version Show the version number and exit