WO2023246698A1 - Procédé d'acquisition de journal d'élément de réseau, dispositif, et support de stockage lisible par ordinateur - Google Patents

Procédé d'acquisition de journal d'élément de réseau, dispositif, et support de stockage lisible par ordinateur Download PDF

Info

Publication number
WO2023246698A1
WO2023246698A1 PCT/CN2023/101073 CN2023101073W WO2023246698A1 WO 2023246698 A1 WO2023246698 A1 WO 2023246698A1 CN 2023101073 W CN2023101073 W CN 2023101073W WO 2023246698 A1 WO2023246698 A1 WO 2023246698A1
Authority
WO
WIPO (PCT)
Prior art keywords
log
station
log collection
network management
task
Prior art date
Application number
PCT/CN2023/101073
Other languages
English (en)
Chinese (zh)
Inventor
陆良语
徐琰
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2023246698A1 publication Critical patent/WO2023246698A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04BTRANSMISSION
    • H04B7/00Radio transmission systems, i.e. using radiation field
    • H04B7/14Relay systems
    • H04B7/15Active relay systems
    • H04B7/185Space-based or airborne stations; Stations for satellite systems
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04BTRANSMISSION
    • H04B7/00Radio transmission systems, i.e. using radiation field
    • H04B7/14Relay systems
    • H04B7/15Active relay systems
    • H04B7/185Space-based or airborne stations; Stations for satellite systems
    • H04B7/1851Systems using a satellite or space-based relay
    • H04B7/18519Operations control, administration or maintenance
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/02Standardisation; Integration
    • H04L41/0246Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/069Management of faults, events, alarms or notifications using logs of notifications; Post-processing of notifications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/04Processing captured monitoring data, e.g. for logfile generation

Definitions

  • This application relates to but is not limited to the field of satellite communication technology, and in particular, to a network element log collection method, equipment and computer-readable storage medium.
  • Satellite communication systems include communication satellites, ground master stations, and end stations installed on aircraft, marine vessels, or vehicles. In remote areas and ocean areas that are difficult to cover with conventional mobile communications, satellite communication systems use communication satellites as relay stations for forwarding. Radio waves are therefore not restricted by geographical conditions and have unique advantages.
  • log collection is an important means to analyze the operating status of the end stations and locate end station operation faults.
  • the current log collection method usually involves configuring network management equipment to centrally manage log collection. For example, through the set HTTP (Hyper Text Transfer Protocol, Hypertext Transfer Protocol) communication protocol, the network management device and the end station interact directly.
  • HTTP Hyper Text Transfer Protocol
  • Hypertext Transfer Protocol Hypertext Transfer Protocol
  • this log collection method is susceptible to the maximum HTTP between the network management device and the end station. Due to the limit on the number of connections, the collection efficiency is low in scenarios where large batches of end-station logs are collected.
  • Embodiments of the present application provide a network element log collection method, device and computer-readable storage medium.
  • embodiments of the present application provide a method for collecting network element logs, which is applied to a network management device that communicates with multiple end stations through a master station.
  • the method includes: generating a log collection task; The log collection task is sent to the main station, so that the main station distributes the log collection task to the target end station corresponding to the log collection task; wherein the target end station is one of the end stations.
  • One or more Obtain the log file uploaded by the main station, wherein the log file is collected by the target end station according to the log collection task.
  • embodiments of the present application also provide a method for collecting network element logs, which is applied to a master station.
  • the master station communicates with a network management device and multiple end stations respectively.
  • the method includes: receiving the network management device and a plurality of end stations.
  • embodiments of the present application also provide a method for collecting network element logs, which is applied to an end station.
  • the end station communicates with a network management device through a master station.
  • the method includes: receiving a log sent by the master station.
  • a log collection task wherein the log collection task is sent to the main station by the network management device; log files are collected according to the log collection task, and the log files are sent to the main station.
  • inventions of the present application also provide a network element log collection method, which is applied to a network element log collection system.
  • the network element log collection system includes a network management device, a master station and an end station.
  • the network management device Through the main station communicating with multiple end stations, the method includes: the network management device generates a log collection task and sends the log collection task to the main station; the main station receives the Log collection task, and send the log collection task to the corresponding target end station, wherein the target end station is one or more of the end stations; the target end station receives the information issued by the main station
  • the log collection task and collects log files according to the log collection task, and sends the log files to the main station; the main station receives the log files sent by the target terminal station, and sends the log files to the main station.
  • the log file is uploaded to the network management device; the network management device obtains the log file uploaded by the main station.
  • embodiments of the present application also provide a network element log collection device, including: a memory, a processor, and a computer program stored in the memory and executable on the processor.
  • the processor runs the computer program.
  • embodiments of the present application further provide a computer-readable storage medium storing computer-executable instructions for executing the first aspect, the second aspect, the third aspect, and the fourth aspect.
  • Figure 1 is a communication schematic diagram of the satellite communication system according to the embodiment of the present application.
  • Figure 2 is a schematic diagram of the network structure of the satellite communication system according to the embodiment of the present application.
  • Figure 3 is a terminal station log collection architecture diagram of the satellite communication system according to the embodiment of the present application.
  • Figure 4 is a schematic flowchart of the network management device side of the network element log collection method according to the embodiment of the present application.
  • Figure 5 is a schematic flow chart of generating a log collection task according to an embodiment of the present application.
  • Figure 6 is a schematic flow chart of downloading log files according to the embodiment of the present application.
  • Figure 7 is a schematic flowchart of the master station side of the network element log collection method according to the embodiment of the present application.
  • Figure 8 is a schematic flowchart of uploading log files according to the embodiment of the present application.
  • Figure 9 is a schematic flowchart of re-issuing a log collection task according to an embodiment of the present application.
  • Figure 10 is a schematic flow chart of the end station side of the network element log collection method according to the embodiment of the present application.
  • Figure 11 is a schematic flow chart of sending log files according to the embodiment of the present application.
  • Figure 12 is a schematic flow chart of the system side of the network element log collection method according to the embodiment of the present application.
  • Figure 13 is an overall flow diagram of the network element log collection method according to the embodiment of the present application.
  • the existing satellite communication system mainly includes communication satellites, a main station system (referred to as the main station) and an end station system (referred to as the end station).
  • the main station is installed on the ground, and the end station is installed on an aircraft, ocean ship or on the vehicle.
  • the end station In order to analyze the operating status of the end station and locate the end station when the end station fails, it is usually necessary to collect the log files of the end station.
  • a satellite communication system contains at least one set of master stations.
  • the master station is mainly responsible for modulating and demodulating satellite signals, connecting to the operator's fixed network, forwarding and processing end station business data requests, etc.
  • Each set of master stations can support different configurations according to its configuration capacity. Communication for 500 to 5000 end stations.
  • For the end station it is mainly responsible for modulating and demodulating satellite signals, covering user mobile terminals through wifi (Wireless Fidelity, wireless fidelity), and forwarding business data requests from mobile APP (Application, application) and other software.
  • the satellite communication system is also equipped with network management equipment (referred to as network management).
  • the satellite communication system mainly monitors the status of at least one end station through the network management, generates a list to be collected based on the monitored end station status, and targets The end station status of the list to be collected automatically completes the collection of log files.
  • Monitoring the status of end stations through network management has the following defects:
  • the network administrator directly uses HTTP (Hypertext Transfer Protocol) to communicate directly with the end station.
  • HTTP Hypertext Transfer Protocol
  • the network administrator uses the maximum concurrency number of HTTP to achieve a higher rate of log collection, making it easier to Limited by the number of HTTP connections, the collection efficiency cannot be further improved.
  • the network management method is mainly used to compare the end station log file information to avoid repeated downloading of the end station log files.
  • this method requires frequent information exchange between the network management and the end station. In large quantities of end stations, In the scenario of website log collection, it will cause a lot of traffic overhead for non-data services.
  • the resources of the satellite communication system are not fully utilized, and network management can easily become the bottleneck of the satellite communication system.
  • the log collection process is controlled by the network management.
  • the hardware configuration of the network management itself will easily become a bottleneck in improving log collection efficiency.
  • embodiments of the present application provide a network element log collection method, which can effectively improve the log collection efficiency of end stations and reduce the concurrency of network management equipment.
  • embodiments of the present application provide a network element log collection method, which is applied to network management equipment.
  • the network management equipment communicates with multiple end stations through the main station.
  • the method includes but is not limited to the following steps:
  • Step S100 generate a log collection task
  • Step S110 send the log collection task to the main station, so that the main station distributes the log collection task to the target end station corresponding to the log collection task; wherein the target end station is one or more of the end stations;
  • Step S120 Obtain the log files uploaded by the main station, where the log files are collected by the target end station according to the log collection task.
  • the embodiments of this application are applied to network management equipment, communicating with multiple end stations through the main station, generating log collection tasks and sending the log collection tasks to the main station, thereby causing the main station to distribute the log collection tasks to the corresponding log collection tasks.
  • the target end station implements the issuance of collection tasks.
  • network management equipment does not need to use HTTP to communicate directly with the end station. Instead, it issues log collection tasks through the main station and hands over interactive tasks to the main station.
  • the main station and the end station In terms of number of interactions, there are more master stations than network management devices. Therefore, the communication resources of the master stations can be fully utilized to improve log collection efficiency. Moreover, because the network management devices no longer use HTTP to directly interact with the end stations, network management is reduced.
  • the network management device does not need to interact frequently with the end station. Instead, it sends the log collection task to the main station, and then the main station sends it to the end station. Then the main station and the end station interact, and finally the main station uploads the successfully collected log files to the network management device, thereby reducing the frequency of interaction with the network management device, reducing traffic overhead, and making full use of the management capabilities of the main station;
  • the network management equipment issues log collection tasks through the main station.
  • the end station collects log files on its own according to the log collection tasks.
  • the main station and the end station interact, and the main station uploads the log files to the network management equipment.
  • generating a log collection task includes but is not limited to the following steps:
  • Step S101 Obtain log collection requirements corresponding to the target end station, and generate log collection tasks according to the log collection requirements.
  • the embodiment of this application uses the network management device to collect the user's log collection requirements for a certain end station or a group of end stations, and creates a log collection task based on the master station to which the end station belongs. That is to say, the user can learn from the network management device the main station and end station configured by the network management device.
  • the network management device has a display function, and the user can learn relevant information from the display page.
  • obtaining the log file uploaded by the main site includes but is not limited to the following steps:
  • Step S121 Download the log file from the server, where the log file is uploaded to the server by the main station.
  • the main station uploads the successfully received log file of the end station to the server.
  • the server communicates with the main station through File Transfer Protocol.
  • the network management device is set as the client, and the satellite communication system is set with The server communicates with the client.
  • the server can be understood as a server, and the client can be a mobile terminal device or a non-mobile terminal device.
  • Mobile terminal devices can be mobile phones, tablets, laptops, PDAs, vehicle-mounted terminal devices, wearable devices, super mobile personal computers, netbooks, personal digital assistants, CPE, UFI (wireless hotspot equipment), etc.; non-mobile terminal devices can It is a personal computer, a television, a teller machine or a self-service machine, etc., and is not specifically limited in the embodiments of this application.
  • the network element log collection method in the embodiment of the present application transfers the business control and calculation of end station log collection from the network management device to the underlying end station, and the end station calculates when to upload the log file according to its own situation. It can be further set to avoid busy business periods and select which files to upload. This can avoid repeated uploads and save traffic.
  • the calculations that were originally concentrated on the end stations of the network management equipment can be split to each end station, making full use of The computing resources of each terminal station and this distributed architecture make the entire satellite communication system more stable and efficient.
  • an embodiment of the present application provides a method for collecting network element logs, which is applied to the main station.
  • the main station communicates with the network management device and multiple end stations respectively.
  • the method includes but is not limited to the following steps:
  • Step S200 Receive the log collection task sent by the network management device
  • Step S210 Send the log collection task to the corresponding target end station, where the target end station is one or more of the end stations;
  • Step S220 Receive the log files collected by the target end station according to the log collection task.
  • the main station receives the log collection task sent by the network management device, and sends the log collection task to the corresponding target end station.
  • the target end station collects the log files according to the log collection task and sends them to the main station. .
  • the master station communicates with the network management device and multiple end stations respectively to implement the network element log collection method.
  • the main station undertakes the related operations of distributing log collection tasks from network management equipment, so that the network management equipment does not need to use HTTP to communicate directly with the end station, but issues collection tasks through the main station and The interactive task is sent to the end station, and the main station interacts with the end station.
  • the main station is more than the network management equipment, so the communication resources of the main station can be fully utilized to improve the log collection efficiency, and because of the network
  • the management device no longer uses HTTP to directly interact with the end station, but the main station and the end station interact directly, which reduces the concurrent amount of data transmitted by HTTP per unit time of the network management device and saves the limited thread resources of the network management device;
  • the main station receives the log collection task sent by the network management device, and delivers the collection task to the end station, and then the main station and the end station interact.
  • the main station uploads the successfully collected log file to the network management device, thereby reducing It reduces the frequency of interaction between network management equipment, reduces traffic overhead, and makes full use of the management capabilities of the main station; thirdly, the main station receives the log collection tasks issued by the network management equipment, and the main station then sends the log collection tasks to The end station collects log files on its own according to the log collection tasks. The main station interacts with the end station, and the main station uploads the log files to the network management device. This process makes full use of the network management equipment, the main station and the end station. The resources of the station and the entire satellite communication system are utilized. While the concurrent processing capability of the network management equipment remains unchanged, the management capacity of the network management equipment is improved and the hardware configuration of the network management equipment itself is avoided from becoming a commission log collection Efficiency bottleneck improves the efficiency of log collection.
  • the method includes but is not limited to the following steps:
  • Step S230 Upload the log file to the server so that the network management device downloads the log file from the server.
  • the network management device queries the end station log collection progress returned by each master station, and downloads the log files of the end stations that have completed the log collection task from the server.
  • the supplementary mining mechanism is set on the side of the network management equipment, which will occupy the resources of the network management itself, thereby affecting the normal operation of other services.
  • the network management device side automatically re-collects the mechanism.
  • the network management device automatically re-initiates a log collection process.
  • the satellite communication link is unstable, it will cause The network management equipment frequently performs supplementary collection of terminal logs, occupying a large amount of thread resources and affecting the normal operation of other services of the network management equipment.
  • the method includes but is not limited to the following steps:
  • Step S240 obtain the end station information of the target end station that failed to collect, and put the end station information into the supplementary acquisition queue;
  • Step S250 Resend the log collection task to the target end station according to the supplementary acquisition queue, where the target end station corresponds to the supplementary acquisition queue.
  • the failure to collect log files is usually caused by poor communication when the log files of the end station are transmitted to the main station. Because the end station and the main station communicate through communication satellites, if there is signal interference, based on the communication Satellite wireless communications may be interrupted, causing file transfers to fail. When the file transfer fails, the end station will send the end station information of the failed collection to the main station, and the main station will resend the log collection task based on the end station information.
  • the end station itself can also be configured to re-transmit the log file. For example, when the end station itself recognizes that the file transmission fails, it will transmit the log file again, and there is no need for the main station to issue the log collection task again. It should be noted that the end station and the main station can also handle the log file transmission failure through further cooperation. For example, the end station itself configures the function of re-transmission after failed collection, and the main station itself can also read the first log file. The log files uploaded once are used to determine which end station log file collection failed. The main station can set the waiting time to obtain the log files transmitted again by the end station. If the log file has not been obtained after the waiting time, the main station will judge The communication status is not good during this time period. Set an interval. After the interval, the master station sends the log collection task again to the end station where the collection task failed, thus avoiding the time period when the communication status is not good and invalid communication.
  • an embodiment of the present application provides a network element log collection method, which is applied to the end station.
  • the end station communicates with the network management device through the main station.
  • the method includes but is not limited to the following steps:
  • Step S300 Receive the log collection task issued by the main station, where the log collection task is sent to the main station by the network management device;
  • Step S310 Collect log files according to the log collection task and send the log files to the main station.
  • the end station receives the log collection task issued by the master station, and collects log files according to the log collection task.
  • the end station communicates with the main station respectively to implement the network element log collection method.
  • network management equipment does not need to use HTTP to communicate directly with the end station, but the end station and the main station interact directly, so that the network management equipment does not need to use HTTP to directly communicate with the end station, and It receives the log collection tasks issued by the master station through the end station.
  • the end stations are more than the network management equipment.
  • the communication resources of the master station and the end station can be fully utilized to improve the log collection efficiency, and because of the network management
  • the device no longer uses HTTP to directly interact with the end station, but the main station and the end station interact directly, which reduces the concurrent amount of data transmitted by HTTP per unit time of the network management device and saves the limited thread resources of the network management device;
  • the end station After the end station receives the log collection task issued by the main station, the end station will decide which file to upload. If the log file has not been updated, it will not be uploaded. This can avoid uploading the same log file repeatedly. Finally, the main station will upload the successfully collected log file.
  • the network management equipment For network management equipment, the network management equipment only needs to read the log files successfully uploaded by the main station once, thereby reducing the frequency of network management equipment interaction and reducing traffic overhead; thirdly, the end station performs logs on its own according to the log collection task After collecting files, the main station and the end station interact, and the main station uploads the log files to the network management equipment.
  • This process makes full use of the resources of the network management equipment, the main station and the end station, and the resources of the entire satellite communication system are With the utilization, while the concurrent processing capability of the network management equipment remains unchanged, the management capacity of the network management equipment is improved, and the hardware configuration of the network management equipment itself is avoided from becoming a bottleneck in the efficiency of commissioned log collection, and the efficiency of log collection is improved.
  • collecting log files according to the log collection task and sending the log files to the main station includes but is not limited to the following steps:
  • Step S311 Put the log collection task into the task queue. When the task queue is in the idle state, obtain local log information, compare the local log information with the task information in the log collection task, and obtain the comparison result;
  • Step S312 When the comparison result indicates that the local log information has been updated, the log file corresponding to the updated local log information is sent to the main station.
  • the end station compares the local log information and task information in the log file, determines whether the local log file has been updated, and transmits the updated log file to the main station through the media plane channel between the main end stations, and the unupdated log file No transfer takes place.
  • the local log information refers to the information contained in the log file itself.
  • the log file is updated by the end station, and the log file is used to record the operation events of the end station.
  • the log file of the end station is configured to be updated according to a set frequency, or the end station can also be configured to update the log file only when a fault event occurs.
  • an embodiment of the present application provides a network element log collection method, which is applied to a network element log collection system.
  • the network element log collection system includes a network management device, a master station and an end station.
  • the network management device passes all The main station communicates with multiple end stations, and the method includes but is not limited to the following steps:
  • Step S400 the network management device generates a log collection task and sends the log collection task to the main station;
  • Step S410 the main station receives the log collection task and sends the log collection task to the corresponding target end station, where the target end station is one or more of the end stations;
  • Step S420 The target end station receives the log collection task issued by the main station, collects log files according to the log collection task, and sends the log files to the main station;
  • Step S430 The main station receives the log file sent by the target end station and uploads the log file to the network management device;
  • Step S440 The network management device obtains the log file uploaded by the primary station.
  • the embodiment of the present application sets up a network element log collection system.
  • the network element log collection system includes a network management device, a master station and an end station.
  • the network management device communicates with a plurality of end stations through the master station to realize the network. Metalog collection method.
  • network management equipment does not need to use HTTP to communicate directly with end stations, but the main station and end stations interact directly, which can make full use of the communication resources of the main station and end stations and improve log collection efficiency.
  • the network management device no longer uses HTTP to interact directly with the end station, but the main station and the end station directly interact, it reduces the amount of data concurrency transmitted by HTTP per unit time of the network management device, saving the limited thread resources of the network management device.
  • the frequency of network management device interaction can be reduced, thereby reducing traffic overhead;
  • the end station collects log files by itself according to the log collection task, and the main station and The end station interacts with the master station and then uploads the log file to the network management device.
  • This process makes full use of the resources of the network management device, the master station and the end station.
  • the resources of the entire satellite communication system are utilized.
  • the management capacity of the network management device is increased, and the hardware configuration of the network management device itself is prevented from becoming a bottleneck in the efficiency of commissioned log collection, thus improving the efficiency of log collection.
  • the network element log collection method includes but is not limited to the following steps:
  • Step S500 The network management device summarizes task information, creates a log collection task and sends it to the corresponding master station;
  • Step S510 the main station distributes the log collection task to the corresponding end station
  • Step S520 The end station receives the log collection task and puts the collection task into the task queue
  • Step S530 The end station determines whether it is in a busy business state; when it is in a business idle state, execute step S540; when it is in a business busy state, it waits for business idleness;
  • Step S540 The end station compares local log information and task information
  • Step S550 The end station determines whether the log file has been updated; when the log file is updated, step S560 is executed; when the log file is not updated, the log file is not sent;
  • Step S560 the end station sends the log file to the main station
  • Step S570 the terminal station determines whether the transmission is successful; when the transmission is successful, step S580 is executed; when the transmission fails, the terminal station information contained in the terminal station that failed to send is placed in the supplementary acquisition queue;
  • Step S580 the main station uploads the diary file to the server
  • Step S590 The network management device downloads the log file.
  • the network management device When the network management device performs step S500, the network management device will summarize information according to the user's log collection requirements for a certain terminal station or a group of end stations. In one embodiment, if there are different log collection requirements for multiple users, it can also be It is summarized in the same log collection task, and each end station has a master station corresponding to the end station, that is, the end station is managed by the master station. Therefore, after selecting the end station, you can create logs Collect the task, and determine the master station corresponding to the log collection task, and then execute step S510. The master station distributes the task through the existing long-term keep-alive media plane channel between the master station and the end station, and delivers the task to the end station. stand.
  • step S520 after receiving the log collection task issued by the master station, the end station puts the log collection task into the task queue, and executes step S530 to determine its own business status. When the business is busy, it waits; In the idle state of the service, step S540 is executed.
  • step S540 the end station compares local log information with task information.
  • the local log information is the relevant information stated in the log file.
  • the end station determines whether the local log file has been updated through comparison.
  • step S560 is executed to transmit the updated log file to the main station through the media plane channel between the main end stations. Unupdated log files are not Make the transfer.
  • step S570 the end station will determine whether the log file is sent successfully.
  • step S580 is executed.
  • the master station will upload the successfully received end station log file to the server through the file transfer protocol, and collect the failed end station. Put them into the supplementary collection queue in the form of a list, and reissue the log collection task.
  • step S590 the network administrator queries the log collection progress of the end stations returned by each master station, and downloads the end station log files that have been completed in the log collection task from the server through the file transfer protocol.
  • the network element log collection method has the following effects by executing steps S500 to S590:
  • the end station By comparing the local log information and task information on the end station side, the end station itself decides which file to upload.
  • the network in the embodiment of the present application The metalog collection method not only saves the traffic overhead caused by network management equipment obtaining end-station log file information, but also avoids repeatedly uploading the same log file. Because in the related technology, every time the network management device communicates directly with the end station, the end station will also directly send the log file that has been saved by the network management device, resulting in a waste of traffic. Therefore, by avoiding direct interaction between communication satellites and end stations, the purpose of saving communication satellite traffic is achieved.
  • the method of task distribution through master station transfer can greatly reduce the amount of data concurrency of the network management device at the same time, and can effectively save limited thread resources. While the concurrent processing capability of the network management device remains unchanged, the The efficiency of network management equipment in collecting logs from end stations.
  • the network management device reduces the consumption of HTTP connections by issuing tasks.
  • HTTP Hyper Text Transfer Protocol
  • the number of HTTP connections of the network management equipment is usually thousands or even tens of thousands. Of course, the number of connections depends on the actual management scale of the network management, the HTTP connection number of the network management equipment The number of connections consumes a lot.
  • the network element log collection method in the embodiment of this application is After tasks are delivered to the main station, the consumption will be greatly reduced from thousands or tens of thousands to tens of levels. By reducing the number of connections, the stability of the network management equipment is improved, and the number of released connections can be For use by other services of network management equipment.
  • Network management equipment reduces the complexity of network management tasks and reduces the operating load of network management equipment through task delivery.
  • the comparison of local log information and task information on the network management device side is transferred to the end station side.
  • This distributed model makes full use of the computing resources of each end station and reduces the local logs of the network management device.
  • the information comparison process reduces the task complexity of the network management equipment, and further improves the stability of the network management equipment by reducing the complexity.
  • the network management equipment adopts the method of issuing supplementary acquisition tasks on the main station side. Even if the communication link of the communication satellite is unstable and a large number of end station log supplementary acquisitions occur in a short period of time, the supplementary acquisition will only be carried out on the main station side. Tasks will not occupy the threads and HTTP resources of the network management equipment, and will not affect the normal operation of other services of the network management equipment, once again improving the stability of the operation of the network management equipment.
  • the fourth aspect is to improve the stability of terminal station operation. After receiving the log collection task, the end station can decide when to upload log files based on whether its business is busy. This will not affect the normal operation of other data services of the end station, and the stability of the end station has been effectively improved.
  • this application also provides a network element log collection device, including: a memory, a processor, and a computer program stored in the memory and executable on the processor.
  • the processor runs the computer program, it executes One of the following:
  • a network element log collection method applied to a network element log collection system is a network element log collection method applied to a network element log collection system.
  • the processor and memory may be connected via a bus or other means.
  • memory can be used to store non-transitory software programs and non-transitory computer executable programs.
  • the memory may include high-speed random access memory and may also include non-transitory memory, such as at least one magnetic disk storage device, flash memory device, or other non-transitory solid-state storage device.
  • the memory may include memory located remotely from the processor, and the remote memory may be connected to the processor through a network. Examples of the above-mentioned networks include but are not limited to the Internet, intranets, local area networks, mobile communication networks and combinations thereof.
  • non-transient software programs and instructions required to implement the network element log collection method in the above embodiment are stored in the memory.
  • the network element log collection method in the above embodiment is executed, for example , execute the method steps corresponding to Figures 4 to 13 described above.
  • the device embodiments described above are only illustrative, and the units described as separate components may or may not be physically separate, that is, they may be located in one place, or they may be distributed to multiple network units. Some or all of the modules can be selected according to actual needs to achieve the purpose of the solution of this embodiment.
  • this application also provides a computer-readable storage medium that stores computer-executable instructions, and the computer-executable instructions are used to perform at least one of the following:
  • a network element log collection method applied to a network element log collection system is a network element log collection method applied to a network element log collection system.
  • the computer-executable instructions of the present application are executed by a processor or controller, for example, by a processor in the above device embodiment, which can cause the above processor to execute the network element log collection method in the above embodiment, for example, execute The method steps corresponding to Figures 4 to 13 described above.
  • the embodiments of this application include: first, the network management device generates a log collection task and sends the log collection task to the main station, so that the main station distributes the log collection task to the target end station corresponding to the log collection task, where the target end station The station is one or more of the end stations; then, the network management device obtains the log file uploaded by the master station, where the log file is collected by the target end station according to the log collection task; in the embodiment of this application, the log collection task is downloaded Send it to the main station, and the main station distributes log collection tasks to the corresponding end stations, and then the end stations collect log files by themselves, which can effectively improve the network management equipment peer-to-end while the concurrent processing capability of the network management equipment remains unchanged. It improves the log collection efficiency of the station and can effectively reduce the concurrency of communication between the end station and the network management device.
  • Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, Digital Versatile Disk (DVD) or other optical disk storage, magnetic cassettes, tapes, disk storage or other magnetic storage devices, or may Any other medium used to store the desired information and that can be accessed by a computer.
  • communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism, and may include any information delivery media .

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • Astronomy & Astrophysics (AREA)
  • Aviation & Aerospace Engineering (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

La présente invention concerne un procédé d'acquisition de journal d'élément de réseau, un dispositif, et un support de stockage lisible par ordinateur. Le procédé consiste à : générer une tâche d'acquisition de journal (S100) ; envoyer la tâche d'acquisition de journal à une station maître, de sorte que la station maître distribue la tâche d'acquisition de journal à une station terminale cible correspondant à la tâche d'acquisition de journal, la station terminale cible étant une ou plusieurs stations terminales (S110) ; et obtenir un fichier journal téléversé par la station maître, le fichier journal étant acquis par la station terminale cible conformément à la tâche d'acquisition de journal (S120).
PCT/CN2023/101073 2022-06-23 2023-06-19 Procédé d'acquisition de journal d'élément de réseau, dispositif, et support de stockage lisible par ordinateur WO2023246698A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202210716944.3A CN117319165A (zh) 2022-06-23 2022-06-23 网元日志采集方法、设备及计算机可读存储介质
CN202210716944.3 2022-06-23

Publications (1)

Publication Number Publication Date
WO2023246698A1 true WO2023246698A1 (fr) 2023-12-28

Family

ID=89241309

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2023/101073 WO2023246698A1 (fr) 2022-06-23 2023-06-19 Procédé d'acquisition de journal d'élément de réseau, dispositif, et support de stockage lisible par ordinateur

Country Status (2)

Country Link
CN (1) CN117319165A (fr)
WO (1) WO2023246698A1 (fr)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100660298B1 (ko) * 2005-11-01 2006-12-20 한국수자원공사 사이트 다이버시티 기법을 이용한 위성 분산제어국의수자원 데이터 획득 방법
CN102122987A (zh) * 2011-03-15 2011-07-13 南京迈鼎信息技术有限公司 便携式卫星通信系统
CN106789299A (zh) * 2016-12-29 2017-05-31 电信科学技术第研究所 一种卫星远端站管理系统
CN110661631A (zh) * 2018-06-28 2020-01-07 中兴通讯股份有限公司 一种采集网元日志的方法、装置和计算机可读存储介质

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100660298B1 (ko) * 2005-11-01 2006-12-20 한국수자원공사 사이트 다이버시티 기법을 이용한 위성 분산제어국의수자원 데이터 획득 방법
CN102122987A (zh) * 2011-03-15 2011-07-13 南京迈鼎信息技术有限公司 便携式卫星通信系统
CN106789299A (zh) * 2016-12-29 2017-05-31 电信科学技术第研究所 一种卫星远端站管理系统
CN110661631A (zh) * 2018-06-28 2020-01-07 中兴通讯股份有限公司 一种采集网元日志的方法、装置和计算机可读存储介质

Also Published As

Publication number Publication date
CN117319165A (zh) 2023-12-29

Similar Documents

Publication Publication Date Title
US11647099B2 (en) Method and apparatus for transmitting data in IoT system, and gateway device and storage medium thereof
US11314539B2 (en) Cloud storage based data processing method and system
CN105357296A (zh) 一种Docker云平台下弹性缓存系统
CN112565415B (zh) 一种基于云边协同的跨地域资源纳管系统和纳管方法
CN104092719B (zh) 文件传输方法、装置及分布式集群文件系统
CN110795503A (zh) 分布式存储系统的多集群数据同步方法及相关装置
US9560116B2 (en) Network device, system, method, and storage medium
CN102291808A (zh) 一种网络通信方法、通信设备以及通信设备的中间件
CN104104707A (zh) 网页数据更新方法、终端、缓存服务器及系统
CN103051551A (zh) 一种分布式系统及其自动维护方法
CN103488546A (zh) 一种支持多级别数据和数据库在线并发备份与恢复方法
CN102143563A (zh) 一种短信中心集群的控制方法、设备及系统
CN113452774B (zh) 消息推送方法、装置、设备及存储介质
CN111787058A (zh) 跨域虚拟数据空间中轻量级信息订阅和推送方法
CN105610939A (zh) 客户端、服务端的文件下载控制方法、装置及系统
CN107454171A (zh) 消息服务系统及其实现方法
CN112559461A (zh) 文件传输方法及装置、存储介质及电子设备
CN103297477B (zh) 一种数据采集上报系统及数据处理方法和代理服务器
CN110620798B (zh) Ftp连接的控制方法、系统、设备和存储介质
WO2023246698A1 (fr) Procédé d'acquisition de journal d'élément de réseau, dispositif, et support de stockage lisible par ordinateur
CN103685576A (zh) 一种cdn节点的交互方法及cdn管理系统
CN103929455A (zh) 包含网络存储设备的异步文件传输系统及其传输方法
CN202268912U (zh) 基于云计算架构的数据管理系统
CN109981778B (zh) 内容分发网络的服务实现方法、装置、设备及存储介质
CN111475333A (zh) 一种基于openstack的数据库备份方法及装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 23826346

Country of ref document: EP

Kind code of ref document: A1