draios / sysdig

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

fix(userspace): improve display filter performance #1938

Closed jasondellaluce closed 1 year ago

jasondellaluce commented 1 year ago

For some reason, display filters are evaluated before formatting the output string, which is quite a bigger bottleneck in terms of performance.

Signed-off-by: Jason Dellaluce jasondellaluce@gmail.com