CN116881077A - Server information management system - Google Patents

Server information management system Download PDF

Info

Publication number
CN116881077A
CN116881077A CN202310817061.6A CN202310817061A CN116881077A CN 116881077 A CN116881077 A CN 116881077A CN 202310817061 A CN202310817061 A CN 202310817061A CN 116881077 A CN116881077 A CN 116881077A
Authority
CN
China
Prior art keywords
information
server information
server
program
component
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.)
Pending
Application number
CN202310817061.6A
Other languages
Chinese (zh)
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.)
Guangzhou Weride Technology Co Ltd
Original Assignee
Guangzhou Weride 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 Guangzhou Weride Technology Co Ltd filed Critical Guangzhou Weride Technology Co Ltd
Priority to CN202310817061.6A priority Critical patent/CN116881077A/en
Publication of CN116881077A publication Critical patent/CN116881077A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3051Monitoring arrangements for monitoring the configuration of the computing system or of the computing system component, e.g. monitoring the presence of processing resources, peripherals, I/O links, software programs
    • 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/3006Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system is distributed, e.g. networked systems, clusters, multiprocessor systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3065Monitoring arrangements determined by the means or processing involved in reporting the monitored data
    • G06F11/3072Monitoring arrangements determined by the means or processing involved in reporting the monitored data where the reporting involves data filtering, e.g. pattern matching, time or event triggered, adaptive or policy-based reporting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 

Abstract

The application discloses a server information management system which is composed of a server information acquisition module and a server information unification module. The information acquisition unit is used for acquiring hardware information, software information, system information, network information and environment information of the server through calling the server information acquisition program and carrying out formatting processing to generate standardized server information, the information reporting unit is used for reporting the standardized server information to the server information unification module, and the program updating unit is used for updating and loading the server information acquisition program. The server information unifying module is used for receiving and storing the reported standardized server information and providing change records and inquiry functions for the server information. The application reduces the consumption of server information acquisition on server resources and the complexity of the server information acquisition mode, improves the execution efficiency of the server information acquisition requirement, realizes the persistent storage of the information, and improves the reliability and observability of the server information.

Description

Server information management system
Technical Field
The present application relates to the field of information management, and more particularly, to a server information management system.
Background
At present, enterprise IT architecture has been migrated from a past centralized mainframe to a current distributed virtualization architecture and is evolving to a multi-place and multi-cloud architecture, and the enterprise IT architecture has the advantages of strong service flexibility, low cost, capability of improving availability and access capability, convenience in service migration and the like.
However, in the complex environments of mixed clouds and clouds, the information acquisition modes and the information to be acquired of various heterogeneous servers are different, so that the server information acquisition is difficult and complicated in process, and a standardized server information acquisition scheme is lacked. In addition, when the server information collection requirement is changed, for example, a server type is newly added, the requirement cannot be efficiently processed.
Based on the above situation, the application provides a server information management scheme with flexible updating and standardization characteristics, so as to collect server information in a complex environment of mixed cloud and multiple clouds.
Disclosure of Invention
In view of the above, the present application provides a server information management system, which is composed of a server information acquisition module and a server information unifying module, and by calling a standardized server information acquisition program, the server information is acquired, and meanwhile, a persistent storage and statistical query function is provided by the server information unifying module.
A server information management system is composed of a server information acquisition module and a server information unification module;
the server information acquisition module comprises an information acquisition unit, an information reporting unit and a program updating unit;
the information acquisition unit is used for acquiring hardware information, software information, system information, network information and environment information of the server by calling a server information acquisition program and carrying out formatting processing to generate standardized server information;
the information reporting unit is used for reporting the standardized server information to the server information unifying module;
the program updating unit is used for updating and loading the server information acquisition program;
the server information unifying module is used for receiving and storing the reported standardized server information and providing change records and inquiry functions for the server information.
Preferably, the information acquisition unit comprises a first acquisition component, a second acquisition component, a third acquisition component and a format processing component;
the first acquisition component is used for acquiring the environment information of the server through a server IPMA interface;
the second acquisition component is used for acquiring the hardware information, the system information and the network information of the server through the general system call of the server operating system;
the third acquisition component is used for acquiring software information of the server through a server specific system instruction;
the format processing component is used for formatting the hardware information, the software information, the system information, the network information and the environment information to generate standardized server information.
Preferably, the program updating unit comprises a periodical updating component and an instruction updating component;
the periodic updating component is used for periodically detecting the version of the server information acquisition program and updating the server information acquisition program based on the updating program file and the updating configuration file which are acquired from the server information unifying module;
the instruction updating component is used for responding to a program updating instruction and updating the server information acquisition program based on an updating program file and an updating configuration file which are acquired from the server information unifying module and correspond to the program updating instruction.
Preferably, the process of updating the server information collection program by the periodic updating component includes:
when the periodical detection detects that the version of the currently called server information acquisition program is not the latest version recorded by the server information unified module, acquiring an update program file and an update configuration file of the latest version from the server information unified module;
ending the current running acquisition process of the information acquisition unit and stopping the calling of the information acquisition unit to the server information acquisition program;
replacing and updating the server information acquisition program according to the update program file, and adjusting the configuration of the server information acquisition program according to the update configuration file;
and starting the information acquisition unit to call the server information acquisition program.
Preferably, the process of updating the server information acquisition program by the instruction updating component includes:
responding to the program update instruction, and acquiring an update program file and an update configuration file corresponding to the program update instruction from the server information unifying module;
ending the current running acquisition process of the information acquisition unit and stopping the calling of the information acquisition unit to the server information acquisition program;
replacing and updating the server information acquisition program according to the update program file, and adjusting the configuration of the server information acquisition program according to the update configuration file;
and starting the information acquisition unit to call the server information acquisition program.
Preferably, the server information acquisition module further comprises a task scheduling unit;
the task scheduling unit is used for scheduling the acquisition task and the reporting task so as to realize timing acquisition and timing reporting.
Preferably, the server information unifying module comprises an information processing unit, a change recording unit and a query analysis unit;
the information processing unit is used for receiving the standardized server information reported by the server information acquisition module, uniformly processing the standardized server information and storing the standardized server information in a lasting manner;
the change recording unit is used for recording the change of the standardized server information;
the query analysis unit is used for providing a unified query analysis entry and querying server information.
Preferably, the query analysis unit comprises a query condition component and an information query component;
the query condition component is used for acquiring a query condition input by a user and generating a query request according to fields in the query condition;
the information inquiry component is used for responding to the inquiry request, inquiring the matched server information in the standardized server information stored in a lasting mode and returning the server information in a standardized format.
Preferably, the query analysis unit further comprises an information acquisition component, an information statistics component and an information display component;
the information acquisition component is used for acquiring key field information required by a user from each piece of persistently stored standardized server information;
the information statistics component is used for counting the key field information and storing the statistics result in a lasting mode;
the information display component is used for correspondingly generating a statistical chart based on the statistical result so as to display on an analysis page.
Preferably, the query analysis unit further comprises an anomaly alarm component;
the abnormal alarm component is used for carrying out abnormal analysis on the statistical result according to a preset rule and sending an alarm notification when abnormal.
According to the technical scheme, the server information management system provided by the embodiment of the application is composed of the server information acquisition module and the server information unification module. The server information acquisition module comprises an information acquisition unit, an information reporting unit and a program updating unit, wherein the information acquisition unit is used for acquiring hardware information, software information, system information, network information and environment information of a server through calling the server information acquisition program and carrying out formatting processing to generate standardized server information, the information reporting unit is used for reporting the standardized server information to the server information unifying module, and the program updating unit is used for updating and loading the server information acquisition program. The server information unifying module is used for receiving and storing the reported standardized server information and providing change records and inquiry functions for the server information. Therefore, the server information management system of the present application has the following advantages:
(1) By calling a standardized server information acquisition program, one program can acquire server information of multiple brands, models and environments, and the consumption of server information acquisition on server resources and the complexity of a server information acquisition mode are reduced;
(2) The flexible management and the efficient implementation of the information acquisition requirements of the server are realized through the unified updating mode and the task scheduling mode of the information acquisition program of the server, and the execution efficiency of the information acquisition requirements of the server is improved;
(3) The server information unified module is used for providing the functions of persistence storage and statistical analysis, so that the persistence storage of the server information is realized, various analysis and statistical works of the server information are completed, and the reliability and the observability of the server information data are improved;
(4) And through the change record and query functions provided by the server information unifying module, the efficiency of server information query analysis and change history backtracking is improved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required to be used in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only embodiments of the present application, and that other drawings can be obtained according to the provided drawings without inventive effort for a person skilled in the art.
Fig. 1 is a schematic structural diagram of a server information management system according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of an information acquisition unit according to an embodiment of the present application;
FIG. 3 is a flowchart illustrating a procedure for performing a program update by a periodic update component according to an embodiment of the present application;
FIG. 4 is a flowchart illustrating a program update process performed by an instruction update component according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of another server information management system according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present application, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
The following technical scheme is presented in the following description, and the specific reference is made to the following.
Fig. 1 is a schematic structural diagram of a server information management system according to an embodiment of the present application, and as shown in fig. 1, the system is composed of a server information acquisition module and a server information unification module.
The server information acquisition module comprises an information acquisition unit, an information reporting unit and a program updating unit;
the information acquisition unit is used for acquiring hardware information, software information, system information, network information and environment information of the server by calling a server information acquisition program and carrying out formatting processing to generate standardized server information;
the information reporting unit is used for reporting the standardized server information to the server information unifying module;
the program updating unit is used for updating and loading the server information acquisition program;
the server information unifying module is used for receiving and storing the reported standardized server information and providing change records and inquiry functions for the server information.
Specifically, the server information acquisition module can acquire hardware information, software information, system information, network information and environment information of the server through the information acquisition unit to generate standardized server information, and the information acquisition unit provides a standardized server information acquisition program to support various server brands and models. And the server information collecting module reports the standardized server information to the server information unifying module through an information reporting unit, the server information is collected and reported to the unified platform for persistent storage, and the server information unifying module is used for receiving and storing the reported standardized server information, providing change records and inquiry functions for the server information and supporting the operations of information inquiry display, change record inquiry analysis and the like through the server information unifying module. The program updating unit is used for updating and loading the server information acquisition program, and can update, stop, start and update and load acquisition tasks of the acquisition program by receiving external instructions in a mode of active triggering or periodic detection and the like.
Optionally, the server information acquisition module further comprises a task scheduling unit;
the task scheduling unit is used for scheduling the acquisition task and the reporting task so as to realize timing acquisition and timing reporting.
Specifically, the task scheduling unit may schedule the acquisition task and the reporting task according to the program configuration, so as to realize timing acquisition, on-demand acquisition and timing reporting, and the specific execution process includes:
(1) the task scheduling unit obtains acquisition tasks and reporting tasks which need to be executed by the process according to program configuration.
(2) The task scheduling unit performs timing execution on the acquisition task and the reporting task according to program configuration.
(3) The task scheduling unit receives the task acquisition instruction, executes the task acquisition according to the instruction content, and reports the output information to the appointed target through the reporting task.
According to the technical scheme, the server information management system provided by the embodiment of the application is composed of the server information acquisition module and the server information unification module. The server information acquisition module comprises an information acquisition unit, an information reporting unit and a program updating unit, wherein the information acquisition unit is used for acquiring hardware information, software information, system information, network information and environment information of a server through calling the server information acquisition program and carrying out formatting processing to generate standardized server information, the information reporting unit is used for reporting the standardized server information to the server information unifying module, and the program updating unit is used for updating and loading the server information acquisition program. The server information unifying module is used for receiving and storing the reported standardized server information and providing change records and inquiry functions for the server information. Therefore, the server information management system of the present application has the following advantages:
(1) By calling a standardized server information acquisition program, one program can acquire server information of multiple brands, models and environments, and the consumption of server information acquisition on server resources and the complexity of a server information acquisition mode are reduced;
(2) The flexible management and the efficient implementation of the information acquisition requirements of the server are realized through the unified updating mode and the task scheduling mode of the information acquisition program of the server, and the execution efficiency of the information acquisition requirements of the server is improved;
(3) The server information unified module is used for providing the functions of persistence storage and statistical analysis, so that the persistence storage of the server information is realized, various analysis and statistical works of the server information are completed, and the reliability and the observability of the server information data are improved;
(4) And through the change record and query functions provided by the server information unifying module, the efficiency of server information query analysis and change history backtracking is improved.
The information acquisition unit and the program update unit in the server information acquisition module are further described below.
Information acquisition unit:
fig. 2 is a schematic structural diagram of an information acquisition unit according to an embodiment of the present application.
As shown in fig. 2, the information acquisition unit includes a first acquisition component, a second acquisition component, a third acquisition component and a format processing component;
the first acquisition component is used for acquiring the environment information of the server through a server IPMA interface;
the second acquisition component is used for acquiring the hardware information, the system information and the network information of the server through the general system call of the server operating system;
the third acquisition component is used for acquiring software information of the server through a server specific system instruction;
the format processing component is used for formatting the hardware information, the software information, the system information, the network information and the environment information to generate standardized server information.
Specifically, the first collection component of the information collection unit may obtain, through an IPMI interface of the server, environmental information of the server, including, but not limited to, machine room information, a brand model of the server, a power state, a firmware version, and the like.
The second collection component of the information collection module unit can obtain hardware information, system information and network information of the server through general system call of the server operating system, including but not limited to CPU specification and number, memory specification and number, hard disk and raid specification and number, display card specification and number, network card specification and number, other various device specifications and number of the pc i slots, operating system and kernel version, etc.
The third collection component of the information collection module unit can obtain various software information operated by the server through specific system instructions on the server, including but not limited to the software name and version of the software installed by the server, the corresponding relation between the program operated in the system and the software installed by the server, etc
The format processing component of the information acquisition module unit can perform formatting processing on the obtained hardware information, software information, system information, network information and environment information, and output standardized server information.
Program updating unit:
the program updating unit comprises a period updating component and an instruction updating component;
the periodic updating component is used for periodically detecting the version of the server information acquisition program and updating the server information acquisition program based on the updating program file and the updating configuration file which are acquired from the server information unifying module;
the instruction updating component is used for responding to a program updating instruction and updating the server information acquisition program based on an updating program file and an updating configuration file which are acquired from the server information unifying module and correspond to the program updating instruction.
Specifically, the information acquisition module supports two updating modes of automatic updating and manual updating of the server information acquisition program, wherein the automatic updating refers to a mode that the periodic updating component periodically detects the version of the server information acquisition program to update, the manual updating refers to a mode that the instruction updating component responds to the program updating instruction to update, and the following two executing processes are specifically introduced respectively:
first, automatic update mode
As shown in fig. 3, the process of updating the server information collection program by the periodic updating component includes:
a1, when detecting that the version of the currently called server information acquisition program is not the latest version recorded by the server information unifying module in the periodical detection process, acquiring an update program file and an update configuration file of the latest version from the server information unifying module;
a2, ending the current running acquisition process of the information acquisition unit and stopping the calling of the information acquisition unit to the server information acquisition program;
a3, replacing and updating the server information acquisition program according to the update program file, and adjusting the configuration of the server information acquisition program according to the update configuration file;
and step A4, starting the information acquisition unit to call the server information acquisition program.
The periodic updating component periodically detects the version of the currently called server information acquisition program, when detecting that the version of the currently called server information acquisition program is not the latest version recorded by the server information unifying module, acquires the latest version of the update program file and the update configuration file from the server information unifying module, and ends the acquisition process of the information acquisition unit in the current running process, and stops the call of the information acquisition unit to the server information acquisition program. And then, replacing and updating the server information acquisition program according to the updated program file, adjusting the configuration of the server information acquisition program according to the updated configuration file, namely replacing the server information acquisition program with a new version program file, replacing the server information acquisition program with the new version program file, and starting an acquisition process by using the new version program file.
Second, manual update mode
As shown in fig. 4, the process of updating the server information collection program by the instruction updating component includes:
step B1, responding to the program update instruction, and acquiring an update program file and an update configuration file corresponding to the program update instruction from the server information unification module;
step B2, ending the current running acquisition process of the information acquisition unit and stopping the call of the information acquisition unit to the server information acquisition program;
step B3, replacing and updating the server information acquisition program according to the update program file, and adjusting the configuration of the server information acquisition program according to the update configuration file;
and step B4, starting the information acquisition unit to call the server information acquisition program.
The instruction updating component receives a program updating instruction from the server information unified platform, responds to the program updating instruction, acquires an updating program file and an updating configuration file corresponding to the program updating instruction from the server information unified module, finishes the current running acquisition process of the information acquisition unit, and stops the calling of the information acquisition unit to the server information acquisition program. And then, replacing and updating the server information acquisition program according to the updated program file, adjusting the configuration of the server information acquisition program according to the updated configuration file, namely replacing the server information acquisition program with a new version program file, replacing the server information acquisition program with the new version program file, and starting an acquisition process by using the new version program file.
Fig. 5 is a schematic structural diagram of another server information management system according to an embodiment of the present application.
In some embodiments of the present application, the server information unifying module of the server information management system is further described in conjunction with fig. 5, which may specifically include:
as shown in fig. 5, the server information unifying module includes an information processing unit, a change recording unit, and a query analysis unit.
The information processing unit is used for receiving the standardized server information reported by the server information acquisition module, uniformly processing the standardized server information and storing the standardized server information in a lasting manner;
the change recording unit is used for recording the change of the standardized server information;
the query analysis unit is used for providing a unified query analysis entry and querying server information.
Specifically, the information processing unit of the server information unifying module can perform unifying processing on standardized server information reported by the server information acquisition program and perform persistent storage. The change recording unit of the server information unifying module can record the change of the server information and perform persistent storage. The query analysis unit of the server information unifying module can provide a unified query analysis inlet, acquire server information and change records, and provide analysis functions such as statistics, searching, filtering and the like.
The information processing unit of the server information unifying module receives the standardized server information reported by the server information acquisition program, analyzes the data packet, checks the data, changes and detects the received standardized server information, and performs persistence storage after processing.
The change recording unit of the server information unifying module obtains the result of the change detection of the standardized server information and stores the part of the change detection in which the server information is changed for a lasting period.
The query analysis units of the server information unification module are further described below.
Query analysis unit:
the query analysis unit comprises a query condition component and an information query component;
the query condition component is used for acquiring a query condition input by a user and generating a query request according to fields in the query condition;
the information inquiry component is used for responding to the inquiry request, inquiring the matched server information in the standardized server information stored in a lasting mode and returning the server information in a standardized format.
Specifically, the query analysis unit provides a query entry, supporting a flexible query manner. The query entry branch provides a query entry box for a plurality of fields for a user to enter query conditions. The method comprises the steps that a user inputs query conditions in one or more input boxes of a query entry page, a query condition component obtains the query conditions input by the user, and a query request is generated according to fields in the query conditions. The information inquiry component supports simultaneous inquiry of a plurality of fields, returns results meeting all inquiry conditions, specifically, inquires the server information matched in the persistently stored standardized server information in response to an inquiry request, and returns the server information in a standardized format.
On the basis, the query analysis unit can also comprise an information acquisition component, an information statistics component and an information display component;
the information acquisition component is used for acquiring key field information required by a user from each piece of persistently stored standardized server information;
the information statistics component is used for counting the key field information and storing the statistics result in a lasting mode;
the information display component is used for correspondingly generating a statistical chart based on the statistical result so as to display on an analysis page.
Furthermore, the information processing unit may further include an abnormality alert component;
the abnormal alarm component is used for carrying out abnormal analysis on the statistical result according to a preset rule and sending an alarm notification when abnormal.
Finally, it is further noted that relational terms such as first and second, and the like are 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. Moreover, 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 one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
In the present specification, each embodiment is described in a progressive manner, and each embodiment is mainly described in a different point from other embodiments, and identical and similar parts between the embodiments are all enough to refer to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. The server information management system is characterized by comprising a server information acquisition module and a server information unification module;
the server information acquisition module comprises an information acquisition unit, an information reporting unit and a program updating unit;
the information acquisition unit is used for acquiring hardware information, software information, system information, network information and environment information of the server by calling a server information acquisition program and carrying out formatting processing to generate standardized server information;
the information reporting unit is used for reporting the standardized server information to the server information unifying module;
the program updating unit is used for updating and loading the server information acquisition program;
the server information unifying module is used for receiving and storing the reported standardized server information and providing change records and inquiry functions for the server information.
2. The system of claim 1, wherein the information acquisition unit comprises a first acquisition component, a second acquisition component, a third acquisition component, and a format processing component;
the first acquisition component is used for acquiring the environment information of the server through a server IPMA interface;
the second acquisition component is used for acquiring the hardware information, the system information and the network information of the server through the general system call of the server operating system;
the third acquisition component is used for acquiring software information of the server through a server specific system instruction;
the format processing component is used for formatting the hardware information, the software information, the system information, the network information and the environment information to generate standardized server information.
3. The system of claim 1, wherein the program update unit comprises a periodic update component and an instruction update component;
the periodic updating component is used for periodically detecting the version of the server information acquisition program and updating the server information acquisition program based on the updating program file and the updating configuration file which are acquired from the server information unifying module;
the instruction updating component is used for responding to a program updating instruction and updating the server information acquisition program based on an updating program file and an updating configuration file which are acquired from the server information unifying module and correspond to the program updating instruction.
4. The system of claim 3, wherein the process of updating the server information collection program by the periodic update component comprises:
when the periodical detection detects that the version of the currently called server information acquisition program is not the latest version recorded by the server information unified module, acquiring an update program file and an update configuration file of the latest version from the server information unified module;
ending the current running acquisition process of the information acquisition unit and stopping the calling of the information acquisition unit to the server information acquisition program;
replacing and updating the server information acquisition program according to the update program file, and adjusting the configuration of the server information acquisition program according to the update configuration file;
and starting the information acquisition unit to call the server information acquisition program.
5. The system of claim 3, wherein the process of updating the server information collection program by the instruction updating component comprises:
responding to the program update instruction, and acquiring an update program file and an update configuration file corresponding to the program update instruction from the server information unifying module;
ending the current running acquisition process of the information acquisition unit and stopping the calling of the information acquisition unit to the server information acquisition program;
replacing and updating the server information acquisition program according to the update program file, and adjusting the configuration of the server information acquisition program according to the update configuration file;
and starting the information acquisition unit to call the server information acquisition program.
6. The system of claim 1, wherein the server information acquisition module further comprises a task scheduling unit;
the task scheduling unit is used for scheduling the acquisition task and the reporting task so as to realize timing acquisition and timing reporting.
7. The system according to claim 1, wherein the server information unification module comprises an information processing unit, a change recording unit, and a query analysis unit;
the information processing unit is used for receiving the standardized server information reported by the server information acquisition module, uniformly processing the standardized server information and storing the standardized server information in a lasting manner;
the change recording unit is used for recording the change of the standardized server information;
the query analysis unit is used for providing a unified query analysis entry and querying server information.
8. The system of claim 7, wherein the query analysis unit comprises a query condition component and an information query component;
the query condition component is used for acquiring a query condition input by a user and generating a query request according to fields in the query condition;
the information inquiry component is used for responding to the inquiry request, inquiring the matched server information in the standardized server information stored in a lasting mode and returning the server information in a standardized format.
9. The system of claim 8, wherein the query analysis unit further comprises an information acquisition component, an information statistics component, and an information presentation component;
the information acquisition component is used for acquiring key field information required by a user from each piece of persistently stored standardized server information;
the information statistics component is used for counting the key field information and storing the statistics result in a lasting mode;
the information display component is used for correspondingly generating a statistical chart based on the statistical result so as to display on an analysis page.
10. The system of claim 9, wherein the query analysis unit further comprises an anomaly alert component;
the abnormal alarm component is used for carrying out abnormal analysis on the statistical result according to a preset rule and sending an alarm notification when abnormal.
CN202310817061.6A 2023-07-04 2023-07-04 Server information management system Pending CN116881077A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310817061.6A CN116881077A (en) 2023-07-04 2023-07-04 Server information management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310817061.6A CN116881077A (en) 2023-07-04 2023-07-04 Server information management system

Publications (1)

Publication Number Publication Date
CN116881077A true CN116881077A (en) 2023-10-13

Family

ID=88254139

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310817061.6A Pending CN116881077A (en) 2023-07-04 2023-07-04 Server information management system

Country Status (1)

Country Link
CN (1) CN116881077A (en)

Similar Documents

Publication Publication Date Title
US7194386B1 (en) Automated collection of information
CN110908641B (en) Visualization-based stream computing platform, method, device and storage medium
CN105512044A (en) Method and system for updating object base used for keyword drive test
CN111881221A (en) Method, device and equipment for customer portrait in logistics service
US20040205167A1 (en) Automatic configuration of performance management tools
WO2016178661A1 (en) Determining idle testing periods
CN114090378A (en) Custom monitoring and alarming method based on Kapacitor
CN113760677A (en) Abnormal link analysis method, device, equipment and storage medium
CN111061802B (en) Power data management processing method, device and storage medium
CN111459629A (en) Azkaban-based project operation method and device and terminal equipment
CN110717130A (en) Dotting method, dotting device, dotting terminal and storage medium
CN116881077A (en) Server information management system
CN114661569B (en) Dynamic buried point acquisition method for user behavior data
CN114385551B (en) Log time-sharing management method, device, equipment and storage medium
CN115525392A (en) Container monitoring method and device, electronic equipment and storage medium
CN113722141B (en) Method and device for determining delay reason of data task, electronic equipment and medium
CN116010388A (en) Data verification method, data acquisition server and data verification system
CN113377604B (en) Data processing method, device, equipment and storage medium
CN114020565A (en) Intelligent log collection processing method and device, electronic equipment and storage medium
CN110413496B (en) Method for realizing componentized collection of electronic license operation data
CN112764989A (en) Method for monitoring start-stop time of application service
CN106354620B (en) Resource monitoring method and system
CN111274090A (en) Job processing method, job processing apparatus, job processing medium, and electronic device
CN115941834B (en) Automatic operation method, device, equipment and storage medium of smart phone
CN117056175B (en) Data processing method, 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