Remove articles loop-device-in-linux
article thumbnail

The Return of the Frame Pointers

Brendan Gregg

I've seen it where the random data ends up pointing to itself, so the profiler gets stuck in a loop and you get a tower of junk frames until perf hits its max frame limit. From my flame graphs page: CPU flame graph (partly broken) (Click for original SVG.) These partial stacks get grouped together on the left.

Java 145
article thumbnail

The Speed of Time

Brendan Gregg

These strange questions came to the fore back in 2014 when Netflix was switching services from CentOS Linux to Ubuntu, and I helped debug several weird performance issues including one I'll describe here. What about short-lived processes, like a service restarting in a loop? How long does it take to read the time? apparmor?).

Speed 126
Insiders

Sign Up for our Newsletter

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

Trending Sources

article thumbnail

SQL Server On Linux: Forced Unit Access (Fua) Internals

SQL Server According to Bob

Durability is a cornerstone of any database system and starting with SQL Server 2017 on Linux Cumulative Update 6 (CU6), SQL Server on Linux enables “Forced Flush” behavior as described in this article , improving durability on non-Fua optimized systems. “Be Starting with the Linux 4.18 4 Socket, TPCC. 9,108 – Old kernel.

Servers 90
article thumbnail

The Speed of Time

Brendan Gregg

These strange questions came to the fore back in 2014 when Netflix was switching services from CentOS Linux to Ubuntu, and I helped debug several weird performance issues including one I'll describe here. What about short-lived processes, like a service restarting in a loop? How long does it take to read the time? apparmor?).

Speed 52
article thumbnail

The Speed of Time

Brendan Gregg

These strange questions came to the fore back in 2014 when Netflix was switching services from CentOS Linux to Ubuntu, and I helped debug several weird performance issues including one I'll describe here. What about short-lived processes, like a service restarting in a loop? How long does it take to read the time? apparmor?).

Speed 40
article thumbnail

Email Testing Flow As It Should Be

Smashing Magazine

In this article, we’ll explain how a proper email testing workflow can help you improve email sending efficiency. With this article, you will enhance your testing workflows by covering all the important aspects, and saving time and stress with suitable email testing methods and tools. Let’s talk email testing! More after jump!

Testing 109
article thumbnail

Linux Load Averages: Solving the Mystery

Brendan Gregg

Load averages are an industry-critical metric – my company spends millions auto-scaling cloud instances based on them and other metrics – but on Linux there's some mystery around them. Linux load averages track not just runnable tasks, but also tasks in the uninterruptible sleep state. I've never seen an explanation.

Latency 111