Flame Graphs vs Tree Maps vs Sunburst (2017)
21–30 of 38 posts
Re: Flame Graphs vs Tree Maps vs Sunburst (2017)
#22Windows equivalent: WizTree[1]. https://diskanalyzer.com/download
Re: Flame Graphs vs Tree Maps vs Sunburst (2017)
#23All of these suck. Use nested bar graphs like TreeSize and it’s instantly obvious what your biggest hitter is for any particular nesting level. In lieu of that, a flame graph is tolerable. The polar coordinate one is very pretty garbage. EDIT: Use it when you want to mislead people with a flashy graph.
Why do treemaps suck?
Look at the example in the link and try to make sense of it.
Re: Flame Graphs vs Tree Maps vs Sunburst (2017)
#24All of these suck. Use nested bar graphs like TreeSize and it’s instantly obvious what your biggest hitter is for any particular nesting level. In lieu of that, a flame graph is tolerable. The polar coordinate one is very pretty garbage. EDIT: Use it when you want to mislead people with a flashy graph.
This simple math fact is the reason why all grand hyperlink projects from 1960 to 2010 couldn't work, e.g. Xanadu.
Worse, in small examples with fewer than a hundred nodes it looks like it is a real improvement over linear text with jumps - we are after all now using _all_ the possible screen real estate.
Re: Flame Graphs vs Tree Maps vs Sunburst (2017)
#25The treemap screenshot doesn't look correct. Nearly all charting libs (like Apache Echarts) will group nodes with a heading name, so not sure why they claim it would be hard to notice the "drivers" node. I guess in that screenshot, sure, but that looks like just a bad implementation of a treemap. Maybe this was the case back in 2017? Flame graphs I have a love/hate relationship with. The hierarchy is very useful, but…
The source code got lost ages ago, but here are some screenshots of bookshelf graphs applied to SQL plan node level execution metrics:
https://tanelpoder.com/posts/sql-plan-flamegraph-loop-row-co...
Re: Flame Graphs vs Tree Maps vs Sunburst (2017)
#26Re: Flame Graphs vs Tree Maps vs Sunburst (2017)
#27Re: Flame Graphs vs Tree Maps vs Sunburst (2017)
#28I've been using WinDirStat for a tree visualization of Windows disk space for a very long time. Great software. https://windirstat.net/
Re: Flame Graphs vs Tree Maps vs Sunburst (2017)
#29Re: Flame Graphs vs Tree Maps vs Sunburst (2017)
#30Side note: To anyone that reaches out for du and ncdu from time to time. I recommend checking out `dua` (and `dua interactive`). It's way faster on my SSDs