sysdig icon indicating copy to clipboard operation
sysdig copied to clipboard

sysdig logdata incomplete, when I specify the log information and output format

Open codingjin opened this issue 6 years ago • 2 comments

According to the manual, I define my output format, and use the sysdig command in this way: sysdig -p "%evt.num %evt.time name=%proc.name pid=%proc.pid <exe %proc.exe /exe> cwd=%proc.cwd dir=%evt.dir syscall=%syscall.type <args %evt.args/args> fd=%fd.num fd_type=%fd.type fd_name=%fd.name" -w log01

But I find the log is incomplete, like I cannot find the clone, syscall events, as I expected. And I can find more information, like the expected clone event, in the default way, like just typing sysdig.

sysdig version 0.26.4 Operating System: Ubuntu 18.04.4 LTS

codingjin avatar Feb 24 '20 16:02 codingjin

Same problem happens to me. Strange thing is i used to collect some information, but now even though i did not change sysdig script, the log is incomplete.

ChangZhu1997 avatar Mar 07 '20 18:03 ChangZhu1997

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Feb 22 '23 08:02 github-actions[bot]