Viewpoint Linux Distribution (@viewpointlinux) 's Twitter Profile
Viewpoint Linux Distribution

@viewpointlinux

A Linux distribution with a focus on observability by @sevanjaniyan

ID: 1310722755197906945

linkhttp://www.viewpointlinux.org calendar_today28-09-2020 23:27:37

67 Tweet

19 Followers

1 Following

POSETTE: An Event for Postgres 🌟 🎥 #PosetteConf (@posetteconf) 's Twitter Profile Photo

If analyzing PostgreSQL performance 🔎 📈 is your jam, this 📽️ talk is for you. It's by Andres Freund (Tech) of Microsoft & of the PG core team—and it's about "Analyzing Postgres performance problems using perf & eBPF." A true deep dive from an expert. Enjoy! youtu.be/HghP4D72Noc

If analyzing <a href="/PostgreSQL/">PostgreSQL</a> performance 🔎 📈 is your jam, this 📽️ talk is for you. It's by <a href="/AndresFreundTec/">Andres Freund (Tech)</a> of Microsoft &amp; of the PG core team—and it's about "Analyzing Postgres performance problems using perf &amp; eBPF." A true deep dive from an expert. Enjoy! youtu.be/HghP4D72Noc
Behdad Esfahbod (@behdadesfahbod) 's Twitter Profile Photo

More @HarfBuzz study: "The case of the slow hb-ft h_advance function" docs.google.com/document/d/1ws… I investigate why measuring the horizontal advance-width of glyphs via FreeType font-functions in HarfBuzz is ten times slower than using the internal HarfBuzz font-functions.

Brendan Gregg (@brendangregg) 's Twitter Profile Photo

Andrew Brown I can't remember how many times I've compiled MySQL or another app in a certain (more debuggable) way, populated a database, tried a workload, no another workload, no another...just for one tool screenshot!

eBPF Summit (@ebpfsummit) 's Twitter Profile Photo

🐝 eBPF Summit Schedule is now live 🐝 32 talks for eBPF Summit 2022 across eBPF in the Real World, for Networking, for Security, and Programming and Internals ebpf.io/summit-2022/

🐝 eBPF Summit Schedule is now live 🐝

32 talks for eBPF Summit 2022 across eBPF in the Real World, for Networking, for Security, and Programming and Internals

ebpf.io/summit-2022/
Guilherme Amadio (@guilhermeamadio) 's Twitter Profile Photo

Trying out Python 3.12's support for Linux #perf (docs.python.org/3.12/howto/per…), along with JIT compiled C++ code and CLING_PROFILE=1 from ROOT to make it more fun. See full flamegraph at cern.ch/amadio/flamegr….

Trying out Python 3.12's support for Linux #perf (docs.python.org/3.12/howto/per…), along with JIT compiled C++ code and CLING_PROFILE=1 from ROOT to make it more fun. See full flamegraph at cern.ch/amadio/flamegr….
Brendan Gregg (@brendangregg) 's Twitter Profile Photo

Netflix/Intel working together to find low-level PMC-based perf wins in the cloud (by my colleagues Vadim and Harshad) netflixtechblog.com/seeing-through…

Abandoned account of Thorsten Leemhuis (1/5) (@kernellogger) 's Twitter Profile Photo

Tejun Heo proposed a "BPF extensible scheduler class" for the #Linux #kernel's process scheduler which allows scheduling policies to be implemented as #BPF (aka #eBPF) programs: lore.kernel.org/all/2022113008…

Tejun Heo proposed a "BPF extensible scheduler class" for the #Linux #kernel's process scheduler which allows scheduling policies to be implemented as #BPF (aka #eBPF) programs: lore.kernel.org/all/2022113008…
Nicolas Frankel 🇺🇦🇬🇪 (@nicolas_frankel) 's Twitter Profile Photo

I just finished reading @lizrice's "What is #eBPF?", an easy-to-read introduction to eBPF for non-sysadmins (like me) isovalent.com/data/liz-rice-… It got me interested in trying to get my hands dirty as I'm a learning-by-doing guy

I just finished reading @lizrice's "What is #eBPF?", an easy-to-read introduction to eBPF for non-sysadmins (like me) isovalent.com/data/liz-rice-…

It got me interested in trying to get my hands dirty as I'm a learning-by-doing guy
erthalion (@erthalion) 's Twitter Profile Photo

New blog post for those who are curious about performance of BPF programs: erthalion.info/2022/12/30/bpf… We talk about topics like Instructions Set versions, Top-Down for BPF and simple modeling.