A Linux distribution with a focus on observability by @sevanjaniyan

Joined September 2020
5 Photos and videos
Viewpoint Linux Distribution retweeted
30 Dec 2022
New blog post for those who are curious about performance of BPF programs: erthalion.info/2022/12/30/bp… We talk about topics like Instructions Set versions, Top-Down for BPF and simple modeling.

8
19
2,207
Viewpoint Linux Distribution retweeted
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
2
13
38
Viewpoint Linux Distribution retweeted
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/20221130…
1
5
17
Viewpoint Linux Distribution retweeted
Netflix/Intel working together to find low-level PMC-based perf wins in the cloud (by my colleagues Vadim and Harshad) netflixtechblog.com/seeing-t…

12
83
321
Viewpoint Linux Distribution retweeted
Trying out Python 3.12's support for Linux #perf (docs.python.org/3.12/howto/p…), along with JIT compiled C code and CLING_PROFILE=1 from ROOT to make it more fun. See full flamegraph at cern.ch/amadio/flamegraphs/d….
6
20
Viewpoint Linux Distribution retweeted
9 Sep 2022
TIL: you can target bpf on compiler explorer!
3
10
Viewpoint Linux Distribution retweeted
🐝 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/
1
27
90
What’s new in Ftrace - Steven Rostedt @ Kernel Recipes 2022 kernel-recipes.org/en/2022/f…

Viewpoint Linux Distribution retweeted
Replying to @andrewbrown
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!
1
2
8
Viewpoint Linux Distribution retweeted
5 Aug 2022
Kill program that access to /tmp/secret.txt #eBPF bpftrace --unsafe -e 'tracepoint:syscalls:sys_enter_openat { if (strncmp("/tmp/secret.txt", str(args->filename), 15) == 0) { signal(9); }}'
3
3
Viewpoint Linux Distribution retweeted
More @HarfBuzz study: "The case of the slow hb-ft h_advance function" docs.google.com/document/d/1… 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.
4
8
Viewpoint Linux Distribution retweeted
18 Jul 2022
[$] The BPF panic function lwn.net/Articles/901284/ #LWN

1
3
Viewpoint Linux Distribution retweeted
If analyzing @PostgreSQL performance 🔎 📈 is your jam, this 📽️ talk is for you. It's by @AndresFreundTec 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
2
5