When using sudo we have to supply the full path to the tools, like this: ``` sudo /usr/share/bcc/tools/xfsslower 0 -p $(cassandra-pid) | awk '$4 == "R" { print $0 }' ``` Add `/usr/share/bcc/tools/` to the system PATH.