Remove c
article thumbnail

Zero Configuration Service Mesh with On-Demand Cluster Discovery

The Netflix TechBlog

In 2010, however, nearly none of it existed: the CNCF wasn’t formed until 2015! If service A needs to talk to clusters B and C, then you need to define clusters B and C as part of A’s proxy config. There is a downside to fetching this data on-demand: this adds latency to the first request to a cluster.

Traffic 229
article thumbnail

How To Add eBPF Observability To Your Product

Brendan Gregg

biolatency Disk I/O latency histogram heat map. runqlat CPU scheduler latency heat map. Then, having discovered everything is C or Python, some rewrite it all in a different language. execsnoop New processes (via exec(2)) table. opensnoop Files opened table. ext4slower Slow filesystem I/O table. BPF up and running!

Latency 144
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

The Speed of Time

Brendan Gregg

A Cassandra database cluster had switched to Ubuntu and noticed write latency increased by over 30%. As (C) looked like a kernel rebuild, I started with (D) and (E). ## 5. I also rewrote this in C and called gettimeofday(2) directly: $ cat gettimeofdaybench.c. What on Earth is Ubuntu doing that results in 30% higher CPU time!?

Speed 103
article thumbnail

HTTP/3 From A To Z: Core Concepts (Part 1)

Smashing Magazine

You’ve probably heard things like: “HTTP/3 is much faster than HTTP/2 when there is packet loss”, or “HTTP/3 connections have less latency and take less time to set up”, and probably “HTTP/3 can send data more quickly and can send more resources in parallel”. For example, if we have files A, B, and C, we would have three TCP connections.

article thumbnail

The Speed of Time

Brendan Gregg

A Cassandra database cluster had switched to Ubuntu and noticed write latency increased by over 30%. As (C) looked like a kernel rebuild, I started with (D) and (E). I also rewrote this in C and called gettimeofday(2) directly: $ cat gettimeofdaybench.c What on Earth is Ubuntu doing that results in 30% higher CPU time!?

Speed 52
article thumbnail

The Speed of Time

Brendan Gregg

A Cassandra database cluster had switched to Ubuntu and noticed write latency increased by over 30%. As (C) looked like a kernel rebuild, I started with (D) and (E). ## 6. I also rewrote this in C and called gettimeofday(2) directly: $ cat gettimeofdaybench.c What on Earth is Ubuntu doing that results in 30% higher CPU time!?

Speed 40
article thumbnail

Poor Disk Performance

Brendan Gregg

Update: Some modern drives after 2015 are sealed with [helium].) From these outputs I try to determine if the problem is: - **The workload**: High-latency disk I/O is commonly caused by the workload applied. Rotational disks have extra latency from head seeks for random I/O, and spin ups from the idle state. Hit Ctrl-C to end.