CN117435420A - DPU-based data plane log acquisition method and system - Google Patents

DPU-based data plane log acquisition method and system Download PDF

Info

Publication number
CN117435420A
CN117435420A CN202311176635.2A CN202311176635A CN117435420A CN 117435420 A CN117435420 A CN 117435420A CN 202311176635 A CN202311176635 A CN 202311176635A CN 117435420 A CN117435420 A CN 117435420A
Authority
CN
China
Prior art keywords
log
forwarding
dpu
data plane
transfer station
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
CN202311176635.2A
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.)
Yusur Technology Co ltd
Original Assignee
Yusur 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 Yusur Technology Co ltd filed Critical Yusur Technology Co ltd
Priority to CN202311176635.2A priority Critical patent/CN117435420A/en
Publication of CN117435420A publication Critical patent/CN117435420A/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/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3024Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a central processing unit [CPU]
    • 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
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/1805Append-only file systems, e.g. using logs or journals to store data
    • G06F16/1815Journaling file systems
    • YGENERAL 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
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Quality & Reliability (AREA)
  • Mathematical Physics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application provides a method and a system for acquiring a data plane log based on a DPU, wherein the method comprises the following steps: monitoring whether a log file in a system-on-chip of a DPU currently has a forwarding log in a system-on-chip in real time, wherein the forwarding log is generated by updating the log file by a data plane in the system-on-chip based on forwarding configuration issued by a control plane of a host side; and if the forwarding log exists in the log file, the forwarding log is sent to a transfer station preset at the host side so that a user can acquire the forwarding log from the transfer station. The method and the device can effectively reduce the complexity of acquiring the data surface log, and simultaneously effectively improve the flexibility of log processing.

Description

DPU-based data plane log acquisition method and system
Technical Field
The present disclosure relates to the field of DPUs, and in particular, to a method and system for obtaining a data plane log based on a DPU.
Background
The DPU (Data Processing Unit, data processing unit or special data processor) is a new generation computing chip which uses data as center, is I/O intensive, adopts a software defined technical route to support the virtualization of an infrastructure resource layer, and has the advantages of improving the efficiency of the computing system, reducing the total ownership cost of the whole system, improving the data processing efficiency and reducing the performance loss of other computing chips. A service grid is a platform for managing communication between services in a micro-service architecture. It is generally composed of two components: control plane and data plane. The control plane is responsible for tasks such as service discovery, load balancing, traffic management, etc., and the data plane is responsible for actual request forwarding and processing.
The acquisition complexity of the data plane log in the existing DPU centralized agent is high, and the flexibility is poor.
Disclosure of Invention
In view of this, embodiments of the present application provide a method and system for obtaining a data plane log based on a DPU, so as to eliminate or improve one or more drawbacks existing in the prior art.
A first aspect of the present application provides a method for obtaining a data plane log based on a DPU performed by a monitor, the method comprising:
monitoring whether a log file in a system-on-chip of a DPU currently has a forwarding log in a system-on-chip in real time, wherein the forwarding log is generated by updating the log file by a data plane in the system-on-chip based on forwarding configuration issued by a control plane of a host side;
and if the forwarding log exists in the log file, the forwarding log is sent to a transfer station preset at the host side so that a user can acquire the forwarding log from the transfer station.
In some embodiments of the present application, the data plane is configured to perform the following:
receiving the forwarding configuration sent by the control plane;
and matching the forwarding configuration with the forwarding object on the system-on-chip, forwarding the forwarding object to a corresponding container if the matching is successful, generating a corresponding forwarding log, and updating the log file on the system-on-chip based on the forwarding log.
In some embodiments of the present application, the receiving the forwarding configuration sent by the control plane includes:
receiving forwarding configuration issued by the transfer station based on the control plane acquired by the control plane component from the transfer station;
and requesting the forwarding configuration from the transfer station based on a preset data interaction port, and receiving the forwarding configuration after the request is successful.
In some embodiments of the present application, the forwarding configuration is obtained by the control plane component filling the target traffic on the host side based on a preset format template.
In some embodiments of the present application, the content of the format template includes:
the IP address, port, container and registration type of the target service.
A second aspect of the present application provides a method for obtaining a DPU-based data plane log performed by a transfer station, the method comprising:
receiving a forwarding log which is transmitted by a monitor and is detected in real time in the log file in a system-on-chip of the DPU through the monitor, so that a user can acquire the forwarding log;
the forwarding log is generated after the data plane in the system on chip of the DPU updates the log file based on forwarding configuration issued by a control plane of a host side.
In some embodiments of the present application, further comprising:
and adding formatted data and a consulting interface to the forwarding log, and storing and visualizing the forwarding log.
In some embodiments of the present application, the data plane is configured to perform the following:
receiving the forwarding configuration sent by the control plane;
and matching the forwarding configuration with the forwarding object on the system-on-chip, forwarding the forwarding object to a corresponding container if the matching is successful, generating a corresponding forwarding log, and updating the log file on the system-on-chip based on the forwarding log.
In some embodiments of the present application, the receiving the forwarding configuration sent by the control plane includes:
receiving forwarding configuration which is sent by the transfer station and is sent by the transfer station based on the control plane acquired by the control plane component;
and requesting the forwarding configuration from the transfer station based on a preset data interaction port, and receiving the forwarding configuration after the request is successful.
A third aspect of the present application provides a system for obtaining a data plane log based on a DPU, including:
a monitor and a transfer station on the host side respectively arranged in the system on chip of the DPU;
the monitor is configured to perform the method for obtaining a data plane log based on a DPU according to the first aspect; the monitor is respectively in communication connection with the transfer station, a data plane in the system-on-chip of the DPU and a log file;
the transfer station is configured to perform the method for obtaining a data plane log based on a DPU according to the second aspect; the transfer station is respectively in communication connection with a control plane of a host side, the data plane in the system-on-chip of the DPU and the monitor.
The application provides a method and a system for acquiring a data plane log based on a DPU, wherein the method comprises the following steps: monitoring whether a log file in a system-on-chip of a DPU currently has a forwarding log in a system-on-chip in real time, wherein the forwarding log is generated by updating the log file by a data plane in the system-on-chip based on forwarding configuration issued by a control plane of a host side; and if the forwarding log exists in the log file, the forwarding log is sent to a transfer station preset at the host side so that a user can acquire the forwarding log from the transfer station. The method and the device can effectively reduce the complexity of acquiring the data surface log, and simultaneously effectively improve the flexibility of log processing.
Additional advantages, objects, and features of the application will be set forth in part in the description which follows and in part will become apparent to those having ordinary skill in the art upon examination of the following or may be learned from practice of the application. The objectives and other advantages of the application may be realized and attained by the structure particularly pointed out in the written description and drawings.
It will be appreciated by those skilled in the art that the objects and advantages that can be achieved with the present application are not limited to the above-detailed description, and that the above and other objects that can be achieved with the present application will be more clearly understood from the following detailed description.
Drawings
The accompanying drawings are included to provide a further understanding of the application, and are incorporated in and constitute a part of this application. The components in the figures are not necessarily to scale, emphasis instead being placed upon illustrating the principles of the application. Corresponding parts in the drawings may be exaggerated, i.e. made larger relative to other parts in an exemplary device actually manufactured according to the present application, for convenience in showing and describing some parts of the present application. In the drawings:
fig. 1 is a flowchart of a method for obtaining a data plane log based on a DPU performed by a monitor in an embodiment of the present application.
Fig. 2 is a schematic structural diagram of a method for obtaining a data plane log based on a DPU according to another embodiment of the present application.
Fig. 3 is a flow chart of a method for obtaining a data plane log based on a DPU performed by a transfer station in another embodiment of the present application.
Detailed Description
For the purposes of making the objects, technical solutions and advantages of the present application more apparent, the present application will be described in further detail with reference to the embodiments and the accompanying drawings. The exemplary embodiments of the present application and their descriptions are used herein to explain the present application, but are not intended to be limiting of the present application.
It should be noted here that, in order to avoid obscuring the present application due to unnecessary details, only structures and/or processing steps closely related to the solution according to the present application are shown in the drawings, while other details not greatly related to the present application are omitted.
It should be emphasized that the term "comprises/comprising" when used herein is taken to specify the presence of stated features, elements, steps or components, but does not preclude the presence or addition of one or more other features, elements, steps or components.
It is also noted herein that the term "coupled" may refer to not only a direct connection, but also an indirect connection in which an intermediate is present, unless otherwise specified.
Hereinafter, embodiments of the present application will be described with reference to the drawings. In the drawings, the same reference numerals represent the same or similar components, or the same or similar steps.
The following examples are provided to illustrate the invention in more detail.
The embodiment of the application provides a method for acquiring a data plane log based on a DPU, which can be executed by a monitor, referring to fig. 1, wherein the method for acquiring the data plane log based on the DPU specifically includes the following contents:
step 110: and monitoring whether a log file in the system-on-chip of the DPU currently has a forwarding log in the system-on-chip in real time, wherein the forwarding log is generated by updating the log file by a data plane in the system-on-chip based on forwarding configuration issued by a control plane of a host side.
Step 120: and if the forwarding log exists in the log file, the forwarding log is sent to a transfer station preset at the host side so that a user can acquire the forwarding log from the transfer station.
Specifically, referring to fig. 2, the monitor and data plane (i.e., envoy in fig. 2) are first deployed in the DPU's system-on-chip (i.e., soc in fig. 2), and the control plane (i.e., lstio in fig. 2) and transfer station are deployed at the host. The monitor establishes a short link by sending a post type http request to the transfer station, monitors whether a forwarding log exists in a log file on a data plane currently in real time on the basis of the established short link, and if the forwarding log exists in the log file, sends the forwarding log to the transfer station so that a user can acquire the forwarding log from the transfer station, thereby effectively reducing the complexity of acquiring the data plane log and improving the flexibility of log processing.
The forwarding log is generated by updating the log file by the data plane based on forwarding configuration issued by the control plane; the monitoring method may employ Polling (Polling), file system notification (Filesystem Notifications), and inotify (Linux specific), which is preferred in the present application.
In order to effectively update the log file, the data plane in step 110 is used to perform the following:
receiving the forwarding configuration sent by the control plane;
and matching the forwarding configuration with the forwarding object on the system-on-chip, forwarding the forwarding object to a corresponding container if the matching is successful, generating a corresponding forwarding log, and updating the log file on the system-on-chip based on the forwarding log.
Specifically, the data plane first receives the forwarding configuration sent by the control plane; and then matching the forwarding configuration with a forwarding object on the system-on-chip, if the matching is successful, forwarding the forwarding object to a corresponding container, generating a corresponding forwarding log, and updating the log file on the system-on-chip based on the forwarding log, so that the log file can be effectively updated.
Wherein, the forwarding object is a service request corresponding to the service of the host side; the forwarding log includes: data such as start time of request, protocol, upstream object address of request, downstream object address of request, etc.
In order to further obtain a forwarding configuration, the receiving the forwarding configuration sent by the control plane includes:
receiving forwarding configuration issued by the transfer station based on the control plane acquired by the control plane component from the transfer station;
and requesting the forwarding configuration from the transfer station based on a preset data interaction port, and receiving the forwarding configuration after the request is successful.
Specifically, firstly, the data plane, the transfer station and the control plane are in communication connection through gRPC (*** Remote Procedure Calls, *** remote procedure call) to establish a corresponding communication link, and on the basis of the communication link, the data plane firstly receives forwarding configuration issued by the transfer station based on the control plane acquired by the control plane component from the transfer station; and then requesting the forwarding configuration from the transfer station based on a preset data interaction port, and receiving the forwarding configuration after the request is successful, so that the forwarding configuration can be further and effectively acquired.
The preset data interaction port is preset for the transfer station and the data plane.
In order to effectively improve accuracy of forwarding the forwarding object, the forwarding configuration is obtained by filling the target service on the host side by the control plane component based on a preset format template.
The content of the format template comprises:
the IP address, port, container and registration type of the target service.
Specifically, the control plane component performs service discovery on each service in the container cluster, fills the IP address, port, container and registration type (tcp or http) of the service by using a standard template, and the filling content of the template further includes: the contents such as the field current limiting times, the fusing times and the like can effectively improve the accuracy of forwarding the forwarding object.
The embodiment of the application provides a method for acquiring a data plane log based on a DPU, which can be executed by a transfer station, referring to fig. 3, wherein the method for acquiring the data plane log based on the DPU specifically includes the following contents:
step 210: and receiving a forwarding log which is transmitted by a monitor and detected in real time in the log file in the system-on-chip of the DPU by the monitor, so that a user can acquire the forwarding log.
Step 220: the forwarding log is generated after the data plane in the system on chip of the DPU updates the log file based on forwarding configuration issued by a control plane of a host side.
Specifically, the transfer station receives the forwarding log sent by the monitor and detected in real time in the log file in the system-on-chip of the DPU by the monitor, so that a user can acquire the forwarding log, the complexity of acquiring the data plane log can be effectively reduced, and meanwhile, the flexibility of log processing is effectively improved.
The forwarding log is generated by updating the log file by a data plane in the system on chip of the DPU based on forwarding configuration issued by a control plane of a host side.
In order to effectively improve flexibility of the transfer station, the acquisition method of the data plane log based on the DPU further comprises the following steps:
and adding formatted data and a consulting interface to the forwarding log, and storing and visualizing the forwarding log.
Specifically, the transfer station adds formatted data and refers to an interface to the forwarding log, and performs persistent storage and visualization processing on the forwarding log, so that the flexibility of the transfer station can be effectively improved.
The reference interface comprises a List interface for checking all forwarding logs processed by the Soc side monitor; the Watch interface is used for sending the Watch interface at the host side to monitor the transfer station instance and dynamically check log information.
In order to effectively update the log file, the data plane in step 220 is used to perform the following:
receiving the forwarding configuration sent by the control plane;
and matching the forwarding configuration with the forwarding object on the system-on-chip, forwarding the forwarding object to a corresponding container if the matching is successful, generating a corresponding forwarding log, and updating the log file on the system-on-chip based on the forwarding log.
Specifically, the data plane first receives the forwarding configuration sent by the control plane; and then matching the forwarding configuration with a forwarding object on the system-on-chip, if the matching is successful, forwarding the forwarding object to a corresponding container, generating a corresponding forwarding log, and updating the log file on the system-on-chip based on the forwarding log, so that the log file can be effectively updated.
Wherein, the forwarding object is a service request corresponding to the service of the host side; the forwarding log includes: data such as start time of request, protocol, upstream object address of request, downstream object address of request, etc.
In order to further obtain a forwarding configuration, the receiving the forwarding configuration sent by the control plane includes:
receiving forwarding configuration which is sent by the transfer station and is sent by the transfer station based on the control plane acquired by the control plane component;
and requesting the forwarding configuration from the transfer station based on a preset data interaction port, and receiving the forwarding configuration after the request is successful.
Specifically, firstly, the data plane, the transfer station and the control plane are in communication connection through grpc (*** remote call) to establish a corresponding communication link, and on the basis of the communication link, the data plane firstly receives forwarding configuration issued by the transfer station based on the control plane acquired by the control plane component from the transfer station; and then requesting the forwarding configuration from the transfer station based on a preset data interaction port, and receiving the forwarding configuration after the request is successful, so that the forwarding configuration can be further and effectively acquired.
The preset data interaction port is preset for the transfer station and the data plane.
The application also provides a system for acquiring the data plane log based on the DPU, which comprises: a monitor and a transfer station on the host side respectively arranged in the system on chip of the DPU;
the monitor is used for executing the acquisition method of the DPU-based data plane log shown in fig. 1 and the like; the monitor is respectively in communication connection with the transfer station, a data plane in the system-on-chip of the DPU and a log file;
the transfer station is used for executing the acquisition method of the DPU-based data plane log shown in fig. 3 and the like; the transfer station is respectively in communication connection with a control plane of a host side, the data plane in the system-on-chip of the DPU and the monitor.
The application provides a method and a system for acquiring a data plane log based on a DPU, wherein the method comprises the following steps: monitoring whether a log file in a system-on-chip of a DPU currently has a forwarding log in a system-on-chip in real time, wherein the forwarding log is generated by updating the log file by a data plane in the system-on-chip based on forwarding configuration issued by a control plane of a host side; and if the forwarding log exists in the log file, the forwarding log is sent to a transfer station preset at the host side so that a user can acquire the forwarding log from the transfer station. The method and the device can effectively reduce the complexity of acquiring the data surface log, and simultaneously effectively improve the flexibility of log processing.
Those of ordinary skill in the art will appreciate that the various illustrative components, systems, and methods described in connection with the embodiments disclosed herein can be implemented as hardware, software, or a combination of both. The particular implementation is hardware or software dependent on the specific application of the solution and the design constraints. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application. When implemented in hardware, it may be, for example, an electronic circuit, an Application Specific Integrated Circuit (ASIC), suitable firmware, a plug-in, a function card, or the like. When implemented in software, the elements of the present application are the programs or code segments used to perform the required tasks. The program or code segments may be stored in a machine readable medium or transmitted over transmission media or communication links by a data signal carried in a carrier wave.
It should be clear that the present application is not limited to the particular arrangements and processes described above and illustrated in the drawings. For the sake of brevity, a detailed description of known methods is omitted here. In the above embodiments, several specific steps are described and shown as examples. However, the method processes of the present application are not limited to the specific steps described and illustrated, and those skilled in the art can make various changes, modifications, and additions, or change the order between steps, after appreciating the spirit of the present application.
The features described and/or illustrated in this application for one embodiment may be used in the same way or in a similar way in one or more other embodiments and/or in combination with or instead of the features of the other embodiments.
The foregoing description is only a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and variations may be made to the embodiment of the present application by those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principles of the present application should be included in the protection scope of the present application.

Claims (10)

1. The method for acquiring the data plane log based on the DPU is characterized by comprising the following steps of:
monitoring whether a log file in a system-on-chip of a DPU currently has a forwarding log in a system-on-chip in real time, wherein the forwarding log is generated by updating the log file by a data plane in the system-on-chip based on forwarding configuration issued by a control plane of a host side;
and if the forwarding log exists in the log file, the forwarding log is sent to a transfer station preset at the host side so that a user can acquire the forwarding log from the transfer station.
2. The DPU-based data plane log acquisition method of claim 1, wherein the data plane is configured to perform the following:
receiving the forwarding configuration sent by the control plane;
and matching the forwarding configuration with the forwarding object on the system-on-chip, forwarding the forwarding object to a corresponding container if the matching is successful, generating a corresponding forwarding log, and updating the log file on the system-on-chip based on the forwarding log.
3. The method for obtaining a DPU-based data plane log as claimed in claim 1, wherein said receiving the forwarding configuration sent by the control plane comprises:
receiving forwarding configuration issued by the transfer station based on the control plane acquired by the control plane component from the transfer station;
and requesting the forwarding configuration from the transfer station based on a preset data interaction port, and receiving the forwarding configuration after the request is successful.
4. The DPU-based data plane log acquisition method of claim 1, wherein the forwarding configuration is obtained by the control plane component populating the target traffic on the host side based on a preset format template.
5. The DPU-based data plane log acquisition method as recited in claim 4, wherein the content of the format template comprises:
the IP address, port, container and registration type of the target service.
6. The method for acquiring the data plane log based on the DPU is characterized by comprising the following steps of:
receiving a forwarding log which is transmitted by a monitor and is detected in real time in the log file in a system-on-chip of the DPU through the monitor, so that a user can acquire the forwarding log;
the forwarding log is generated after the data plane in the system on chip of the DPU updates the log file based on forwarding configuration issued by a control plane of a host side.
7. The DPU-based data plane log acquisition method as recited in claim 6, further comprising:
and adding formatted data and a consulting interface to the forwarding log, and storing and visualizing the forwarding log.
8. The DPU-based data plane log acquisition method of claim 1, wherein the data plane is configured to perform the following:
receiving the forwarding configuration sent by the control plane;
and matching the forwarding configuration with the forwarding object on the system-on-chip, forwarding the forwarding object to a corresponding container if the matching is successful, generating a corresponding forwarding log, and updating the log file on the system-on-chip based on the forwarding log.
9. The method for obtaining a DPU-based data plane log as claimed in claim 1, wherein said receiving the forwarding configuration sent by the control plane comprises:
receiving forwarding configuration which is sent by the transfer station and is sent by the transfer station based on the control plane acquired by the control plane component;
and requesting the forwarding configuration from the transfer station based on a preset data interaction port, and receiving the forwarding configuration after the request is successful.
10. A system for obtaining a data plane log based on a DPU, comprising: a monitor and a transfer station on the host side respectively arranged in the system on chip of the DPU;
the monitor is configured to perform the method for obtaining a DPU-based data plane log according to any one of claims 1 to 5; the monitor is respectively in communication connection with the transfer station, a data plane in the system-on-chip of the DPU and a log file;
the transfer station is configured to perform the method for obtaining a DPU-based data plane log according to any one of claims 6 to 9; the transfer station is respectively in communication connection with a control plane of a host side, the data plane in the system-on-chip of the DPU and the monitor.
CN202311176635.2A 2023-09-12 2023-09-12 DPU-based data plane log acquisition method and system Pending CN117435420A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311176635.2A CN117435420A (en) 2023-09-12 2023-09-12 DPU-based data plane log acquisition method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311176635.2A CN117435420A (en) 2023-09-12 2023-09-12 DPU-based data plane log acquisition method and system

Publications (1)

Publication Number Publication Date
CN117435420A true CN117435420A (en) 2024-01-23

Family

ID=89555984

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311176635.2A Pending CN117435420A (en) 2023-09-12 2023-09-12 DPU-based data plane log acquisition method and system

Country Status (1)

Country Link
CN (1) CN117435420A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106855888A (en) * 2016-12-29 2017-06-16 北京车智赢科技有限公司 Daily record monitoring system based on Logstash distributed systems
CN116248559A (en) * 2023-04-25 2023-06-09 北京星汉未来网络科技有限公司 Method, system, device, equipment and medium for acquiring monitoring log

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106855888A (en) * 2016-12-29 2017-06-16 北京车智赢科技有限公司 Daily record monitoring system based on Logstash distributed systems
CN116248559A (en) * 2023-04-25 2023-06-09 北京星汉未来网络科技有限公司 Method, system, device, equipment and medium for acquiring monitoring log

Similar Documents

Publication Publication Date Title
US11457082B2 (en) Service processing method and apparatus of service-based architecture
CN110351283B (en) Data transmission method, device, equipment and storage medium
CN111787069A (en) Method, device and equipment for processing service access request and computer storage medium
CN112788074B (en) Data transmitting method, processing method, receiving method, apparatus thereof, and storage medium
CN111177112A (en) Database blocking method and device based on operation and maintenance management system and electronic equipment
CN116886497B (en) Service grid business centralized proxy switching method and processing system based on DPU
WO2019100266A1 (en) Mobile edge host-machine service notification method and apparatus
CN101360127A (en) File updating method and transmission system
EP3913892A1 (en) Service-based communication method, unit and system, and storage medium
CN110138753B (en) Distributed message service system, method, apparatus, and computer-readable storage medium
CN112003963B (en) Method, system, device and medium for mounting volume on bare metal server
CN112272118A (en) Network repairing method, device, storage medium and electronic equipment
CN113423120A (en) Data distribution processing method and device based on private network terminal and electronic equipment
CN117194039A (en) K8S drive integrated system, request processing method, device and storage medium
CN112202605A (en) Service configuration method, device, equipment and storage medium
CN116010130B (en) Cross-card link aggregation method, device, equipment and medium for DPU virtual port
CN117435420A (en) DPU-based data plane log acquisition method and system
CN116647552A (en) Service processing method and system in heterogeneous micro-service cluster, terminal and storage medium
WO2021261422A1 (en) Core network node, mec server, external server, communication system, control method, program, and non-transitory recording medium having program recorded thereon
US10601635B1 (en) Apparatus, system, and method for wireless management of a distributed computer system
CN113783882A (en) Information acquisition method and device for edge application, electronic equipment and medium
CN111614645A (en) Big data forwarding method and device for system cooperation
CN112165531A (en) Communication method, device and storage medium realized based on port of monitoring device
CN105119927A (en) Message sending, receiving method and terminal and message sending system
CN108804910A (en) account management system

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