You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
387 B
15 lines
387 B
Demonstrations of syncsnoop, the Linux eBPF/bcc version.
|
|
|
|
|
|
This program traces calls to the kernel sync() routine, with basic timestamps:
|
|
|
|
# ./syncsnoop
|
|
TIME(s) CALL
|
|
16458148.611952 sync()
|
|
16458151.533709 sync()
|
|
^C
|
|
|
|
While tracing, the "sync" command was executed in another server session.
|
|
|
|
This can be useful to identify that sync() is being called, and its frequency.
|