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

ESX & Enterasys LAG Configurations

Requirements for ESX and LACP compatibility of Enterasys core switches:1. static LAG2. vlan egress port…

How to Setup Site To Site VPN with SonicWall

- Log onto Sonicwall GUI - Click on VPN >> Settings => Add >> Policy…

PowerShell: Get Ports to Process Connections / Associations

Current Iteration: Here is a quick snippet to enable Network Engineers and Systems dudes to…