article thumbnail

A thorough introduction to bpftrace

Brendan Gregg

The probe specifies what events to instrument, the filter is optional and can filter down the events based on a boolean expression, and the action is the mini program that runs. The probe is BEGIN , a special probe that runs at the beginning of the program (like awk). Here's hello world: # bpftrace -e 'BEGIN { printf("Hello eBPF!n");

Latency 68
article thumbnail

SQL Server I/O Basics Chapter #2

SQL Server According to Bob

Time of Last Access The time of last access is a caching ​​ algorithm ​​ that enables ​​ cache ​​ entries to be ordered by their ​​ access times.

Servers 40