article thumbnail

Stuff The Internet Says On Scalability For December 7th, 2018

High Scalability

— Ivo Mägi (@ivomagi) November 27, 2018. This is how PCM is able to perform calculations. We have a fabrication plant in Chengdu, it's public knowledge that this fab is helping to manufacture products built on the latest process technology. Do you like this sort of Stuff? Please support me on Patreon.

Internet 163
article thumbnail

Up your quality and agility factor – using automation to build “performance-as-a-self-service”

Dynatrace

By 2024, over 50% of all IT spending will be directly put towards digital transformation and innovation (up from 31% in 2018). For software engineering teams, this demand means not only delivering new features faster but ensuring quality, performance, and scalability too. Performance-as-a-self-service . Industry apps explosion.

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

USENIX SREcon APAC 2022: Computing Performance: What's on the Horizon

Brendan Gregg

At USENIX SREcon22 APAC I gave the opening keynote on the future of computer performance, rounding up the latest developments and making predictions of where I see things heading. This talk originated from my updates to [Systems Performance 2nd Edition], and this was the first time I've given this talk in person! Or even on a plane.

article thumbnail

The Performance Inequality Gap, 2024

Alex Russell

The usual caveats also apply: Performance is a deep and nuanced domain, and much can go wrong beyond content size and composition. How sites manage resources after-load can have a big impact on perceived performance. Until and unless teams have better data about their performance, the global baseline budget should be enforced.

article thumbnail

Stuff The Internet Says On Scalability For August 31st, 2018

High Scalability

shocker) Low performers are almost 4x as likely to use functional outsourcing. Read about it and some of the consequences (search for “Misguided performers”) in the 2018 Accelerate State of DevOps Report. nicolefv : Outsourcing is a bad idea.

Internet 105
article thumbnail

Debunking 5 Myths About Performance Budgets

Rigor

Without a set plan in place, any new script can damage performance, affecting user experience, and, therefore, business KPIs. We noticed a few common misperceptions about web performance budgets that can impact their adoption and setting that we would like to address. Five Common Myths About Web Performance Budgets.

article thumbnail

bpftrace (DTrace 2.0) for Linux 2018

Brendan Gregg

Some one-liners: # New processes with arguments bpftrace -e 'tracepoint:syscalls:sys_enter_execve { join(args->argv); }'. Files opened by process bpftrace -e 'tracepoint:syscalls:sys_enter_open { printf("%s %sn", comm, str(args->filename)); }'. Pages paged in by process bpftrace -e 'software:major-faults:1 { @[comm] = count(); }'.

C++ 110