Remove 2014 Remove Blog Remove Cache Remove Latency
article thumbnail

Cache-Control for Civilians

CSS Wizardry

To this end, having a solid caching strategy can make all the difference for your visitors. ?? How is your knowledge of caching and Cache-Control headers? That being said, more and more often in my work I see lots of opportunities being left on the table through unconsidered or even completely overlooked caching practices.

Cache 264
article thumbnail

How To Add eBPF Observability To Your Product

Brendan Gregg

biolatency Disk I/O latency histogram heat map. cachestat File system cache statistics line charts. runqlat CPU scheduler latency heat map. In a previous blog post, [An Unbelievable Demo], I talked about how something similar happened many years ago where old tracing tool versions were used without updates.

Latency 145
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

Analyzing a High Rate of Paging

Brendan Gregg

Reads usually have apps waiting on them; writes may not (write-back caching). biolatency From [bcc], this eBPF tool shows a latency histogram of disk I/O. total used free shared buff/cache available Mem: 64414 15421 349 5 48643 48409 Swap: 0 0 0. This is a 64-Gbyte memory system, and 48 Gbytes is in the page cache.

Cache 105
article thumbnail

Three Other Models of Computer System Performance: Part 1

ACM Sigarch

With two blog posts, we argue for more use of simple models beyond Amdahl’s Law. To this end, we present three simple models that we find useful like Amdahl’s Law, split here into two blog posts. How many buffers are needed to track pending requests as a function of needed bandwidth and expected latency? Answered in Part 2.).

Systems 60
article thumbnail

Three Other Models of Computer System Performance: Part 2

ACM Sigarch

With two blog posts, we argue for more use of simple models beyond Amdahl’s Law. Previously, Part 1 of these two blog posts provided our thesis that analytic models can complement measurement and simulations to give quick insight, show what is not possible, provide a double-check, and suggest future directions. and 1/S as ?.

Systems 53
article thumbnail

Trade-offs under pressure: heuristics and observations of teams resolving internet service outages (Part II)

The Morning Paper

Today we’ll be digging into the analysis of an incident that took place at Etsy on December 4th, 2014. 1:18pm a key observation was made that an API call to populate the homepage sidebar saw a huge jump in latency. The blog post was subsequently unpublished. The shop had been closed so no data was available.

article thumbnail

Analyzing a High Rate of Paging

Brendan Gregg

Reads usually have apps waiting on them; writes may not (write-back caching). biolatency From [bcc], this eBPF tool shows a latency histogram of disk I/O. This is a 64-Gbyte memory system, and 48 Gbytes is in the page cache (the file system cache). This shows many cache misses, with a hit ratio varying between 6.5

Cache 40