Performance Information Management System Storage Allocation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The existing method of regularly acquiring and storing performance information leads to a high number of random accesses when retrieving data for a specific resource over a period, resulting in increased access time due to the separation of performance information in storage areas.

Innovation Solution

A performance information management system that allocates initial storage areas of varying capacities to each monitoring target, detects storage area depletion, and allocates additional consecutive storage areas to store performance information sequentially, reducing the need for random access.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Stability of the object's composition

If performance information is sequentially stored in a table as it is acquired, then performance information can be stored in chronological order, but a large number of random accesses occur when reading performance information for a specific resource

Engineering Contradiction:
Improvechronological order of storageVSAvoidtime required to read performance information
Core Design Contradiction:
Stability of the object's compositionVSLoss of time

Solution Approach 1:

The patent segments the storage structure by creating separate circular buffer areas for each monitoring target (resource) rather than using a single sequential table. Each resource has its own dedicated storage area where data is appended sequentially, eliminating the need to search through unrelated entries and reducing random access operations when reading performance information for a specific resource.

Inventive Principle:
Principle #1Segmentation

2Quantity of substance

If performance information from different resources is stored in adjacent storage areas, then storage space is efficiently utilized, but performance information from a single resource is separated into non-adjacent areas

Engineering Contradiction:
Improvestorage space utilizationVSAvoidaccessibility of performance information
Core Design Contradiction:
Quantity of substanceVSEase of operation

Solution Approach 1:

The patent divides the storage structure into multiple segmented areas, with each segment dedicated to a specific monitoring target. This segmentation allows efficient storage space utilization while maintaining data locality for each resource, as each resource's performance information is stored contiguously in its own segment rather than being scattered throughout the storage structure.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent transitions from a one-dimensional sequential storage approach to a multi-dimensional structure where storage is organized by resource identity. Each resource has its own dimensional space (circular buffer area), allowing simultaneous efficient storage utilization and easy access to any resource's complete performance history without interfering with other resources.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

3Loss of information

If a large number of random accesses are performed to read performance information, then performance information can be retrieved, but the access time increases significantly

Engineering Contradiction:
Improvecompleteness of data retrievalVSAvoidaccess time for performance information
Core Design Contradiction:
Loss of informationVSLoss of time

Solution Approach 1:

The patent performs preliminary organization of data during the storage phase by appending each resource's performance information to its dedicated circular buffer area in chronological order. This preliminary action ensures that when reading is required, all necessary data for a specific resource is already contiguous and sequentially arranged, eliminating the need for random access operations and significantly reducing retrieval time.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS10078452B2Performance information management system, management computer, and performance information management method
Publication Date: 2018.09.18 HITACHI VANTARA LTD
  • US10078452B2 patent drawing
  • US10078452B2 patent drawing
  • US10078452B2 patent drawing

AI summary

Provided is a performance information management system which includes a target apparatus having a plurality of components as monitoring targets and a management computer for managing the target apparatus and which manages performance information of the target apparatus with the management computer, wherein the target apparatus is capable of acquiring performance information for each monitoring target, and the management computer is configured to: allocate an initial storage area of which capacity differs for each monitoring target to each of the monitoring targets; detect depletion of a storage area allocated to a monitoring target when attempting to store the performance information of the monitoring target to the storage area; additionally allocate a consecutive storage area with a prescribed capacity to the monitoring target with the depleted storage area; and store the performance information of the monitoring target in the additionally-allocated storage area.