Remove 2015 Remove Blog Remove Cache Remove Servers
article thumbnail

How To Add eBPF Observability To Your Product

Brendan Gregg

cachestat File system cache statistics line charts. The architecture is: While the bpftrace binary is installed on all the target systems, the bpftrace tools (text files) live on a web server and are pushed out when needed. execsnoop New processes (via exec(2)) table. opensnoop Files opened table. ext4slower Slow filesystem I/O table.

Latency 145
article thumbnail

MariaDB vs MySQL: Key Differences and Use Cases

Percona

This blog post was originally published in November 2017 and was updated in June 2023. In this blog, we’ll provide a comparison between MariaDB vs. MySQL (including Percona Server for MySQL ). MariaDB Server, on the other hand, is a fork of MySQL 5.5.

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

Gzip vs Brotli – Best Browser Compression

MachMetrics

Simply put, compression allows the web server to send smaller files to your web site viewers. When someone enters your URL and requests your site, their browser will indicate to the web server that it understands compression (and which type it understands). What is HTTP Compression? Gzip Compression. How Do I Enable Gzip?

Speed 67
article thumbnail

How To Add eBPF Observability To Your Product

Brendan Gregg

cachestat File system cache statistics line charts 7. The architecture is: While the bpftrace binary is installed on all the target systems, the bpftrace tools (text files) live on a web server and are pushed out when needed. execsnoop New processes (via exec(2)) table 2. opensnoop Files opened table 3. and running it on Linux 5.x.

article thumbnail

Fostering a Web Performance Culture

Jos

How would you architecture a non-trivial size web project (client, server, databases, caching layer)? How do you scale it through different servers? Site performance reports on Etsy’s blog. In May 2015, Vox Media wrote about the slowness of their site and commitment to make them faster. When will that be run?

article thumbnail

The Return of the Frame Pointers

Brendan Gregg

Only in extreme circumstances does the cost (in processor time and I-cache footprint) translate to a tangible benefit - circumstances which usually resort to hand-coded assembly anyway. It shouldn't be 10%, unless it's cache effects. Back-end servers. Don't blame the straw, in this case, don't blame the frame pointers.

Java 145
article thumbnail

Fostering a Web Performance Culture

Jos

How would you architecture a non-trivial size web project (client, server, databases, caching layer)? How do you scale it through different servers? Site performance reports on Etsy’s blog. In May 2015, Vox Media wrote about the slowness of their site and commitment to make them faster. When will that be run?