fivesixzero/samurai-cli

Review parsing rules to make sure modern situations are accounted for

Closed this issue · 1 comments

While working with thread dumps from the modern JVM and some modern libraries it looks like per-thread "color blocks" aren't getting colored correctly in some instances. Items that are green should be grey and items that provide a clear indication of problems can probably be called out more clearly in the parsing.

Specific examples include NIO libraries and Netty.

It looks like the origin project, now that its been back in active development for awhile, has made great strides in enhancing thread activity visualization. Rather than replicating that work here I'd recommend using the up-to-date origin project rather than this fork.

https://github.com/yusuke/samurai