draios / sysdig

Linux system exploration and troubleshooting tool with first class support for containers
http://www.sysdig.com/
Other
7.72k stars 726 forks source link

Identity chisel #234

Open dhbaird opened 10 years ago

dhbaird commented 10 years ago

I am looking for an example of an "identity" chisel: a lua chisel that will print out just the individual events as they occur. Could an identity chisel be provided in the chisels suite? Thanks!

ldegio commented 10 years ago

Can you please clarify what you have in mind? Something that prints each event on the command line similarly to what sysdig does when run without arguments?

If yes, how would you envision using it?

dhbaird commented 10 years ago

Yeah, @ldegio, exactly: something that operates like the default sysdig without arguments (without a specific chisel), and prints out the original events, uninterpreted/aggregated/etc.. This is primarily because, as a newbie to both sysdig and to lua, it would help greatly if I can see how to see how to access to the original raw data event-by-event. Thanks!

github-actions[bot] commented 1 year ago

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.