⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
bpfcc-tools
/
examples
/
doc
/
View File Name :
syncsnoop_example.txt
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.