mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-13 06:48:09 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,11 +15,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Capture all the events from the live system and save them to disk:
|
||||
|
||||
`sysdig -w {{path/to/file}}.scap`
|
||||
`sysdig {{[-w|--write]}} {{path/to/file}}.scap`
|
||||
|
||||
- Read events from a file and print them to screen:
|
||||
|
||||
`sysdig -r {{path/to/file}}.scap`
|
||||
`sysdig {{[-r|--read]}} {{path/to/file}}.scap`
|
||||
|
||||
- Filter and Print all the open system calls invoked by cat:
|
||||
|
||||
@@ -31,8 +31,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- List the available chisels:
|
||||
|
||||
`sysdig -cl`
|
||||
`sysdig {{[-cl|--list-chisels]}}`
|
||||
|
||||
- Use the spy_ip chisel to look at the data exchanged with ip address:
|
||||
|
||||
`sysdig -c spy_ip {{ip_address}}`
|
||||
`sysdig {{[-c|--chisel]}} spy_ip {{ip_address}}`
|
||||
|
||||
Reference in New Issue
Block a user