Machine Learning Resource Forecasting for Threshold-Based Capacity Alerts

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing systems struggle to accurately forecast resource usage of applications and databases, leading to potential performance issues when additional resources are not available.

Innovation Solution

Utilizing machine learning models, such as AutoARIMA, Theta, or ETS, to analyze historical data and predict future resource usage, with a user interface for visualization and notifications when thresholds are exceeded.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If machine learning models are used to forecast resource usage, then forecasting accuracy is improved, but system complexity increases

Engineering Contradiction:
Improveforecasting accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

A forecast server is introduced as an intermediary component that sits between the data collection layer and the resource allocation decisions. This server receives historical resource usage data, processes it through machine learning models (AutoARIMA, Theta, or ETS algorithms), generates forecasts, and provides them to administrators for decision-making. The intermediary structure isolates the complexity of ML modeling from the core resource management system while enabling accurate predictions.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

Traditional mechanical or rule-based resource allocation systems are replaced with data-driven machine learning models. Instead of using fixed thresholds or simple heuristics to determine resource needs, the system employs statistical time series forecasting algorithms that automatically learn patterns from historical data. This substitution enables more accurate and adaptive resource usage predictions without requiring complex manual intervention.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

2Loss of time

If historical data is analyzed to predict future resource usage, then resource allocation timing is improved, but data processing requirements increase

Engineering Contradiction:
Improveresource allocation timingVSAvoiddata processing requirements
Core Design Contradiction:
Loss of timeVSUse of energy by moving object

Solution Approach 1:

The system performs preliminary data collection and historical analysis continuously in the background, maintaining updated forecasts without requiring real-time processing during critical moments. By pre-processing historical data and maintaining current model parameters, the system can quickly generate future resource usage predictions when needed, reducing the computational burden during decision-making moments while still achieving timely resource allocation.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

Instead of processing all available historical data at full complexity, the system selectively processes only the necessary portions of data required for accurate forecasting. The machine learning models are designed to work with sampled or aggregated data rather than requiring complete datasets, reducing processing requirements while maintaining sufficient accuracy for effective resource allocation timing.

Inventive Principle:
Principle #16Partial or excessive action

3Reliability

If resource usage forecasts are generated continuously, then performance degradation prevention is improved, but computational resources consumed increase

Engineering Contradiction:
Improveperformance degradation preventionVSAvoidcomputational resources consumed
Core Design Contradiction:
ReliabilityVSUse of energy by stationary object

Solution Approach 1:

Rather than continuously updating forecasts at maximum computational intensity, the system employs periodic forecasting cycles where models are trained and updated at scheduled intervals. The forecast server generates predictions at regular intervals (e.g., daily or hourly) rather than in real-time continuous mode, significantly reducing computational resource consumption while still providing timely warnings before performance degradation occurs. This periodic approach allows administrators to plan resource allocation proactively without excessive computational overhead.

Inventive Principle:
Principle #19Periodic action

Data Source

PatentUS20250355722A1Resource usage forecasting using machine learning
Publication Date: 2025.11.20 SAP SE
  • US20250355722A1 patent drawing
  • US20250355722A1 patent drawing
  • US20250355722A1 patent drawing

AI summary

As described herein, a machine learning model is used to accurately predict the future resource usage (e.g., memory usage, processor usage, network usage, and the like) of one or more applications and/or databases. By analyzing historical data and patterns, the machine learning model provides insights into the expected resource usage for a predetermined period of time (e.g., three days or seven days). The machine learning model may be optimized for time series forecasting. For example, the AutoARIMA or Theta algorithms may be used for training. A user interface may be provided that enables easy visualization of the forecasted resource usage. A predetermined threshold may be defined for one or more of the sources being forecast. For example, a threshold for memory usage may be set. If the predicted memory usage for any application or database exceeds the predetermined threshold, a notification is sent to one or more users.