[LINUX] A command to easily check the speed of the network on the console

[Addition] There is also a method to measure with speedtest-cli ⇒ Article

This is useful to remember if you want to benchmark the network of your rented VPS machine.

$ curl http://cachefly.cachefly.net/100mb.test > /dev/null
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  100M  100  100M    0     0  11.4M      0  0:00:08  0:00:08 --:--:-- 12.7M

A CDN service called CacheFly publishes a test file to check the speed of your CDN. Originally it is for checking the speed of the CDN, but if you look at it the other way around, you can check the speed of the network of the machine. (On the contrary, communication is a story between two parties, so it is a natural story)

The line speed of a machine is difficult to find because it depends on the machine, location, and route to which it communicates, in addition to the network to which it connects, and this test file is very appreciated.

reference

Recommended Posts

A command to easily check the speed of the network on the console
How to easily draw the structure of a neural network on Google Colaboratory using "convnet-drawer"
Command to check the total number of CPU physical cores / logical cores / physical memory on Mac
I made a function to check the model of DCGAN
[Golang] Command to check the supported GOOS and GOARCH in a list (Check the supported platforms of the build)
How to check the memory size of a variable in Python
How to output the output result of the Linux man command to a file
I used the worldcup command to check the outcome of the World Cup.
[NNabla] How to remove the middle tier of a pre-built network
How to check the version of Django
Notice the completion of a time-consuming command
[Linux] Command to get a list of commands executed in the past
Semi-automatically generate a description of the package to be registered on PyPI
I made a program to check the size of a file in Python
Upload data to s3 of aws with a command and update it, and delete the used data (on the way)
#The command to check the encoding of a text file (ISO-2022-JP, Shift_JIS, EUC-JP, UTF-8 or UTF-16) on Linux is nkf --guess (forget every time)
How to calculate the volatility of a brand
Visualize the inner layer of a neural network
[2020July] Check the UDID of the iPad on Linux
Try to create a new command on linux
Calculate the probability of outliers on a boxplot
Convert XLSX to CSV on the command line
Create a command to get the work log
How to pass the execution result of a shell command in a list in Python
How to mention a user group in slack notification, how to check the id of the user group
[NNabla] How to get the output (variable) of the middle layer of a pre-built network
How to access the contents of a Linux disk on a Mac (but read-only)
A record of the time it took to deploy mysql on Cloud9 + Rails
A memorandum of how to execute the! Sudo magic command in Jupyter Notebook
An easy way to measure the processing speed of a disk recognized by Linux
Easy way to check the source of Python modules
How to write a GUI using the maya command
A memo to visually understand the axis of pandas.Panel
The story of making a music generation neural network
Try to estimate the number of likes on Twitter
I want to take a screenshot of the site on Docker using any font
Steps to calculate the likelihood of a normal distribution
How to check in Python if one of the elements of a list is in another list
A command to check when something goes wrong when the server is not doing anything
Basics of PyTorch (2) -How to make a neural network-
I made a command to markdown the table clipboard
[NNabla] How to add a new layer between the middle layers of a pre-built network
A memo on how to overcome the difficult problem of capturing FX with AI
A Study on Visualization of the Scope of Prediction Models
Create a shape on the trajectory of an object
Python Note: The mystery of assigning a variable to a variable
I tried to predict the genre of music from the song title on the Recurrent Neural Network
A Python script that allows you to check the status of the server from your browser
How to display a specified line of a file or command result on Linux (sed, awk)
How to pass the execution result of a shell command in a list in Python (non-blocking version)
How to increase the processing speed of vertex position acquisition
[Ubuntu] How to delete the entire contents of a directory
A note on the default behavior of collate_fn in PyTorch
A network diagram was created with the data of COVID-19.
Get UNIXTIME at the beginning of today with a command
[Command] Command to get a list of files containing double-byte characters
Let's execute the command on time with the bot of discord
Check the memory status of the server with the Linux free command
Check the operating status of the server with the Linux top command
[Introduction to AWS] A memorandum of building a web server on AWS
How to register a package on PyPI (as of September 2017)