gProfiler Features

gProfiler offers several features to users who wish to delve deeply into and analyze their profiling data. These are available within two primary views: flame graph and table view. While most will prefer the traditional flame graph view, which offers a holistic picture of CPU usage by stack traces made up of individual frames, others might choose a table view and its more visually simple, sorted list of resource consuming functions in descending order.

Within these two views users will find a host of additional tools such as filters, allowing them to display data from specific runtimes, time periods, Kubernetes components and more. gProfiler is designed to deliver as specific or as broad a view on one's profiling data as possible, and to make it simple to maintain a precise view of how resources are consumed across the system.

Last updated