CN107315674B - Storage system information display method and system - Google Patents

Storage system information display method and system Download PDF

Info

Publication number
CN107315674B
CN107315674B CN201710551263.5A CN201710551263A CN107315674B CN 107315674 B CN107315674 B CN 107315674B CN 201710551263 A CN201710551263 A CN 201710551263A CN 107315674 B CN107315674 B CN 107315674B
Authority
CN
China
Prior art keywords
template
storage system
system information
information
display
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710551263.5A
Other languages
Chinese (zh)
Other versions
CN107315674A (en
Inventor
姜腾光
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN201710551263.5A priority Critical patent/CN107315674B/en
Publication of CN107315674A publication Critical patent/CN107315674A/en
Application granted granted Critical
Publication of CN107315674B publication Critical patent/CN107315674B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3034Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a storage system, e.g. DASD based or network based
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/32Monitoring with visual or acoustical indication of the functioning of the machine
    • G06F11/321Display for diagnostics, e.g. diagnostic result display, self-test user interface

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Human Computer Interaction (AREA)
  • Mathematical Physics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a storage system information display method, which comprises the following steps: acquiring a user query request; screening out a display template corresponding to the user query request from a preset display template library to obtain a target empty template; calling corresponding storage system information according to the target empty template to obtain target information; storing the target information in the target empty template to obtain a filled template; displaying the filled template. Meanwhile, the invention also discloses a storage system information display system. The invention can determine the displayed information of the storage system according to the selection or preference of the user so as to provide technical support for the subsequent related work.

Description

Storage system information display method and system
Technical Field
The invention relates to the technical field of information display, in particular to a storage system information display method and system.
Background
In recent years, with the development of electronic technology, data resources are increasingly abundant, and the performance requirements of users on storage systems are gradually increased. Among the factors affecting the performance of a storage system, the maintenance and debugging aspects are extremely important, and the maintenance and debugging generally depend on the data information of the storage system. Generally, the device internal operation condition of the storage system is difficult to be viewed by users, and even if some specific devices can provide data information for users, the data information is very complicated. Therefore, once the device has a problem, the storage system in the prior art cannot accurately and effectively provide the required data information for the user, and is difficult to provide technical support for subsequent maintenance and debugging.
Disclosure of Invention
In view of the above, an object of the present invention is to provide a method and a system for displaying storage system information, which can accurately and effectively provide data information required by a user, and provide technical support for subsequent maintenance and debugging. The specific scheme is as follows:
a stored information display method, comprising:
acquiring a user query request;
screening out a display template corresponding to the user query request from a preset display template library to obtain a target empty template;
calling corresponding storage system information according to the target empty template to obtain target information;
storing the target information in the target empty template to obtain a filled template;
displaying the filled template.
Preferably, the process of screening out the display template corresponding to the user query request from a preset display template library includes:
analyzing the user query request to obtain an identifier of the user query request;
and matching the display template corresponding to the identifier from the display template library.
Preferably, the method further comprises:
and creating the display template library in advance.
Preferably, the process of creating any display template in the display template library includes:
determining storage system information to be displayed;
setting the information style of the storage system information to be displayed to obtain a corresponding display template;
wherein the information style comprises a line and column data frame and a data type.
Preferably, the process of determining storage system information to be displayed includes:
and determining the storage system information to be displayed in a mode selected by a user.
Preferably, the process of determining storage system information to be displayed includes:
and determining all the storage system information as the storage system information to be displayed.
Preferably, the process of determining storage system information to be displayed includes:
respectively counting the user access frequency of each storage system information;
and determining the storage system information with the user access frequency greater than a preset frequency threshold value as the storage system information to be displayed.
The invention also provides a storage system information display system, which comprises an external configuration module, an internal configuration opaque cache module and an internal configuration module;
the external configuration module is used for acquiring a user query request, screening a display template corresponding to the user query request from a preset display template library to obtain a target empty template, sending the target empty template to the internal configuration module, and displaying a filled template returned by the internal configuration module;
and the internal configuration module is used for calling corresponding storage system information from the internal configuration opaque cache module according to the target empty template, storing the corresponding storage system information in the target empty template to obtain the filled template, and sending the filled template to the external configuration module.
Preferably, the system further comprises a pre-creation module for creating the display template library in advance.
Preferably, the pre-creation module comprises:
the determining submodule is used for determining the information of the storage system to be displayed;
the setting submodule is used for setting the information style of the storage system information to be displayed to obtain a corresponding display template;
wherein the information style comprises a line and column data frame and a data type.
According to the storage system information display method and system, when equipment is in a problem or other internal information of the storage system needs to be checked, the display template corresponding to the user query request is matched according to the query request selected by the user, the storage system information corresponding to the display template is filled in the display template, and the obtained filled template is displayed for the user to check. Therefore, the storage system information viewed by the user is determined by the user according to the self needs, is not unviewable or complicated, can accurately and effectively provide the required data information, and provides technical support for subsequent maintenance, debugging and other related work.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a flow chart of a method for displaying information of a storage system according to an embodiment of the present invention;
FIG. 2 is a flow chart illustrating the selection of a corresponding template from a predetermined display template library according to an embodiment of the present invention;
FIG. 3 is a flowchart of pre-creating any display template in the template library according to an embodiment of the present invention;
FIG. 4 is a flow chart of determining storage system information to be displayed in an embodiment of the present invention;
FIG. 5 is a schematic structural diagram of a storage system information display system according to an embodiment of the present invention;
fig. 6 is another schematic structural diagram of a storage system information display system according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment of the invention discloses a storage system information display method, and as shown in fig. 1, fig. 1 is a flow chart of the storage system information display method of the embodiment of the invention, and the method comprises the following steps:
step 101, obtaining a user query request.
When a problem occurs in the storage system device or other users need to view the internal information of the storage system, in order to facilitate the users to select a query request meeting the requirement, a large-range display template type selection page may be set, for example, "Full view" indicates a display template providing Full information, "simple view" indicates a display template providing relatively simple information.
And 102, screening a display template corresponding to the user query request from a preset display template library to obtain a target empty template.
Specifically, the screening process is actually a process of fulfilling the user requirement to a specific empty template, and the specific process will be described in detail later.
And 103, calling corresponding storage system information according to the target empty template to obtain target information.
Specifically, target information, that is, storage system information conforming to the data type, is called according to the information style of a specific empty template obtained in step 102, that is, the row and column data frame and the data type of the empty template.
And 104, storing the target information in the target empty template to obtain a filled module.
And arranging the system information required to be stored by the user according to the template style.
Step 105, displaying the filled template.
The storage system information in the displayed filled template is the information required by the user, and the storage system information is arranged to be convenient for the user to check.
Referring to fig. 2, fig. 2 is a flowchart illustrating a process of screening a corresponding template from a preset display template library according to an embodiment of the present invention, including the following steps:
step 201, analyzing the user query request to obtain an identifier of the user query request.
Specifically, since the query request is made in the form of an event, the identifier of the query request is a request event ID.
Step 202, matching the display template corresponding to the identifier from the display template library.
Specifically, the display template is also based on the event, and information is transmitted and acquired through the event. The event-related data Structure comprises a Request Structure (Request Structure), a Self-Defining Structure (Self Defining Structure) and an Action Structure (Action Structure), wherein the Request Structure is used for filling requirement data of a user and comprises a Request state, a Request version, a Request event ID and data; the user-defined structure body is used for storing data of the display template, and the data comprises the type of the data, the data value, the maximum and minimum values of the data and the like; the action structure comprises a series of custom structures used for storing data for each action, including event progress status, product version, request event ID, target object ID, custom structure number and content. The request event ID is an ID of an action of requesting a certain display template, and the same request event ID exists in the query request and the corresponding display template, so that the display template corresponding to the request event ID can be matched in the display template library according to the request event ID of the query request obtained in step 201.
Of course, in specific applications, other methods may be used to screen the corresponding display template, and the embodiment of the present invention is not limited thereto.
It should be noted that the selectable display templates provided to the user are all from a display template library, and the display template library is pre-created by the system or by a human. Therefore, before step 101, the following steps can be further included: and creating the display template library in advance.
Referring to fig. 3, fig. 3 is a flowchart of creating any display template in the template library in advance in the embodiment of the present invention, including the following steps:
step 301, determining storage system information to be displayed.
Step 302, setting the information style of the storage system information to be displayed to obtain a corresponding display template.
The method comprises the steps that a plurality of display templates are required to be created when a template library is created, and when any display template is created, storage system information to be displayed needs to be determined, and an information style of the storage system information to be displayed is set. When the storage system information to be displayed is embodied in the display template, the storage system information is a general name of a specific attribute value, taking the address book as an example, the name and the telephone number in the address book are general names of a specific attribute value and are not referred to a specific attribute value, and the specific name Zhang III in the name attribute column is a specific attribute value. The information style of the storage system information to be displayed comprises a row-column data frame and a data type, and taking an address book as an example, the information style comprises M rows and N columns, namely an M × N style, for the row-column data frame, the data type of a specific attribute value 'Zhang III' is 'text', and the data type of a specific attribute value '138 XXXXXXXXX' of a specific 'telephone number' is 'number'.
The storage system information to be displayed can be generally determined in two ways, namely, on the one hand, in a manner selected by the user autonomously, and on the other hand, in a manner determined by the system according to preset rules.
The display template determined by the mode selected by the user can be classified into a simple view, the system information required to be stored is completely defined by the user, and the method is the determination mode with the highest flexibility; the 'full view' includes all the information of the storage system, which is sorted and determined by the system and finally provides the user with full information. Meanwhile, the "compact view" may also be determined by the system according to preset rules, which will be described in detail below.
Referring to fig. 4, fig. 4 is a flowchart illustrating determining storage system information to be displayed according to an embodiment of the present invention, including the following steps:
step 401, respectively counting the user access frequency of each storage system information.
Step 402, determining the storage system information with the user access frequency greater than a preset frequency threshold as the storage system information to be displayed.
The system judges the access habits of the users according to the access frequency of the users to each piece of storage system information, and judges the storage system information with the access frequency larger than the preset frequency threshold value as the commonly used storage system information through the preset frequency threshold value, so that the process of selecting the commonly used storage system information is automated, and is more convenient and quicker. Typically, the frequency threshold is a user-changeable value, which facilitates the user to filter out the desired storage system information. Of course, the rule may be other rules that can determine the usage habit of the user, and is not limited to the determination based on the frequency threshold.
Correspondingly, an embodiment of the present invention further provides a storage system information display system, which is shown in fig. 5, and fig. 5 is a schematic structural diagram of the storage system information display system according to the embodiment of the present invention.
In this embodiment, the system includes: an External Configuration module (External Configuration)501, an Internal Configuration module (Internal Configuration)502, and an Internal Configuration Opaque Cache (Internal Configuration Opaque Cache) 503. Wherein:
the external configuration module 501 is configured to obtain a user query request, screen a display template corresponding to the user query request from a preset display template library, obtain a target empty template, send the target empty template to the internal configuration module through a Shared Memory Interface (Shared Memory Interface), and display a filled template returned by the internal configuration module;
the internal configuration module 502 is configured to, according to the target empty template, retrieve corresponding storage system information from the internal configuration opaque buffer module 503, store the corresponding storage system information in the target empty template, obtain the filled template, and send the filled template to the external configuration module through a shared memory.
In the embodiment of the present invention, a preferred embodiment of the external configuration module 501 includes: a parsing submodule and a matching submodule. Wherein:
the analysis submodule is used for obtaining an identifier of the query request from the query request;
and the matching sub-module is used for matching the display template corresponding to the identifier from the display template library.
It should be noted that the external configuration module 501 may also have other implementation manners, and the embodiment of the present invention is not limited thereto.
Referring to fig. 6, fig. 6 is a schematic structural diagram of another storage system information display system according to an embodiment of the present invention.
Unlike the embodiment shown in fig. 5, in this embodiment, the system further includes:
a pre-creation module 601, configured to create the display template library in advance.
A preferred embodiment of the pre-creation module 601 comprises: a determination submodule and a setting submodule. Wherein:
the determining submodule is used for determining the information of the storage system to be displayed;
and the setting submodule is used for setting the information style of the storage system information to be displayed to obtain a corresponding display template.
One embodiment of the determination submodule includes a first determination unit configured to determine the storage system information to be displayed in a manner selected by a user.
Another embodiment of the determining sub-module includes a second determining unit, configured to determine all storage system information as storage system information to be displayed.
A third embodiment of the determination submodule comprises a statistical unit and a third determination unit. Wherein:
the statistical unit is used for counting the user access frequency of each piece of storage system information;
and the third determining unit is used for determining the storage system with the user access frequency greater than the preset frequency threshold value as the storage system information to be displayed.
It should be noted that the pre-creation module 601 may also have other implementation manners, and the embodiment of the present invention is not limited thereto.
According to the method and the system for displaying the information of the storage system, before the information of the storage system is displayed to the user, a series of screening and sorting are carried out according to the selection and the preference of the user, and the finally displayed information of the storage system is accurate and effective, so that the user can know the running state of the system conveniently, and technical support is provided for subsequent related work.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The storage system information display method and system provided by the invention are described in detail above, a specific example is applied in the text to explain the principle and the implementation of the invention, and the description of the above embodiment is only used to help understanding the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (3)

1. A storage system information display method is characterized by comprising the following steps:
acquiring a user query request;
screening out a display template corresponding to the user query request from a preset display template library to obtain a target empty template;
calling corresponding storage system information according to the target empty template to obtain target information;
storing the target information in the target empty template to obtain a filled template;
displaying the populated template;
wherein, the creation process of any display template in the display template library comprises the following steps:
respectively counting the user access frequency of each storage system information; determining the storage system information with the user access frequency greater than a preset frequency threshold value as the storage system information to be displayed; setting the information style of the storage system information to be displayed to obtain a corresponding display template; wherein the information style comprises a line and column data frame and a data type.
2. The method according to claim 1, wherein the step of screening out the display template corresponding to the user query request from a preset display template library comprises:
analyzing the user query request to obtain an identifier of the user query request;
and matching the display template corresponding to the identifier from the display template library.
3. A storage system information display system is characterized by comprising an external configuration module, an internal configuration opaque cache module and an internal configuration module;
the external configuration module is used for acquiring a user query request, screening a display template corresponding to the user query request from a preset display template library to obtain a target empty template, sending the target empty template to the internal configuration module, and displaying a filled template returned by the internal configuration module;
the internal configuration module is used for calling corresponding storage system information from the internal configuration opaque cache module according to the target empty template, storing the corresponding storage system information in the target empty template to obtain the filled template, and sending the filled template to the external configuration module;
and, the system further comprises a pre-creation module for pre-creating the library of display templates;
wherein the pre-creation module comprises:
the determining submodule is used for determining the information of the storage system to be displayed;
the setting submodule is used for setting the information style of the storage system information to be displayed to obtain a corresponding display template;
wherein the information style comprises a line and column data frame and a data type;
the determining submodule is specifically configured to count user access frequencies of each piece of storage system information; and determining the storage system information with the user access frequency greater than a preset frequency threshold value as the storage system information to be displayed.
CN201710551263.5A 2017-07-07 2017-07-07 Storage system information display method and system Active CN107315674B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710551263.5A CN107315674B (en) 2017-07-07 2017-07-07 Storage system information display method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710551263.5A CN107315674B (en) 2017-07-07 2017-07-07 Storage system information display method and system

Publications (2)

Publication Number Publication Date
CN107315674A CN107315674A (en) 2017-11-03
CN107315674B true CN107315674B (en) 2020-11-20

Family

ID=60179034

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710551263.5A Active CN107315674B (en) 2017-07-07 2017-07-07 Storage system information display method and system

Country Status (1)

Country Link
CN (1) CN107315674B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108549728B (en) * 2018-05-03 2021-10-15 新奥(中国)燃气投资有限公司 Page display method and system and big data platform
CN111245103A (en) * 2020-03-31 2020-06-05 贵州电网有限责任公司 Display and storage system of power grid transformer nameplate based on neural computing rod

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102663111A (en) * 2012-04-17 2012-09-12 电信科学技术研究院 Method and equipment for acquiring information
CN104484353A (en) * 2014-11-28 2015-04-01 华为技术有限公司 Data imaging method, data imaging device and database server
CN105260346A (en) * 2015-10-23 2016-01-20 浪潮(北京)电子信息产业有限公司 Monitoring data processing method, device and system
CN106713116A (en) * 2016-06-17 2017-05-24 腾讯科技(深圳)有限公司 Information processing method, apparatus and system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7958109B2 (en) * 2009-02-06 2011-06-07 Yahoo! Inc. Intent driven search result rich abstracts

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102663111A (en) * 2012-04-17 2012-09-12 电信科学技术研究院 Method and equipment for acquiring information
CN104484353A (en) * 2014-11-28 2015-04-01 华为技术有限公司 Data imaging method, data imaging device and database server
CN105260346A (en) * 2015-10-23 2016-01-20 浪潮(北京)电子信息产业有限公司 Monitoring data processing method, device and system
CN106713116A (en) * 2016-06-17 2017-05-24 腾讯科技(深圳)有限公司 Information processing method, apparatus and system

Also Published As

Publication number Publication date
CN107315674A (en) 2017-11-03

Similar Documents

Publication Publication Date Title
CN104965630B (en) Method and system for layout of desktop application icons
US20120290947A1 (en) Methods and systems to filter and display electronic messages
CN108347532B (en) Function access method, device, terminal equipment and storage medium
US20170277672A1 (en) Information processing device, information processing method, and computer program product
CN106354483B (en) Data processing method and device and electronic equipment
CN107066519A (en) A kind of task detection method and device
CN109829077A (en) A kind of page display method, device and equipment
US10552484B2 (en) Guided data exploration
US9760836B2 (en) Data typing with probabilistic maps having imbalanced error costs
CN107315674B (en) Storage system information display method and system
US20170004188A1 (en) Apparatus and Method for Graphically Displaying Transaction Logs
CN108197002A (en) Mobile equipment is without burying point data statistical method, system, terminal and medium
CN109408502A (en) A kind of data standard processing method, device and its storage medium
US9734179B2 (en) Contingency table generation
CN112035555B (en) Information display method, device and equipment
CN107330031B (en) Data storage method and device and electronic equipment
CN113641719A (en) Data processing method, data processing device, computer and storage medium
US9727561B1 (en) Context- and activity-aware content selection
CN111736825A (en) Information display method, device, equipment and storage medium
CN110569459A (en) statistical method and device for webpage information
CN112434057B (en) Data query method and device
CN110941608B (en) Method, device and equipment for generating buried point analysis and funnel analysis report
CN115146988A (en) Method, device, storage medium and equipment for executing service
CN109254985A (en) Method for exhibiting data and device, the electronic equipment of database
CN111881356A (en) Content recommendation method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20201030

Address after: 215100 No. 1 Guanpu Road, Guoxiang Street, Wuzhong Economic Development Zone, Suzhou City, Jiangsu Province

Applicant after: SUZHOU LANGCHAO INTELLIGENT TECHNOLOGY Co.,Ltd.

Address before: 450018 Henan province Zheng Dong New District of Zhengzhou City Xinyi Road No. 278 16 floor room 1601

Applicant before: ZHENGZHOU YUNHAI INFORMATION TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant