Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sysdig digs sysdig #52

Closed
brendangregg opened this issue Apr 4, 2014 · 1 comment
Closed

sysdig digs sysdig #52

brendangregg opened this issue Apr 4, 2014 · 1 comment
Assignees

Comments

@brendangregg
Copy link
Contributor

By default, sysdig writes entries to the log of itself writing entries to the log. Would be nice to filter out sysdig by default (with an option to enable for debug purposes?), filtered in the kernel (user-level for now).

# sysdig -w /tmp/out
# sysdig -r /tmp/out "proc.name=sysdig and evt.type=write" |more
25883 21:28:38.182317039 1 sysdig (14257) > write fd=5(<f>/tmp/out) size=4096 
25884 21:28:38.182344198 1 sysdig (14257) < write res=4096 data=........M<+..............................`..............bgregg-test-i-2
7eff009.. 
25889 21:28:38.182369428 1 sysdig (14257) > write fd=5(<f>/tmp/out) size=4096 
25890 21:28:38.182383233 1 sysdig (14257) < write res=4096 data=.........................rsyslogd../usr/sbin/rsyslogd..-c5.../.........
 ..e...g. 
25891 21:28:38.182410715 1 sysdig (14257) > write fd=5(<f>/tmp/out) size=4096 
25892 21:28:38.182423846 1 sysdig (14257) < write res=4096 data=pid.-g.-u.106:112.../............j...p...0.......0.......|.........plat
formservi 
[...]
@ret2libc ret2libc self-assigned this Apr 7, 2014
ldegio added a commit that referenced this issue Apr 8, 2014
@gianlucaborello
Copy link
Contributor

fixed in 4beeb44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants