IP Library Granted Patent US 11,233,702
Granted Patent B2
US 11,233,702 · App. 17/248,255 · Granted Jan 25, 2022

Cloud service interdependency relationship detection

Inventors: Nitin Navare (Saratoga, CA); Sridhar Sodem (Cupertino, CA); Joseph Scarpelli (Half Moon Bay, CA); Mark Rivington (Godalming, GB)
Assignee: BMC Software, Inc.
H04L41/12H04L41/142H04L41/5058H04L43/0817H04L67/1008
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 11,233,702
App. No.
17/248,255
Granted
Jan 25, 2022
Kind
B2
Abstract

A computer system includes a processor, a memory, a data collector, a relationships analyzer, and a topological map generator. The data collector retrieves performance data in a specific set of performance categories for computing resources in a computing system for a time interval. The relationships analyzer, for each computing resource-to-computing resource pair in the computing system, performs a correlation analysis of the respective behavior values of the computing resources in the pair, and identifies the computing resource-to-computing resource pairs that have correlation values exceeding a pre-determined threshold level as having performance interdependencies. The topological map generator prepares an undirected graph of the computing resources that have performance interdependencies, and displays the undirected graph as a topographic map of the computing resources in the computing system.

Claims (54)

1. A method for determining topological connections of a plurality of computing resources in a cloud computing system, the method comprising:

determining performances of each computing resource in the cloud computing system;

for each computing resource-to-computing resource pair in the cloud computing system, performing a correlation analysis of the determined performances of the computing resources in the pair;

determine the topological connections of the plurality of computing resources in the cloud computing system, based on the correlation analysis, including identifying each computing resource-to-computing resource pair that has a performance correlation value exceeding a pre-determined threshold level as being a topologically connected computing resource-to-computing resource pair;

assigning each performance correlation value exceeding the pre-determined threshold level to each corresponding topological connection between each corresponding computing resource-to-computing resource pair; and

preparing a graph of the topologically connected computing resource-to-computing resource pairs, based on the identifying of each computing resource-to-computing resource pair having the performance correlation value exceeding the pre-determined threshold level, and on the assigning of each performance correlation value exceeding the pre-determined threshold level to each corresponding topological connection.

2. The method of claim 1 further comprising:

after performing the correlation analysis, performing a cross-correlation analysis of the determined performances of the computing resources in the pair to determine a time lag value that corresponds to a maximum performance correlation value.

3. The method of claim 2 further comprising:

based on the cross-correlation analysis, excluding computing resource-to-computing resource pairs that are cross-correlated with a non-zero lag and retaining only computing resource-to-computing resource pairs that are cross-correlated with a time lag of about zero for further processing.

4. The method of claim 2 , wherein preparing the graph includes:

preparing an adjacency matrix representing a finite graph, based on the correlation analysis identifying the computing resource-to-computing resource pairs that have performance correlation values exceeding the pre-determined threshold level.

5. The method of claim 4 , wherein the pre-determined threshold level corresponds to a correlation value of about zero.

6. The method of claim 1 , wherein the performances include one or more of central processing unit (CPU) utilization, disk reads, disk writes, memory utilization, load average, processor queue length, context switches, and network bandwidth usage.

7. The method of claim 1 further comprising:

before performing the correlation analysis, performing dimensionality reduction to arrive at a single performance value for each of the computing resources in the cloud computing system.

8. The method of claim 1 further comprising:

displaying, on a computer display, the graph as a topographic map of the computing resources in the cloud computing system, including displaying the topological connections between computing resource-to-computing resource pairs, and providing the assigned performance correlation values for corresponding ones of the topological connections.

9. A computer system comprising:

a processor;

a memory;

a data collector configured to:

determine a plurality of performances of each computing resource in a cloud computing system;

a relationships analyzer configured to:

for each computing resource-to-computing resource pair in the cloud computing system, perform a correlation analysis of the determined performances of the computing resources in the pair; and

determine, based on the correlation analysis, the topological connections of the plurality of computing resources in the cloud computing system by identifying each computing resource-to-computing resource pair that has a performance correlation value exceeding a pre-determined threshold level as being a topologically connected computing resource-to-computing resource pair

assign each performance correlation value exceeding the pre-determined threshold level to each corresponding topological connection between each corresponding computing resource-to-computing resource pair; and

a topological map generator configured to:

prepare a graph of the topologically connected computing resource-to-computing resource pairs, based on the identifying of each computing resource-to-computing resource pair having the performance correlation value exceeding the pre-determined threshold level, and on the assigning of each performance correlation value exceeding the pre-determined threshold level to each corresponding topological connection.

10. The computer system of claim 9 , wherein the relationships analyzer is configured to:

after performing the correlation analysis, perform a cross-correlation analysis of the determined performances of the computing resources in the pair to determine a time lag value that corresponds to a maximum performance correlation value.

11. The computer system of claim 10 , wherein the relationships analyzer is further configured to:

based on the cross-correlation analysis, exclude computing resource-to-computing resource pairs that are cross-correlated with a non-zero lag and retain only computing resource-to-computing resource pairs that are cross-correlated with a time lag of about zero for further processing.

12. The computer system of claim 10 , wherein the topological map generator is configured to:

prepare an adjacency matrix representing a finite graph, based on the correlation analysis identifying the computing resource-to-computing resource pairs that have correlation values exceeding the pre-determined threshold level.

13. The computer system of claim 9 , wherein the relationships analyzer is configured to:

before performing the correlation analysis, perform dimensionality reduction to arrive at a single performance value for each of the computing resources in the cloud computing system.

14. A computer program product for determining topological connections of a plurality of computing resources in a cloud computing system, the computer program product including instructions recorded on a non-transitory computer-readable storage medium and configured to cause at least one processor to:

determine performance of each computing resource in the cloud computing system;

for each computing resource-to-computing resource pair in the cloud computing system, perform a correlation analysis of the determined performances of the computing resources in the pair;

determine, based on the correlation analysis, the topological connections of the plurality of computing resources in the cloud computing system by identifying each computing resource-to-computing resource pair that has a performance correlation value exceeding a pre-determined threshold level as being a topologically connected computing resource-to-computing resource pair;

assign each performance correlation value exceeding the pre-determined threshold level to each corresponding topological connection between each corresponding computing resource-to-computing resource pair; and

prepare a graph of the topologically connected computing resource-to-computing resource pairs, based on the identifying of each computing resource-to-computing resource pair having the performance correlation value exceeding the pre-determined threshold level, and on the assigning of each performance correlation value exceeding the pre-determine threshold level to each corresponding topological connection.

15. The computer program product of claim 14 , wherein the instructions, when executed, are further configured to cause the at least one processor to:

after performing a correlation analysis, perform a cross-correlation analysis of the determined performances of each computing resource-to-computing resource pair to determine a time lag value that corresponds to a maximum performance correlation value.

16. The computer program product of claim 15 , wherein the instructions, when executed, are further configured to cause the at least one processor to:

based on the cross-correlation analysis, exclude computing resource-to-computing resource pairs that are cross-correlated with a non-zero lag and retain only computing resource-to-computing resource pairs that are cross-correlated with a time lag of about zero for further processing.

17. The computer program product of claim 14 , wherein the instructions, when executed, are further configured to cause the at least one processor to:

when preparing the graph, prepare an adjacency matrix representing a finite graph, based on the correlation analysis data identifying the computing resource-to-computing resource pairs that have performance correlation values exceeding the pre-determined threshold level.

18. The computer program product of claim 14 , wherein the instructions, when executed, are further configured to cause the at least one processor to:

before performing the correlation analysis, perform dimensionality reduction to arrive at a single performance value for each of the computing resources in the cloud computing system.

19. The computer program product of claim 14 , wherein the instructions, when executed, are further configured to cause the at least one processor to:

update the undirected graph to represent a current status of the computing resources in the cloud computing system.

20. The computer program product of claim 14 , wherein using the correlation analysis to determine the topological connections involves detection of connections between computing resources by recognizing a topological connection between two computing resources upon detection of a performance or service interdependency relationship between the two computing resources.

Assignments (7)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Mar 7, 2025
From: BMC SOFTWARE, INC.
To: BMC HELIX, INC.
Reel/Frame 070442/0197 →
GRANT OF SECOND LIEN SECURITY INTEREST IN PATENT RIGHTS Recorded Nov 13, 2024
From: BMC SOFTWARE, INC.; BLADELOGIC, INC.
To: GOLDMAN SACHS BANK USA, AS COLLATERAL AGENT
Reel/Frame 069352/0568 →
GRANT OF FIRST LIEN SECURITY INTEREST IN PATENT RIGHTS Recorded Nov 13, 2024
From: BMC SOFTWARE, INC.; BLADELOGIC, INC.
To: GOLDMAN SACHS BANK USA, AS COLLATERAL AGENT
Reel/Frame 069352/0628 →
TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENTS Recorded Feb 1, 2024
From: ALTER DOMUS (US) LLC
To: BMC SOFTWARE, INC.; BLADELOGIC, INC.
Reel/Frame 066567/0283 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Dec 15, 2021
From: RIVINGTON, MARK
To: BMC SOFTWARE, INC.
Reel/Frame 058398/0072 →
GRANT OF SECOND LIEN SECURITY INTEREST IN PATENT RIGHTS Recorded Sep 30, 2021
From: BMC SOFTWARE, INC.; BLADELOGIC, INC.
To: ALTER DOMUS (US) LLC
Reel/Frame 057683/0582 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Jan 21, 2021
From: NAVARE, NITIN; SODEM, SRIDHAR; SCARPELLI, JOSEPH
To: BMC SOFTWARE, INC.
Reel/Frame 054977/0379 →