From the command line get ping/download/upload stats:
______________| speedtest : ping, download and upload speeds.
Commandline using speedtest.net resources.
This standalone script is a wrapper.
Usage: speedtest [--log|--simple|--verbose|--list|--fav|--version]
Takes about a minute for results to appear.
For logfile, the variable $logf can be modified.
Examples: $ speedtest --simple
Ping: 22.602 ms
Download: 0.62 Mbit/s
Upload: 0.25 Mbit/s
$ speedtest # No args for single line timestamped.
2015-03-13, 19:25, 22.602, 0.62, 0.25
$ speedtest --log # Will cat logfile with latest result.
Dependencies: curl (Used to download the following Python script:)
speedtest.py (https://github.com/sivel/speedtest-cli)
Get just the download speed via fast.com from the command line,suitable for logs. The infrastructure is provided by Netflixto make sure ISPs are not throttling their streaming movies.
______________| fasttest : download speed in Mbps, flag to log results.
Uses Netflix's fast.com resources,
checking via both IPv4 and IPv6.
This standalone script is a wrapper.
Usage: fasttest [--log|--verbose]
Takes about a minute for results to appear.
For logfile, directory variable $logdir should be modified.
Examples: $ fasttest # No args for single line timestamped.
2017-03-06, 19:25, None, 0.62, None
$ fasttest --log # Will cat logfile with latest result.
$ fasttest --log tmp.log # else default: fasttest.log
Dependencies: curl (Used to download the following Python script:)
fast_com.py (https://github.com/sanderjo/fast.com)
For execution time, speedtest runs about 60% faster than fasttest.In terms of information, speedtest provides more than fasttest,and is more accurate in measuring download speed.The code base for speedtest is more mature and receives moresupport and scrutiny, compared to that of fasttest.
Given our preferred choice: speedtest -- here is a way to directlyaccess its service without cloning our repository:
$ echo "$(curl -skLO https://git.io/speedtest.sh && chmod +x speedtest.sh && ./speedtest.sh)"
2015-03-13, 19:25, 22.602, 0.62, 0.25
The curl command retrieves the most current version of speedtest,renamed for this exercise as speedtest.sh, then we execute it todisplay: date, local time, ping in milliseconds, followed bydownload and upload speeds in Mbps (Megabits per second).
To fine-tune the logging functions, please fork our repository.
Many thanks to the developers upstream: @sivel and @sanderjo --we rely on their latest updates to the Python source code.
Shortcut to this project: https://git.io/speed
README.md update : 2017-03-09
很多时候我们需要测试Linux服务器的上行和下行宽带。在可用于测试宽带速度的网站中,Speedtest.net也许是使用最广泛的应用“之一”。 Speedtest.net提供了一个命令行版本——speedtest-cli。下面将向你演示如何在Linux的命令行中使用speedtest-cli来测试宽带连接速度。 一、安装speedtest-cli speedtest-cli是一个
Linux使用 speedtest 测网速 1、脚本地址 https://github.com/sivel/speedtest-cli 2、上脚本,自己看,so easy [root@glusterfs-server01 ~]# yum -y install git ………… 此处省略 git 安装过程中的输出 ………… [root@glusterfs-server01 shy]# mkdir
很多时候我们需要测试Linux服务器的上行和下行宽带。在可用于测试宽带速度的网站中,Speedtest.net也许是使用最广泛的应用“之一”。 Speedtest.net提供了一个命令行版本——speedtest-cli。下面将向你演示如何在Linux的命令行中使用speedtest-cli来测试宽带连接速度。 一、安装speedtest-cli speedtest-cli是一个用Python编写
linux环境下,如何使用speedtest测速。其实superbench一键包也是带这个网络带宽测速的,今天单独来说说speedtest测速. Speedtest测试网络上传/下载速度还是挺不错的,windows下非常方便。Linux下也可以很方便的使用命令行speedtest来测试。speedtest是一个用Python编写的轻量级Linux命令行工具,在Python2.4至3.4版本下均可运
Speedtest测试网络上传/下载速度还是挺不错的,windows下非常方便。Linux下也可以很方便的使用命令行speedtest来测试。speedtest是一个用Python编写的轻量级Linux命令行工具,在Python2.4至3.4版本下均可运行。它基于Speedtest.net的基础架构来测量网络的上/下行速率。安装speedtest很简单——只需要下载其Python脚本文件。以下步骤
方式一(需要python环境) speedtest-cli是用Python编写的轻量级Linux命令行工具 $ wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py $ chmod +rx speedtest.py 1.调用测试网速 $ ./speedtest.py 配置全局调用 $ mv sp
使用Linux终端测试网速 命令:speedtest-cli ~$ speedtest-cli Retrieving speedtest.net configuration... Testing from China Telecom Shanxi(SN) (117.32.216.86)... Retrieving speedtest.net server list... Selecting bes
安装speedtest-cli yum install python-pip –y pip install speedtest-cli 执行网络测速 speedtest #执行结果 Retrieving speedtest.net configuration... Testing from Tencent cloud computing (140.143.139.14)... Retrievin
在使用speedtest-cli进行测试的时候,有些时候speedtest识别错误.原本是国内的服务器反而选择了香港或者是美国等地区的节点,所以测试结果可能就不准确.所以我们可以通过以下的方法获取speedtest服务器的地区进行测试. 方法1 打开下面的网站,然后ctrl+f选择查找CN,或者China,再或者国内省市的名字.如Beijing,Shanghai等等. http://www.spe
安装speedtest-cli: wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py chmod +x speedtest-cli 开始测试: ./speedtest-cli [root@localhost ~]# ./speedtest-cli Retri
https://github.com/sivel/speedtest-cli 当发现上网速度变慢时,人们通常会先首先测试自己的电脑到网络服务提供商(通常被称为“最后一公里”)的网络连接速度。在可用于测试宽带速度的网站中,www.speedtest.net也许是使用最广泛的。 Speedtest.net的工作原理并不复杂:它在你的浏览器中加载JavaScript代码并自动检测离你最近的Speed
使用 speedtest.net 测试互联网带宽的命令行界面 版本 speedtest-cli 适用于 Python 2.4-3.7 安装 pip/easy_install pip install speedtest-cli 或者 easy_install speedtest-cli GitHub pip install git+https://github.com/sivel/speedtest
问题内容: 在Windows中,必须指向JDK安装文件夹(以便包含所有可执行文件和所有默认库)。 如果我下载了Sun的JDK捆绑软件并将其安装在Linux中,则过程相同。 但是,我需要使用Kubuntu的默认OpenJDK软件包。问题是所有可执行文件都放在中。但是罐子放在里面。由于它们不在同一个文件夹中,因此我在Grails上遇到了麻烦,也许其他期望使用标准Java结构的应用程序也会遇到麻烦。 如
问题内容: 我正在尝试在Linux上的Tomcat中运行的Java Web应用程序中设置kerberos身份验证。我正在使用spring security kerberos扩展。我正在使用: jdk 1.7u75 spring-security-kerberos 1.0.0.RELEASE MS Active Directory 在我的本地开发计算机(Windows)上,一切运行正常。但是将应用程
问题内容: 我试图使用带有以下代码的javax.smartcardio API加载智能卡终端: …并且我总是得到以下异常: 在Windows Vista / 7上,一切正常,但在Linux上无法正常运行。我正在使用Ubuntu 12.04 64位。 我使用以下命令安装了pcscd服务: 然后pcsc_scan命令输出: 因此,一切看起来都很好,但是smartcardio却无法正常工作。我正在尝试使
问题内容: 在Linux中,当我在java.lang.Process对象上运行destroy函数(类型为true的java.lang.UNIXProcess)时,它会发送SIGTERM信号进行处理,有没有办法用SIGKILL杀死它? 问题答案: 不使用纯Java。 你最简单的选择是使用运行的外部进程的命令。 不幸的是,掌握PID并不是那么简单。您将需要使用反射黑魔法来访问该字段,或者弄乱该命令的输
问题内容: 有什么方法可以从Java代码中调用库中的函数吗?通常,可以在Java程序中使用Linux 库吗? 问题答案: 答案是“ JNI” :) 这里有几个链接: 如何在Linux上为JNI应用程序编译动态库? http://learn-from-the-guru.blogspot.com/2007/12/java-native-interface-jni-tutorial-hell.html