DTrace Hangout 05 January 2017

Notes kindly taken and forwarded by Domagoj Stolfa

Example:

# dtrace -n 'vm-db-[0-9]*:syscall:::entry/execname == "postgresql"/'

matches vm-db-0, vm-db-1.

Somewhere in the future, one creates a new virtual machine, vm-db-2, which then advertises it's probes towards the host. DTrace should match those probes, too.

DTrace/05January2017 (last edited 2017-01-19T16:59:45+0000 by GeorgeNevilleNeil)