Posted On March 31, 2019

Measuring Bandwidth between Sites

kimconnect 0 comments
blog.KimConnect.com >> Networking >> Measuring Bandwidth between Sites
Matching the right tool for the job:
Latency: use PING
Jitter: user iPerf UDP test
Loss: iPerf UDP test
Bandwidth: TCP test
 
Download: https://iperf.fr/iperf-download.php
remote server: #iperf -s
local computer: #iperf -c ip-address-of-server -r

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Installing IBM VPN Client

On a Linux Machine # Install VPN Client shellScript=https://support.arraynetworks.net/prx/001/http/supportportal.arraynetworks.net/downloads/pkg_9_4_0_385/MP_Linux_1.2.9/MotionPro_Linux_Ubuntu_x64_build-8.sh cd Desktop wget $shellScript sudo ./MotionPro_Linux_Ubuntu_x64_build-8.sh…

Filezilla SFTP Connection ‘FATAL ERROR: Network error: Software caused connection abort’

Symptom: fzSftp started, protocol_version=9FATAL_ERROR: Network error: Software caused connection abortCould Not connect to server Path…

Setup Virtual DMZ and Trust Zones with PFSense

I. Setup Route at Core Router1. Configure subnet, ip helper address, and default route---------- Example…