mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 02:52:24 +00:00
Update cheatsheets
This commit is contained in:
@@ -8,10 +8,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> High-level tracing language for Linux eBPF.
|
||||
> More information: <https://github.com/bpftrace/bpftrace/blob/master/man/adoc/bpftrace.adoc>.
|
||||
|
||||
- Display bpftrace version:
|
||||
|
||||
`bpftrace {{[-V|--version]}}`
|
||||
|
||||
- List all available probes:
|
||||
|
||||
`sudo bpftrace -l`
|
||||
@@ -31,3 +27,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- Do a dry run and display the output in eBPF format:
|
||||
|
||||
`sudo bpftrace -d -e '{{one_line_program}}'`
|
||||
|
||||
- Display version:
|
||||
|
||||
`bpftrace {{[-V|--version]}}`
|
||||
|
||||
Reference in New Issue
Block a user