ie something like https://github.com/brendangregg/FlameGraph
However flamegraph typically implies data that duct does not collect, ie stacks and function calls. Duct could do something inspired by a flame graph. Specifically, we could plot individual processes with y-axis being one resource, and color being another resource, x-axis of time.
ie something like https://github.com/brendangregg/FlameGraph
However flamegraph typically implies data that duct does not collect, ie stacks and function calls. Duct could do something inspired by a flame graph. Specifically, we could plot individual processes with y-axis being one resource, and color being another resource, x-axis of time.