canonical / hotsos

Software analysis toolkit. Define checks in high-level language and leverage library to perform analysis of common Cloud applications.
Apache License 2.0
30 stars 37 forks source link

Improves kernlog search efficiency #908

Closed dosaboy closed 2 weeks ago

dosaboy commented 2 weeks ago

Some of the CallTrace handlers were unnecessarily storing the contents of every line in kern.log which massively slows down the search and consumes memory.