Loris Degioanni

Results 13 comments of Loris Degioanni

I see your point, but on the other hand, keyboard keys are a limited resource, especially since csysdig's action functionality can potentially need many of them. As a consequence, I...

David, the first sleep (need to wait for sysdig to be ready) is caused by a limitation in the way sysdig does its initialization, and I believe it can be...

I think that the example/usage block is a great idea. I agree that it could get long but, if well formatted, it would also act as documentation when people are...

How about a filter like this: fd.name contains /vz/root/ and fd.name contains dev/null Would it generate too many false positives?

my 2 cents: I do think that this feature could be useful in some cases, for example when you want to capture a new process in the same shell or...

OK, looks like we have two people with the requirement. I would be willing to take the patch.

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...

can we adopt the kernel approach for the majority of the cases where it would work and only using stat() when strictly required? I assume it would be more efficient?

Just to understand, what you want is the number that the topprocs_cpu shows, but on an event basis rather than aggregated by second? Or something different?

Hey Brendan, is this 807e50aaab2519b3a1ecbe725aea986e80525cac what you would expect?