mozillazg / ptcpdump

Process-aware, eBPF-based tcpdump
MIT License
179 stars 7 forks source link

[Feature Request] Exec wrapper #15

Closed halfcrazy closed 1 month ago

halfcrazy commented 2 months ago

For short-lived progresses.

mozillazg commented 2 months ago

@halfcrazy We already implemented this feature. Do you have any not working cases?

halfcrazy commented 2 months ago

I don't see an example in the docs. Could you give me an example of usage?

mozillazg commented 2 months ago

Sorry, I thought you were talking about tracking exec events.

Do you mean to support a feature like this?

ptcpdump -i any -- curl qq.com

We don't support it yet.

mozillazg commented 1 month ago

@halfcrazy The latest version already supports it.

ptcpdump -i any -- curl qq.com