Questions tagged [latency]

Latency is the time period between a signal being sent and a signal being received

Latency is the time period between a signal being sent and a signal being received. In computer networking this can be the time between a sending of a packet and receiving of a packet.

To illustrate we can use the ping command:

PING google.be (173.194.66.94) 56(84) bytes of data.
64 bytes from google.be (173.194.66.94): icmp_req=1 ttl=47 time=76.6 ms
64 bytes from google.be (173.194.66.94): icmp_req=2 ttl=47 time=74.8 ms
64 bytes from google.be (173.194.66.94): icmp_req=3 ttl=47 time=79.6 ms

The latency here is 76.6 ms.

329 questions
12
votes
6 answers

sssd and ldap authentication cache

On our box running OpenSUSE 12.2 we have installed OpenLDAP and sssd daemon. We are using these two services for user authentication. Recently we created a script which creates new web-users for our vhosts dynamically, but now we are dealing with a…
Seth Rayer
  • 121
  • 1
  • 1
  • 3
11
votes
1 answer

difference between taskset and cpuset

I'm trying to reduce the latency of my linux network application. I've learned that there are two tools for "binding" a program to particular CPU core: taskset and cpuset. Which one should I prefer? Are they equivalent on a lower level? (the…
10
votes
2 answers

Ping with long delay but short reported time

What does it mean when a ping reports a reasonable time (~10ms) but actually takes quite a long wall clock time (~15 seconds)? (Additionally, passing the -U option for "full user-to-user latency" has no effect.) This happens when pinging a certain…
Cascabel
  • 288
  • 2
  • 9
9
votes
2 answers

Higher TCP latencies in the latest versions of Linux

In my research group, we recently upgraded the OS on our machines from Red Hat 6.2 to Debian 8.3 and observed that the TCP round trip time through the integrated Intel 1G NICs between our machines had doubled from about 110µs to 220µs. At first, I…
Stephen
  • 91
  • 1
9
votes
3 answers

Why do tracert latencies not add up to ping latency?

One might expect the sum of the tracert latencies to equal 267ms:
pulsar
  • 193
  • 1
  • 2
  • 5
8
votes
2 answers

Is there anything I can do to decrease waiting time for my static http requests (in chrome's network panel)?

I am running amazon aws ec2 micro instance on Ubuntu 14.04 with apache 2.4.9. The reason for having this instance is just to test and to solve some bugs before rolling up the project. Currently there are only few people (< 10) who are using the…
Salvador Dali
  • 965
  • 6
  • 20
  • 31
8
votes
4 answers

High latency, yet ping shows low latency

We're seeing latencies of ~100-300ms for services accessing a remote resource within the same subnet, yet when we use ping (ping size was of a similar size as of packets sent normally), we see responses of 5ms or less. Anything else we should…
8
votes
2 answers

What is best tool to measure network latency?

How do you measure network latency in Windows ? I know ping as one of the tool. Can Windows Performance monitor do it ? Any ideas which counters should I add to measure it. This is for SharePoint specific where we have a requirement that web server…
Madhur Ahuja
  • 283
  • 2
  • 5
  • 17
8
votes
2 answers

Internet latency map

I would like to see a latency map, showing the lowest latencies achieved between various destinations around the world. What is for example the lowest latencies achieved between Denmark and India. This could for example be used for planning of where…
David
  • 447
  • 1
  • 5
  • 11
7
votes
6 answers

MySQL performance over a (local) network much slower than I would expect

MySQL queries in my production environment are taking much longer than I would expect them too. The site in question is a fairly large Drupal site, with many modules installed. The webserver (Nginx) and database server (mysql) are hosted on…
user15241
  • 103
  • 2
  • 2
  • 4
7
votes
2 answers

Does routing distance affect performance significantly?

When I say routing distance, I mean on a global scale. For instance, if my target audience is in China, do I look for a host within China?
gAMBOOKa
  • 999
  • 6
  • 19
  • 34
7
votes
1 answer

High latency/drops between Cisco switches in two locations. How to troubleshoot?

I'm receiving user complaints about poor network application performance between two parts of a large warehouse facility. The software is a curses-based terminal application running on a Linux server. The clients are PCs running a telnet or SSH…
ewwhite
  • 197,159
  • 92
  • 443
  • 809
7
votes
3 answers

TCP Window Scaling for Satellite Connections

A satellite connection generally has a RTT around 500ms. Connections generally suffer sub-optimal transfer speeds, in spite of large amounts of bandwidth because TCP acknowledgements take too long to arrive. My understanding is that a good way to…
directedition
  • 287
  • 3
  • 10
7
votes
7 answers

Latency in TCP/IP-over-Ethernet networks

What resources (books, Web pages etc) would you recommend that: explain the causes of latency in TCP/IP-over-Ethernet networks; mention tools for looking out for things that cause latency (e.g. certain entries in netstat -s); suggest ways to tweak…
NPE
  • 679
  • 3
  • 10
  • 20
6
votes
8 answers

Latency in Internet connections from Europe to USA

I'm looking for a (cheap) Web hoster. Basically all the hosting providers that I can find, and match my requirements are located in the USA. But my target audience is in (Western-)Europe, I know for sure because the Site is in Dutch. Will hosting…
GvS
  • 255
  • 2
  • 5
  • 12
1
2
3
21 22