FG
💻 Software

Network latency measurement (Linux)

Fresh5 days ago
Mar 15, 202653325 views
Confidence Score0%
0%

Problem

I'd like to measure network latency for SNMP GET request. There is a free command line tool which can be used to find timing statistics for various commands. For example it can be used with in the following way: According to the manual, statistics conists of: the elapsed real time between invocatio…

Error Output

$ time snmpget -v 2c -c public 192.168.1.3 .1.3.6.1.2.1.2.2.1.10.2
IF-MIB::ifInOctets.2 = Counter32: 112857973

real    0m0.162s
user    0m0.069s
sys…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Network latency measurement (Linux)

Low Risk

Try ping: From the ping manual: -U Print full user-to-user latency (the old behaviour). Normally ping prints network round trip time, which can be different f.e. due to DNS failures.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment