kruize / autotune

Autonomous Performance Tuning for Kubernetes!
Apache License 2.0
153 stars 52 forks source link

"Managing Utilization Notifications #1190

Open msvinaykumar opened 2 months ago

msvinaykumar commented 2 months ago

This pull request adds a new Java class CPUMemoryUtilizationAnalyzer that provides functionality to analyze CPU utilization based on current and recommended values. The class includes a method analyzeCPUState abd analyzeMemeroyState which determines the state of the CPU (overutilized, underutilized, or idle) based on the provided parameters.