CN118277188A - Information processing method, system and storage medium - Google Patents
Information processing method, system and storage medium Download PDFInfo
- Publication number
- CN118277188A CN118277188A CN202410021513.4A CN202410021513A CN118277188A CN 118277188 A CN118277188 A CN 118277188A CN 202410021513 A CN202410021513 A CN 202410021513A CN 118277188 A CN118277188 A CN 118277188A
- Authority
- CN
- China
- Prior art keywords
- information
- database
- server
- abnormal
- abnormal information
- 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
Links
- 230000010365 information processing Effects 0.000 title claims abstract description 32
- 238000003672 processing method Methods 0.000 title claims abstract description 18
- 230000002159 abnormal effect Effects 0.000 claims abstract description 68
- 238000012544 monitoring process Methods 0.000 claims abstract description 41
- 238000000034 method Methods 0.000 claims description 27
- 230000005856 abnormality Effects 0.000 claims description 15
- 238000004590 computer program Methods 0.000 claims description 7
- 238000004806 packaging method and process Methods 0.000 claims description 4
- 230000001960 triggered effect Effects 0.000 claims description 3
- 238000012423 maintenance Methods 0.000 abstract description 8
- 230000006870 function Effects 0.000 description 12
- 238000012545 processing Methods 0.000 description 8
- 238000001514 detection method Methods 0.000 description 3
- 238000010586 diagram Methods 0.000 description 3
- 230000005540 biological transmission Effects 0.000 description 2
- 238000004891 communication Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 239000004973 liquid crystal related substance Substances 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 2
- 230000001133 acceleration Effects 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000005484 gravity Effects 0.000 description 1
- 238000010295 mobile communication Methods 0.000 description 1
- 230000005236 sound signal Effects 0.000 description 1
- 238000010897 surface acoustic wave method Methods 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3003—Monitoring arrangements specially adapted to the computing system or computing system component being monitored
- G06F11/3006—Monitoring 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
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3051—Monitoring 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
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3089—Monitoring arrangements determined by the means or processing involved in sensing the monitored data, e.g. interfaces, connectors, sensors, probes, agents
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Computing Systems (AREA)
- Quality & Reliability (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Telephonic Communication Services (AREA)
Abstract
The application discloses an information processing method, an information processing system and a storage medium, wherein the information processing method comprises the following steps: collecting abnormal information of a monitored server; storing the abnormal information into a database; and sending the abnormal information stored in the database to a monitoring terminal according to a preset time interval. The whole information processing flow of the embodiment of the application is independent of the business flow in the monitored server, does not influence business data, and reduces maintenance cost and risk.
Description
Technical Field
The present application relates to the field of information processing technologies, and in particular, to an information processing method, an information processing system, and a storage medium.
Background
With the continuous development of the internet, the distributed system under the micro-service framework is increasingly widely used. In this case, it is increasingly difficult to know and locate the server anomaly information in time.
Disclosure of Invention
The embodiment of the application provides an information processing method, an information processing system and a storage medium, which are used for solving the problem that the prior art is difficult to know and locate abnormal information of a distributed server in time.
In a first aspect, there is provided an information processing method including:
Collecting abnormal information of a monitored server;
storing the abnormal information into a database;
And sending the abnormal information stored in the database to a monitoring terminal according to a preset time interval.
In a second aspect, there is provided an information processing system comprising:
the collecting module is used for collecting abnormal information of the monitored server;
the storage module is used for storing the abnormal information into a database;
and the sending module is used for sending the abnormal information stored in the database to the monitoring terminal according to a preset time interval.
In a third aspect, an electronic device is provided, comprising:
a memory having a computer program stored thereon;
A processor for executing the computer program in the memory to implement the steps of the method of the first aspect.
In a fourth aspect, a storage medium is provided, on which a computer program is stored, characterized in that the program, when being executed by a processor, implements the steps of the method according to the first aspect.
In the embodiment of the application, firstly, the abnormal information of the monitored server is collected, then the abnormal information is stored in the database, and finally, the abnormal information stored in the database is sent to the monitoring terminal according to the preset time interval. The whole information processing flow of the embodiment of the application is independent of the business flow in the monitored server, does not influence business data, reduces maintenance cost and risk, and solves the problem that the monitored server cannot timely know internal abnormality and thus cannot timely process the risk.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this specification, illustrate embodiments of the application and together with the description serve to explain the application and do not constitute a limitation on the application. In the drawings:
FIG. 1 is a flow chart of an information processing method provided by an embodiment of the present application;
FIG. 2 is a schematic diagram of an information handling system provided by an embodiment of the present application;
fig. 3 is a block diagram of an electronic device 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 fully with reference to the accompanying drawings, in which it is evident that the embodiments described are some, but not all embodiments of the application. 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 terms first, second and the like in the description and in the claims, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that embodiments of the application may be practiced otherwise than as specifically illustrated or described herein. Furthermore, in the description and claims, "and/or" means at least one of the connected objects, and the character "/", generally means that the associated object is an "or" relationship.
The following describes in detail an information processing method, system and storage medium provided by the embodiment of the present application through specific embodiments and application scenarios thereof with reference to the accompanying drawings.
Fig. 1 is a flowchart of an information processing method according to an embodiment of the present application. As shown in fig. 1, the information processing method may include: content shown in S101 to S103.
In S101, anomaly information of the monitored server is collected.
Wherein the anomaly information may include known anomaly information and unknown anomaly information.
In this embodiment, by using the application service processing layer, springAOP may be used to collect the known anomaly information and the unknown anomaly information of the monitored server.
In S102, the abnormality information is stored in the database.
In this embodiment, the above collected information may be transmitted to the information management server by using kafka, and the information management server may perform unified management on all the collected information, for example, information classification, information query, information storage, etc., that is, the collected abnormal information may be stored in the database by the information management server.
In S103, the abnormality information stored in the database is transmitted to the monitoring terminal at preset time intervals.
That is, the stored abnormal information is uniformly sent to the monitoring terminal according to the specified time interval, so that operation and maintenance personnel can conveniently check the abnormal information.
The preset time interval may be 20 minutes or one hour, and may be determined according to the number of abnormal information generated by the monitored server, or may be determined according to the number of the monitored servers, or may be determined according to other situations, which is not limited in particular.
It should be noted that, the abnormal data may be sent to the monitoring terminal in a mail form, or may be sent to the monitoring terminal in a short message form, specifically may be determined according to the type of the monitoring terminal, and the embodiment of the present application is not limited.
In the embodiment of the application, firstly, the abnormal information of the monitored server is collected, then the abnormal information is stored in the database, and finally, the abnormal information stored in the database is sent to the monitoring terminal according to the preset time interval. The whole information processing flow of the embodiment of the application is independent of the business flow in the monitored server, does not influence business data, reduces maintenance cost and risk, and solves the problem that the monitored server cannot timely know internal abnormality and thus cannot timely process the risk.
In one possible embodiment of the present application, collecting anomaly information of the monitored server may include: monitoring a monitored server, and collecting abnormal information under the condition that abnormal information is monitored, wherein the abnormal information comprises known abnormal information and unknown abnormal information.
The monitored server may be an order server, that is, a server for ordering by the user, or may be other servers, specifically, based on practical application.
In the embodiment of the application, springAOP is used for monitoring the monitored server at an application service processing layer, and then known abnormal information and unknown abnormal information are collected.
In one possible embodiment of the present application, storing the anomaly information to the database may include: transmitting the abnormal information to an information management server through a Kafka server; the anomaly information is stored to a database by an information management server.
In the embodiment of the application, the collected information can be transmitted to the information management server by using kafka, and the information management server can perform unified management on all the collected information, such as information classification, information query, information storage and the like, i.e. the collected abnormal information can be stored in the database by the information management server.
In one possible embodiment of the present application, the sending of the anomaly information stored in the database to the monitoring terminal at preset time intervals may include: setting a preset time interval through a timing server; triggering a timing task by using a timing server under the condition that each preset time interval is reached; and under the condition of triggering the timing task, the abnormal information stored in the database is sent to the monitoring terminal.
The monitoring terminal is a terminal for monitoring the monitored server, and can be checked through a webpage or through a short message page. The timing server is used for starting the thread, triggering information transmission and uniformly processing the information of the designated time interval.
That is, the stored abnormal information is uniformly sent to the monitoring terminal according to the specified time interval, so that operation and maintenance personnel can conveniently check the abnormal information.
The preset time interval may be 20 minutes or one hour, and may be determined according to the number of abnormal information generated by the monitored server, or may be determined according to the number of the monitored servers, or may be determined according to other situations, which is not limited in particular.
In the embodiment of the application, a preset time interval, for example, an hour, is set through the timing service, and the timing server triggers a timing task every hour, and abnormal information stored in the database is sent to the monitoring terminal, so that the operation and maintenance personnel can check the abnormal information conveniently.
In one possible embodiment of the present application, the sending of the anomaly information stored in the database to the monitoring terminal may include: packaging the abnormal information stored in the database; and calling a sending interface to send the packaged abnormal information to the monitoring terminal, wherein the sending interface can comprise a mail interface and a short message interface.
That is, the abnormal data may be sent to the monitoring terminal in a mail form, or may be sent to the monitoring terminal in a short message form, specifically, may be determined according to the type of the monitoring terminal, which is not limited by the embodiment of the present application.
The present application will be described in detail with reference to an order server, as follows.
First, a method for collecting information is determined, and a service layer of an order server places orders by placeAnOrder. Then use SpringAOP to configure placeAnOrder as an access point, snoop for exceptions and call the following informationDelivery method to collect information, or call the following informationDelivery method directly to collect and notify custom information at placeAnOrder. Defining an information release method informationDelivery, calling the Kafka server to release information, and supporting high throughput. Note that a new thread package needs to be started inside the method to prevent business data from being affected. The information management server is configured with subscription Kafka information, and the received information is stored in a database. And configuring a timing task which is triggered once every half hour at the timing server, triggering a calling information sending method MESSAGESENDING, mainly packaging notification information to be sent in the method, and calling a mail/short message interface to send information. And finally, browsing the login mailbox through a terminal such as a computer or a mobile phone, or checking the short message through the terminal such as the mobile phone, and timely processing system abnormality according to information prompt so as to avoid affecting other services.
Fig. 2 is a schematic diagram of an information processing system according to an embodiment of the present application. As shown in fig. 2, the information processing system may include: a collection module 201, a storage module 202 and a transmission module 203.
Wherein, the collecting module 201 is configured to collect abnormal information of the monitored server; a storage module 202 for storing the anomaly information to a database; and the sending module 203 is configured to send the abnormal information stored in the database to the monitoring terminal at preset time intervals.
In the embodiment of the present application, the collecting module 201 collects the abnormal information of the monitored server, the storing module 202 stores the abnormal information in the database, and the transmitting module 203 transmits the abnormal information stored in the database to the monitoring terminal according to the preset time interval. The whole information processing flow of the embodiment of the application is independent of the business flow in the monitored server, does not influence business data, reduces maintenance cost and risk, and solves the problem that the monitored server cannot timely know internal abnormality and thus cannot timely process the risk.
In one possible embodiment of the present application, the collecting module 201 is configured to: monitoring a monitored server; in the case of monitoring the abnormality information, the abnormality information is collected, the abnormality information including known abnormality information and unknown abnormality information.
In one possible embodiment of the present application, the storage module 202 is configured to: transmitting the abnormal information to an information management server through a Kafka server; the anomaly information is stored to a database by an information management server.
In one possible embodiment of the present application, the sending module 203 is configured to: setting a preset time interval through a timing server; triggering a timing task by using a timing server under the condition that each preset time interval is reached; and under the condition of triggering the timing task, the abnormal information stored in the database is sent to the monitoring terminal.
In one possible embodiment of the present application, the sending module 203 is configured to: packaging the abnormal information stored in the database; and calling a sending interface to send the packaged abnormal information to the monitoring terminal, wherein the sending interface comprises a mail interface and a short message interface.
The functions of the information processing system according to the present application have been described in detail in the method embodiment shown in fig. 1, so that the description of this embodiment is not exhaustive, and reference is made to the related description in the foregoing embodiment, which is not repeated here.
Fig. 3 is a schematic hardware structure of an electronic device implementing various embodiments of the present application.
The electronic device 300 includes, but is not limited to: radio frequency unit 301, network module 302, audio output unit 303, input unit 304, sensor 305, display unit 306, user input unit 307, interface unit 308, memory 309, processor 310, and power supply 311. Those skilled in the art will appreciate that the electronic device structure shown in fig. 3 does not constitute a limitation of the electronic device, and the electronic device may include more or fewer components than shown, or may combine certain components, or may have a different arrangement of components. In the embodiment of the application, the electronic equipment comprises, but is not limited to, a mobile phone, a tablet computer, a notebook computer, a palm computer, a vehicle-mounted terminal, a wearable device, a pedometer and the like.
Wherein the processor 310 may be configured to: collecting abnormal information of a monitored server; storing the abnormal information to a database; and sending the abnormal information stored in the database to the monitoring terminal according to the preset time interval.
In the embodiment of the application, firstly, the abnormal information of the monitored server is collected, then the abnormal information is stored in the database, and finally, the abnormal information stored in the database is sent to the monitoring terminal according to the preset time interval. The whole information processing flow of the embodiment of the application is independent of the business flow in the monitored server, does not influence business data, reduces maintenance cost and risk, and solves the problem that the monitored server cannot timely know internal abnormality and thus cannot timely process the risk.
It should be understood that, in the embodiment of the present application, the radio frequency unit 301 may be used to receive and send information or signals during a call, specifically, receive downlink data from a base station, and then process the downlink data with the processor 310; and, the uplink data is transmitted to the base station. Typically, the radio frequency unit 301 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier, a duplexer, and the like. In addition, the radio frequency unit 301 may also communicate with networks and other devices through a wireless communication system.
The electronic device provides wireless broadband internet access to the user through the network module 302, such as helping the user to send and receive e-mail, browse web pages, and access streaming media, etc.
The audio output unit 303 may convert audio data received by the radio frequency unit 301 or the network module 302 or stored in the memory 309 into an audio signal and output as sound. Also, the audio output unit 303 may also provide audio output (e.g., a call signal reception sound, a message reception sound, etc.) related to a specific function performed by the electronic device 300. The audio output unit 303 includes a speaker, a buzzer, a receiver, and the like.
The input unit 304 is used to receive an audio or video signal. The input unit 304 may include a graphics processor (Graphics Processing Unit, GPU) 3041 and a microphone 3042, the graphics processor 3041 processing image data of still pictures or video obtained by an image capturing device (e.g., a camera) in a video capturing mode or an image capturing mode. The processed image frames may be displayed on the display unit 306. The image frames processed by the graphics processor 3041 may be stored in the memory 309 (or other storage medium) or transmitted via the radio frequency unit 301 or the network module 302. The microphone 3042 may receive sound, and may be capable of processing such sound into audio data. The processed audio data may be converted into a format output that can be transmitted to the mobile communication base station via the radio frequency unit 301 in the case of a telephone call mode.
The electronic device 300 further comprises at least one sensor 305, such as a light sensor, a motion sensor, and other sensors. Specifically, the light sensor includes an ambient light sensor that can adjust the brightness of the display panel 3061 according to the brightness of ambient light, and a proximity sensor that can turn off the display panel 3061 and/or the backlight when the electronic device 300 is moved to the ear. As one of the motion sensors, the accelerometer sensor can detect the acceleration in all directions (generally three axes), and can detect the gravity and direction when stationary, and can be used for recognizing the gesture of the electronic equipment (such as horizontal and vertical screen switching, related games, magnetometer gesture calibration), vibration recognition related functions (such as pedometer and knocking), and the like; the sensor 305 may further include a fingerprint sensor, a pressure sensor, an iris sensor, a molecular sensor, a gyroscope, a barometer, a hygrometer, a thermometer, an infrared sensor, etc., which are not described herein.
The display unit 306 is used to display information input by a user or information provided to the user. The display unit 306 may include a display panel 3061, and the display panel 3061 may be configured in the form of a Liquid crystal display (Liquid CRYSTAL DISPLAY, LCD), an Organic Light-Emitting Diode (OLED), or the like.
The user input unit 307 may be used to receive input numeric or character information and to generate key signal inputs related to user settings and function control of the electronic device. Specifically, the user input unit 307 includes a touch panel 3071 and other input devices 3072. The touch panel 3071, also referred to as a touch screen, may collect touch operations thereon or thereabout by a user (e.g., operations of the user on the touch panel 3071 or thereabout the touch panel 3071 using any suitable object or accessory such as a finger, stylus, or the like). The touch panel 3071 may include two parts, a touch detection device and a touch controller. The touch detection device detects the touch azimuth of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch detection device, converts the touch information into touch point coordinates, sends the touch point coordinates to the processor 310, and receives and executes commands sent by the processor 310. In addition, the touch panel 3071 may be implemented in various types such as resistive, capacitive, infrared, and surface acoustic wave. The user input unit 307 may include other input devices 3072 in addition to the touch panel 3071. Specifically, other input devices 3072 may include, but are not limited to, a physical keyboard, function keys (e.g., volume control keys, switch keys, etc.), a trackball, a mouse, and a joystick, which are not described in detail herein.
Further, the touch panel 3071 may be overlaid on the display panel 3061, and when the touch panel 3071 detects a touch operation thereon or thereabout, the touch operation is transmitted to the processor 310 to determine a type of touch event, and then the processor 310 provides a corresponding visual output on the display panel 3061 according to the type of touch event. Although in fig. 3, the touch panel 3071 and the display panel 3061 are two independent components for implementing the input and output functions of the electronic device, in some embodiments, the touch panel 3071 and the display panel 3061 may be integrated to implement the input and output functions of the electronic device, which is not limited herein.
The interface unit 308 is an interface to which an external device is connected to the electronic apparatus 300. For example, the external devices may include a wired or wireless headset port, an external power (or battery charger) port, a wired or wireless data port, a memory card port, a port for connecting a device having an identification module, an audio input/output (I/O) port, a video I/O port, an earphone port, and the like. The interface unit 308 may be used to receive input (e.g., data information, power, etc.) from an external device and transmit the received input to one or more elements within the electronic apparatus 300 or may be used to transmit data between the electronic apparatus 300 and an external device.
Memory 309 may be used to store software programs as well as various data. The memory 309 may mainly include a storage program area that may store an operating system, application programs required for at least one function (such as a sound playing function, an image playing function, etc.), and a storage data area; the storage data area may store data (such as audio data, phonebook, etc.) created according to the use of the handset, etc. In addition, memory 309 may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid-state storage device.
The processor 310 is a control center of the electronic device, connects various parts of the entire electronic device using various interfaces and lines, and performs various functions of the electronic device and processes data by running or executing software programs and/or modules stored in the memory 309, and calling data stored in the memory 309, thereby performing overall monitoring of the electronic device. Processor 310 may include one or more processing units; preferably, the processor 310 may integrate an application processor that primarily handles operating systems, user interfaces, applications, etc., with a modem processor that primarily handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into the processor 310.
The electronic device 300 may also include a power supply 311 (e.g., a battery) for powering the various components, and preferably the power supply 311 may be logically coupled to the processor 310 via a power management system that performs functions such as managing charge, discharge, and power consumption.
In addition, the electronic device 300 includes some functional modules, which are not shown, and will not be described herein.
Preferably, embodiments of the present application also provide an electronic device comprising a memory 309, on which a computer program is stored; the processor 310 is configured to execute the computer program in the memory 309 to implement the processes of the above-mentioned embodiments of the information processing method, and achieve the same technical effects, and for avoiding repetition, the description is omitted herein.
The embodiment of the application also provides a storage medium, on which a computer program is stored, which when executed by a processor, implements the processes of the above-described embodiments of the information processing method, and can achieve the same technical effects, so that repetition is avoided, and no further description is given here. Wherein the computer readable storage medium is selected from Read-Only Memory (ROM), random access Memory (Random Access Memory, RAM), magnetic disk or optical disk.
It should be noted that, in this document, 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.
From the above description of the embodiments, it will be clear to those skilled in the art that the above-described embodiment method may be implemented by means of software plus a necessary general hardware platform, but of course may also be implemented by means of hardware, but in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present application may be embodied essentially or in a part contributing to the prior art in the form of a software product stored in a storage medium (e.g. ROM/RAM, magnetic disk, optical disk) comprising instructions for causing a terminal (which may be a mobile phone, a computer, a server, an air conditioner, or a network device, etc.) to perform the method according to the embodiments of the present application.
The embodiments of the present application have been described above with reference to the accompanying drawings, but the present application is not limited to the above-described embodiments, which are merely illustrative and not restrictive, and many forms may be made by those having ordinary skill in the art without departing from the spirit of the present application and the scope of the claims, which are to be protected by the present application.
Claims (10)
1. An information processing method, characterized by comprising:
Collecting abnormal information of a monitored server;
storing the abnormal information into a database;
And sending the abnormal information stored in the database to a monitoring terminal according to a preset time interval.
2. The information processing method according to claim 1, wherein the collecting anomaly information of the monitored server includes:
monitoring the monitored server;
In the case of monitoring anomaly information, the anomaly information is collected, the anomaly information including known anomaly information and unknown anomaly information.
3. The information processing method according to claim 1, wherein the storing the abnormality information to a database includes:
Transmitting the abnormal information to an information management server through a Kafka server;
and storing the abnormal information to a database through an information management server.
4. The information processing method according to claim 3, wherein the transmitting the abnormality information stored in the database to the monitor terminal at a preset time interval includes:
Setting a preset time interval through a timing server;
Triggering a timing task by using the timing server under the condition that each preset time interval is reached;
And under the condition that the timing task is triggered, the abnormal information stored in the database is sent to the monitoring terminal.
5. The information processing method according to claim 4, wherein the transmitting the abnormality information stored in the database to the monitor terminal includes:
packaging the abnormal information stored in the database;
And calling a sending interface to send the packaged abnormal information to a monitoring terminal, wherein the sending interface comprises a mail interface and a short message interface.
6. An information processing system, comprising:
the collecting module is used for collecting abnormal information of the monitored server;
the storage module is used for storing the abnormal information into a database;
and the sending module is used for sending the abnormal information stored in the database to the monitoring terminal according to a preset time interval.
7. The information handling system of claim 6, wherein the collection module is configured to:
monitoring the monitored server;
In the case of monitoring anomaly information, the anomaly information is collected, the anomaly information including known anomaly information and unknown anomaly information.
8. The information handling system of claim 6, wherein the memory module is configured to:
Transmitting the abnormal information to an information management server through a Kafka server;
and storing the abnormal information to a database through an information management server.
9. The information handling system of claim 8, wherein the transmitting module is configured to:
Setting a preset time interval through a timing server;
Triggering a timing task by using the timing server under the condition that each preset time interval is reached;
And under the condition that the timing task is triggered, the abnormal information stored in the database is sent to the monitoring terminal.
10. A storage medium having stored thereon a computer program, which when executed by a processor performs the steps of the method according to any of claims 1-5.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202410021513.4A CN118277188A (en) | 2024-01-05 | 2024-01-05 | Information processing method, system and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202410021513.4A CN118277188A (en) | 2024-01-05 | 2024-01-05 | Information processing method, system and storage medium |
Publications (1)
Publication Number | Publication Date |
---|---|
CN118277188A true CN118277188A (en) | 2024-07-02 |
Family
ID=91636805
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202410021513.4A Pending CN118277188A (en) | 2024-01-05 | 2024-01-05 | Information processing method, system and storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN118277188A (en) |
-
2024
- 2024-01-05 CN CN202410021513.4A patent/CN118277188A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN111143005B (en) | Application sharing method, electronic equipment and computer readable storage medium | |
CN107580147B (en) | Management method of notification message and mobile terminal | |
CN111124569B (en) | Application sharing method, electronic device and computer readable storage medium | |
CN111309205B (en) | Application sharing method, first electronic device and computer-readable storage medium | |
CN111064654A (en) | Message display method and electronic equipment | |
CN113238868B (en) | Task processing method, device, server, equipment, system and storage medium | |
CN111131607A (en) | Information sharing method, electronic equipment and computer readable storage medium | |
CN110888705A (en) | Method for processing unread message corner mark and electronic equipment | |
CN108009031B (en) | Application program control method and mobile terminal | |
CN111309390A (en) | Method for acquiring configuration information and electronic equipment | |
CN108063869B (en) | Safety early warning method and mobile terminal | |
CN110995924A (en) | Account management method and electronic equipment | |
CN108093119B (en) | Strange incoming call number marking method and mobile terminal | |
CN111310165B (en) | Account switching or registering method and electronic equipment | |
CN109218082A (en) | A kind of network configuration parameters processing method, device and equipment | |
CN111443847B (en) | Push message processing method and electronic equipment | |
CN111159738B (en) | Authority configuration method, application login method and device | |
CN110471808B (en) | Pressure key detection method and device and mobile terminal | |
CN110489657B (en) | Information filtering method and device, terminal equipment and storage medium | |
CN109508425B (en) | Setting item recommendation method and terminal equipment | |
CN109660657B (en) | Application program control method and device | |
CN111475141B (en) | Method and device for generating list and electronic equipment | |
CN111045588B (en) | Information viewing method and electronic equipment | |
CN112363895B (en) | System fault positioning method and device and electronic equipment | |
CN118277188A (en) | Information processing method, system and storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination |