openshift / cluster-debug-tools

Unsupported tools used to investigate broken clusters.
Apache License 2.0
26 stars 28 forks source link

Make usage graph #23

Closed deads2k closed 3 years ago

deads2k commented 3 years ago

Trying to make a usage graph buildable by ./kubectl-dev_tool request-count -f '/home/deads/Downloads/apirequestcounts'

Technically I did this, but the performance is so slow you cannot use it and the number of resources shown is ridiculous. Let's see if @p0lyn0mial's attempt works better. It seems likely.

I might suggest trying to snip the resources accessed from the first view and instead getting an overall number and then create a detailed view per user if you click on it.

Screenshot from 2021-04-26 16-21-11

deads2k commented 3 years ago

https://github.com/openshift/cluster-debug-tools/pull/28 is better