System Load Analysis Demo
This demo showcases how to analyze and visualize high CPU utilization across components within a large call graph, using PuppyGraph's powerful query capabilities. By querying historical records related to components with a CPU load ratio above 0.9, users can swiftly identify patterns of heavy usage and the associated component and invocation information. Additionally, the application of the PageRank algorithm ranks the importance of each component, providing insights into which components are critical within the network and might need optimization or monitoring to prevent system overloads. This practical approach helps in proactive system maintenance and optimization in complex environments.
Tech stack
Queries in natural language
- Query historical records and related components with a CPU load ratio greater than 0.9
- Query historical records of components with CPU usage exceeding 90%, as well as corresponding component and invocation info
- Rank the importance of each component using the PageRank algorithm
Want to try it yourself?
We've open-sourced the sample dataset, graph schema, and graph queries on GitHub, so you can recreate this demo in your own environment.