CN113365046A - High-performance audio and video data test sending method, application and storage medium thereof - Google Patents

High-performance audio and video data test sending method, application and storage medium thereof Download PDF

Info

Publication number
CN113365046A
CN113365046A CN202110483637.0A CN202110483637A CN113365046A CN 113365046 A CN113365046 A CN 113365046A CN 202110483637 A CN202110483637 A CN 202110483637A CN 113365046 A CN113365046 A CN 113365046A
Authority
CN
China
Prior art keywords
data
audio
communication
video
packet
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.)
Granted
Application number
CN202110483637.0A
Other languages
Chinese (zh)
Other versions
CN113365046B (en
Inventor
王秋瑶
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xiamen Leelen Technology Co Ltd
Original Assignee
Xiamen Leelen 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 Xiamen Leelen Technology Co Ltd filed Critical Xiamen Leelen Technology Co Ltd
Priority to CN202110483637.0A priority Critical patent/CN113365046B/en
Publication of CN113365046A publication Critical patent/CN113365046A/en
Application granted granted Critical
Publication of CN113365046B publication Critical patent/CN113365046B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N17/00Diagnosis, testing or measuring for television systems or their details
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N17/00Diagnosis, testing or measuring for television systems or their details
    • H04N17/004Diagnosis, testing or measuring for television systems or their details for digital television systems

Landscapes

  • Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Biomedical Technology (AREA)
  • General Health & Medical Sciences (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a high-performance audio and video data test transmission method, application and a storage medium thereof, the scheme adopts a serialization and deserialization mode to accelerate audio and video data reading and adopts a public memory to further reduce the consumption of resources such as the memory, and simultaneously, the scheme only contains the most basic audio and video data transmission logic and does not contain other redundant logic, thereby realizing that thousands of paths of audio and video data can be simulated by using very few hardware resources, the condition of 1000 paths of 720P videos (the audio data is much smaller than the video data and can be ignored during theoretical calculation), theoretically, one public memory is 10MB, the cyclic transmission is realized, the CPU consumption of the 1000 paths of audio and video transmission logic is less than 10% of 1 core (the network IO and the disk IO occupy the same or less and can be ignored compared with the traditional method); the scheme also gets rid of huge hardware cost required by the traditional audio and video simulation test under the condition of realizing high-efficiency test.

Description

High-performance audio and video data test sending method, application and storage medium thereof
Technical Field
The invention relates to the technical field of software testing, in particular to a high-performance audio and video data testing and sending method, application thereof and a storage medium.
Background
In the development process of an audio and video software system (such as a live broadcast software system and a multi-person conference system), the audio and video software system is indispensably tested, wherein the test of the number of audio and video circuits which can be carried by the audio and video software system is particularly critical.
In the current industry, the core part of an audio and video software system is generally stripped to form a testing tool for sending audio and video, so that the simulation of audio and video data is realized, and then the number of audio and video circuits which can be borne by the audio and video software system is tested.
Therefore, one of the problems that needs to be solved by those skilled in the art is to provide a high-performance audio/video data simulation method to get rid of the huge hardware cost required by the conventional audio/video simulation test.
Disclosure of Invention
In view of this, the present invention aims to provide a high-performance audio/video data test transmission method, an application thereof, and a storage medium, which have the advantages of low cost, high test efficiency, reliable implementation, and capability of greatly reducing the requirements on hardware performance.
In order to achieve the technical purpose, the technical scheme adopted by the invention is as follows:
a high performance data test transmission method, comprising:
s01, acquiring a plurality of communication packet data;
s02, extracting the Data part of the communication Data packet and arranging according to the communication time sequence to obtain the Data of the communication packet, then extracting the interval time of each communication packet of the communication Data packet and arranging according to the communication packet sequence to obtain the interval time Data of the communication packet;
s03, performing serialization processing on communication packet Data and communication packet interval time Data obtained by extracting communication Data packets to generate communication Data packet serialized Data;
s04, deserializing and reading the serialized data of the communication data packet into a public memory;
s05, logically processing the Data part of the communication packet serialized Data which is reversely serialized and read into the public memory, and eliminating the noise Data in the public memory;
and S06, setting the number of the carrying paths output by the system, wherein each carrying path number sends the Data of the communication packets in the public memory to a target address of a receiving end according to the interval time Data of the communication packets.
As a possible implementation manner, further, in step S01, the method for acquiring the plurality of communication packet data includes:
and capturing the communication file by a packet capturing tool, and then exporting the communication file into communication data packet data to obtain a plurality of communication packet data.
As a preferred implementation choice, preferably, when the communication file is a communication encryption file, the data communication is established for the communication file through a preset reading system, and then the communication encryption is removed, and then the data communication is captured through a capture tool.
Based on the method, the invention also provides a high-performance audio and video data test and transmission method, which comprises the high-performance data test and transmission method,
wherein the content of the first and second substances,
the communication packet data is audio and video communication packet data.
As a possible implementation manner, further, the audio/video communication packet data includes at least one of an audio communication packet data, a video communication packet data, and an audio/video hybrid communication packet data.
As a preferred implementation choice, preferably, in step S01, the plurality of package data are generated by being subjected to package capture and export by a package capture tool, and when the file captured by the package capture tool is an audio/video file, it is determined whether an audio portion and a video portion of the audio/video file are located on the same connection,
when the audio part and the video part are positioned on the same connection, the audio and video file is captured and then exported to be an audio and video mixed communication data packet which is set as audio and video communication packet data;
when the audio part and the video part are positioned on different connections, the audio part and the video part of the audio and video file are captured and then respectively exported to be audio communication packet data and video communication packet data, and the audio communication packet data and the video communication packet data are correlated to form the audio and video communication packet data.
As a preferred implementation choice, when the communication packet data obtained by acquiring the plurality of communication packet data is formed by associating the audio communication packet data with the video communication packet data,
after Data part of the communication Data packet and each communication packet interval time of the communication Data packet are extracted and sequenced, the obtained communication packet Data and the communication packet interval time Data respectively comprise communication packet Data and communication packet interval time Data corresponding to audio and video, and the communication packet Data and the communication packet interval time Data are correlated with each other.
Based on the method, the invention also provides a method for testing the audio and video software system, which is used for testing the number of the bearing paths of the audio and video software system;
the testing method comprises the high-performance audio and video data sending method;
it still includes:
s07, the receiving end receives the Data of the communication packet and reads the Data in parallel;
s08, acquiring the Data path number of the communication packet read by the receiving end normally and parallelly, and generating an effective reading path number;
s09, comparing the effective reading path number with the set system output bearing path number to obtain a comparison result;
and S010, acquiring a bearing path number performance index of the audio and video software system according to the comparison result.
Based on the method, the invention further provides a computer-readable storage medium, where at least one instruction, at least one program, code set, or instruction set is stored in the storage medium, and the at least one instruction, at least one program, code set, or instruction set is loaded by a processor and executed to implement the high-performance data test transmission method or to implement the high-performance audio/video data test transmission method or to implement the audio/video software system test method.
By adopting the technical scheme, compared with the prior art, the invention has the beneficial effects that: the scheme adopts a serialization and deserialization mode to accelerate the reading of the audio and video data and adopts a public memory, the consumption of resources such as the memory is further reduced, meanwhile, the scheme only contains the most basic audio and video data sending logic and does not contain other redundant logic, and thousands of paths of audio and video data can be simulated by using few hardware resources. In the case of 1000 paths of 720P videos (audio data is much smaller than video data and can be ignored in theoretical calculation), theoretically, one share of a public memory of 10MB is sent circularly, and the consumption of CPU by 1000 paths of audio and video sending logic is less than 10% of 1 core (network IO and disk IO occupy the same or less and can be ignored compared with the traditional method); the scheme also gets rid of huge hardware cost required by the traditional audio and video simulation test under the condition of realizing high-efficiency test.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a schematic diagram of the operation of a high performance data testing and transmitting method of the present invention;
FIG. 2 is a schematic diagram of an application example of the high-performance data testing and transmitting method in audio/video data testing and transmitting according to the present invention;
fig. 3 is a schematic operation flow diagram of the audio and video software system testing method of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be noted that the following examples are only illustrative of the present invention, and do not limit the scope of the present invention. Similarly, the following examples are only some but not all examples of the present invention, and all other examples obtained by those skilled in the art without any inventive work are within the scope of the present invention.
As shown in fig. 1, the method for testing and sending high performance data according to this embodiment includes:
s01, acquiring a plurality of communication packet data;
s02, extracting the Data part of the communication Data packet and arranging according to the communication time sequence to obtain the Data of the communication packet, then extracting the interval time of each communication packet of the communication Data packet and arranging according to the communication packet sequence to obtain the interval time Data of the communication packet;
s03, performing serialization processing on communication packet Data and communication packet interval time Data obtained by extracting communication Data packets to generate communication Data packet serialized Data;
s04, deserializing and reading the serialized data of the communication data packet into a public memory;
s05, logically processing the Data part of the communication packet serialized Data which is reversely serialized and read into the public memory, and eliminating the noise Data in the public memory;
and S06, setting the number of the carrying paths output by the system, wherein each carrying path number sends the Data of the communication packets in the public memory to a target address of a receiving end according to the interval time Data of the communication packets.
As a possible implementation manner, in this scheme, further, in step S01, the method for acquiring the plurality of communication packet data includes:
and capturing the communication file by a packet capturing tool, and then exporting the communication file into communication data packet data to obtain a plurality of communication packet data.
In addition, in order to avoid that the data to be subjected to packet capturing is communication encryption data, in the scheme, as a preferred implementation choice, preferably, when the communication file is a communication encryption file, data communication is established for the communication file through a preset reading system, and then the communication encryption is removed, and then the data is captured through a packet capturing tool.
Based on the method, the invention also provides a high-performance audio and video data test and transmission method, which comprises the high-performance data test and transmission method,
wherein, the communication packet data is audio and video communication packet data.
In order to maintain data integrity or avoid data loss, as a possible implementation manner, in the present solution, further, the audio/video communication packet data includes at least one of an audio communication packet data, a video communication packet data, and an audio/video hybrid communication packet data.
As a preferred implementation choice, preferably, in step S01, the plurality of package data are generated by being subjected to package capture and export by a package capture tool, and when the file captured by the package capture tool is an audio/video file, it is determined whether an audio portion and a video portion of the audio/video file are located on the same connection,
when the audio part and the video part are positioned on the same connection, the audio and video file is captured and then exported to be an audio and video mixed communication data packet which is set as audio and video communication packet data;
when the audio part and the video part are positioned on different connections, the audio part and the video part of the audio and video file are captured and then respectively exported to be audio communication packet data and video communication packet data, and the audio communication packet data and the video communication packet data are correlated to form the audio and video communication packet data.
As a preferred implementation choice, when the communication packet data obtained by acquiring the plurality of communication packet data is formed by associating the audio communication packet data with the video communication packet data,
after Data part of the communication Data packet and each communication packet interval time of the communication Data packet are extracted and sequenced, the obtained communication packet Data and the communication packet interval time Data respectively comprise communication packet Data and communication packet interval time Data corresponding to audio and video, and the communication packet Data and the communication packet interval time Data are correlated with each other.
The application example of the high-performance audio and video data test and transmission method according to the present invention is shown in fig. 2, and the specific operation flow is as follows:
(1) obtaining real audio and video data
The method comprises the steps of constructing audio and video communication by using a tested audio and video software system, removing communication encryption, then using a packet capturing tool to capture the audio and video communication and export communication packet data (only exporting data in a certain direction, such as A and B carry out audio and video operation, and only exporting data of the audio and video communication packet sent to B or B to A), and one part of audio and one part of video (if the audio and video of the tested audio and video software system are transmitted on the same connection, only one part of audio and video is mixed, and the subsequent logic is the same).
(2) Data part and time stamp part of real audio and video Data communication packet are extracted
The Data part of the audio and video communication packet is respectively extracted by using a packet analysis tool (such as wireshark) and the communication packet Data is arranged according to the communication time sequence, then the interval time of each communication packet of the audio and video communication packet is respectively extracted by using the packet analysis tool and the communication packet Data is arranged according to the communication packet sequence, and the communication packet Data of the audio and video Data and the interval time Data of each communication packet, namely one audio and video, can be obtained.
(3) Extracted audio and video data serialization
And serializing the extracted audio and video data file to generate a serialized file, for example, serializing by using Java (the same principle of other programming languages) so as to accelerate the reading speed of the audio and video data.
(4) Deserializing and reading audio and video serialized data into a public memory
And reading the audio and video serialized data into a public memory in an deserialization mode (for example, a static variable mode of Java is used, and other programming languages are used in the same way), so that the audio and video serialized data can be shared by all threads, and the consumption of resources such as the memory is reduced.
(5) Logical processing of Data part of audio-video Data
Data such as seq (serial number), timestamp (timestamp) and the like exist in Data more or less in different audio and video interaction protocols and generally need to be increased or generated according to a certain logic, meanwhile, audio and video Data acquired by the method may contain partial audio and video keep-alive or similar Data, the seq and timestamp in the Data are generally special or discontinuous compared with the audio and video Data, therefore, field values such as seq and timestamp in Data in the first 10 pieces and the last 10 pieces of communication (the number of the pieces is adjusted according to the condition of the audio and video protocols) of the audio and video Data are respectively subtracted to obtain a series of Data, irregular few Data in the series of Data are removed, and the increasing rule of fields such as seq and timestamp is obtained by using the residual Data and according to the number of Data intervals (namely the number of Data intervals between the first 10 pieces and the last 10 pieces).
(6) Audio and video data transmission
Setting the number of transmission bearing paths of the tested audio and video software system, wherein each bearing path number transmits Data in audio and video Data in a public memory to a target address (such as an IP port of an object for receiving the audio and video Data) according to the interval time of a communication packet timestamp (namely, after one communication is transmitted, the next communication is continuously transmitted after the interval time is waited), and by using a transmitting method of an audio and video corresponding protocol (such as UDP, in the case of Java, a send method in Java, net, datagramSocket is used for transmitting), and field values such as seq, timestamp and the like in the Data are replaced and transmitted according to the increment rule obtained in the step (5).
The test method has universality to a certain extent, is not limited to audio and video data sending test, and can also be used for carrying path number performance test of transmission of data such as documents, pictures and the like.
Based on the above method, as shown in fig. 3, the present solution further provides a method for testing an audio/video software system, which is used for testing the number of load paths of the audio/video software system;
the testing method comprises the high-performance audio and video data sending method;
the test method comprises the following steps:
s01, acquiring a plurality of communication packet data;
s02, extracting the Data part of the communication Data packet and arranging according to the communication time sequence to obtain the Data of the communication packet, then extracting the interval time of each communication packet of the communication Data packet and arranging according to the communication packet sequence to obtain the interval time Data of the communication packet;
s03, performing serialization processing on communication packet Data and communication packet interval time Data obtained by extracting communication Data packets to generate communication Data packet serialized Data;
s04, deserializing and reading the serialized data of the communication data packet into a public memory;
s05, logically processing the Data part of the communication packet serialized Data which is reversely serialized and read into the public memory, and eliminating the noise Data in the public memory;
s06, setting the number of carrying paths output by the system, wherein each carrying path number sends the Data of the communication packets in the public memory to a target address of a receiving end according to the interval time Data of the communication packets;
s07, the receiving end receives the Data of the communication packet and reads the Data in parallel;
s08, acquiring the Data path number of the communication packet read by the receiving end normally and parallelly, and generating an effective reading path number;
s09, comparing the effective reading path number with the set system output bearing path number to obtain a comparison result;
and S010, acquiring a bearing path number performance index of the audio and video software system according to the comparison result.
In the practical test of the scheme, the set value of the number of the output bearing paths of the system can be continuously adjusted, and when the number of the effective reading paths obtained by the receiving end is smaller than the number of the output bearing paths, the performance (namely, the approximate upper limit performance) of the number of the bearing paths of the audio and video software system can be obtained through preliminary judgment.
The above description is only a part of the embodiments of the present invention, and not intended to limit the scope of the present invention, and all equivalent devices or equivalent processes performed by the present invention through the contents of the specification and the drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. A high-performance data test sending method is characterized by comprising the following steps:
acquiring a plurality of communication packet data;
extracting Data parts of communication Data packets, arranging the Data parts according to a communication time sequence to obtain Data of the communication packets, extracting interval time of each communication packet of the communication Data packets, and arranging the interval time of each communication packet according to the communication packet sequence to obtain interval time Data of the communication packets;
carrying out serialization processing on communication packet Data and communication packet interval time Data obtained by extracting a communication Data packet to generate communication Data packet serialized Data;
deserializing and reading the serialized data of the communication data packet into a public memory;
and setting the number of the output bearing paths of the system, wherein each bearing path number transmits the Data of the communication packets in the public memory to a target address of a receiving end according to the interval time Data of the communication packets.
2. The method as claimed in claim 1, further comprising: and logically processing the Data part of the communication packet serialized Data which is reversely serialized and read into the public memory, and eliminating the noise Data in the public memory.
3. The method for testing and transmitting high-performance data according to claim 1, wherein the method for acquiring the data of the plurality of communication packets comprises:
and capturing the communication file by a packet capturing tool, and then exporting the communication file into communication data packet data to obtain a plurality of communication packet data.
4. The high-performance data testing and transmitting method of claim 3, wherein when the communication file is a communication encryption file, data communication is established for the communication file through a preset reading system, and then the communication encryption is removed, and then the data is captured through a capture tool.
5. A high-performance audio and video data test sending method is characterized in that: comprising the high performance data test transmission method of one of claims 1 to 4,
wherein the content of the first and second substances,
the communication packet data is audio and video communication packet data.
6. The method for testing and transmitting high-performance audio-video data according to claim 5, wherein the audio-video communication packet data comprises at least one of audio communication packet data, video communication packet data and audio-video mixed communication packet data.
7. The method according to claim 6, wherein the plurality of communication packet data are generated by packet capturing and exporting through a packet capturing tool, and when the file captured by the packet capturing tool is an audio/video file, whether the audio part and the video part of the audio/video file are on the same connection is determined,
when the audio part and the video part are positioned on the same connection, the audio and video file is captured and then exported to be an audio and video mixed communication data packet which is set as audio and video communication packet data;
when the audio part and the video part are positioned on different connections, the audio part and the video part of the audio and video file are captured and then respectively exported to be audio communication packet data and video communication packet data, and the audio communication packet data and the video communication packet data are correlated to form the audio and video communication packet data.
8. The method according to claim 7, wherein when the packet data obtained by acquiring the plurality of packet data is formed by associating the audio packet data with the video packet data,
after Data part of the communication Data packet and each communication packet interval time of the communication Data packet are extracted and sequenced, the obtained communication packet Data and the communication packet interval time Data respectively comprise communication packet Data and communication packet interval time Data corresponding to audio and video, and the communication packet Data and the communication packet interval time Data are correlated with each other.
9. A method for testing an audio and video software system is characterized in that the method is used for testing the number of load-bearing paths of the audio and video software system;
the testing method comprises the high-performance audio-video data transmission method of one of claims 5 to 8;
it still includes:
a receiving end receives Data of the communication packet and performs parallel reading;
acquiring the number of Data channels of the communication packets which are normally read by a receiving end in parallel, and generating an effective reading channel number;
comparing the effective reading path number with the set system output bearing path number to obtain a comparison result;
and according to the comparison result, obtaining the bearing path number performance index of the audio and video software system.
10. A computer-readable storage medium, characterized in that: the storage medium stores at least one instruction, at least one program, a code set or an instruction set, and the at least one instruction, the at least one program, the code set or the instruction set is loaded by a processor and executed to implement a high-performance data test transmission method according to one of claims 1 to 4, or to implement a high-performance audio/video data test transmission method according to one of claims 5 to 8, or to implement an audio/video software system test method according to claim 9.
CN202110483637.0A 2021-04-30 2021-04-30 High-performance audio and video data test transmitting method, application and storage medium thereof Active CN113365046B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110483637.0A CN113365046B (en) 2021-04-30 2021-04-30 High-performance audio and video data test transmitting method, application and storage medium thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110483637.0A CN113365046B (en) 2021-04-30 2021-04-30 High-performance audio and video data test transmitting method, application and storage medium thereof

Publications (2)

Publication Number Publication Date
CN113365046A true CN113365046A (en) 2021-09-07
CN113365046B CN113365046B (en) 2023-08-01

Family

ID=77525769

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110483637.0A Active CN113365046B (en) 2021-04-30 2021-04-30 High-performance audio and video data test transmitting method, application and storage medium thereof

Country Status (1)

Country Link
CN (1) CN113365046B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001025023A (en) * 1999-07-09 2001-01-26 Nippon Telegr & Teleph Corp <Ntt> Video stream distribution method, distribution system and recording medium recording program of the method
CN104954443A (en) * 2015-05-26 2015-09-30 上海摩软通讯技术有限公司 Data transmission method and system in local area network
CN107491355A (en) * 2017-08-17 2017-12-19 山东浪潮商用系统有限公司 Funcall method and device between a kind of process based on shared drive
CN108809762A (en) * 2018-06-13 2018-11-13 郑州云海信息技术有限公司 A kind of server network performance test methods and system
CN110602542A (en) * 2019-08-13 2019-12-20 视联动力信息技术股份有限公司 Audio and video synchronization method, audio and video synchronization system, equipment and storage medium
CN111885376A (en) * 2020-07-29 2020-11-03 厦门亿联网络技术股份有限公司 MCU video conference server delivery detection method and device
CN111930531A (en) * 2020-07-01 2020-11-13 北京奇艺世纪科技有限公司 Data processing method, data production method, data consumption method, data production device, data consumption device and data consumption medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001025023A (en) * 1999-07-09 2001-01-26 Nippon Telegr & Teleph Corp <Ntt> Video stream distribution method, distribution system and recording medium recording program of the method
CN104954443A (en) * 2015-05-26 2015-09-30 上海摩软通讯技术有限公司 Data transmission method and system in local area network
CN107491355A (en) * 2017-08-17 2017-12-19 山东浪潮商用系统有限公司 Funcall method and device between a kind of process based on shared drive
CN108809762A (en) * 2018-06-13 2018-11-13 郑州云海信息技术有限公司 A kind of server network performance test methods and system
CN110602542A (en) * 2019-08-13 2019-12-20 视联动力信息技术股份有限公司 Audio and video synchronization method, audio and video synchronization system, equipment and storage medium
CN111930531A (en) * 2020-07-01 2020-11-13 北京奇艺世纪科技有限公司 Data processing method, data production method, data consumption method, data production device, data consumption device and data consumption medium
CN111885376A (en) * 2020-07-29 2020-11-03 厦门亿联网络技术股份有限公司 MCU video conference server delivery detection method and device

Also Published As

Publication number Publication date
CN113365046B (en) 2023-08-01

Similar Documents

Publication Publication Date Title
CN110287163B (en) Method, device, equipment and medium for collecting and analyzing security log
US8667119B2 (en) System and method for re-generating packet load for load test
CN110139165B (en) Method for realizing one port bearing multiple stream protocols by stream media reverse proxy service
CN113238912B (en) Aggregation processing method for network security log data
CN110677432A (en) Network protocol internal proxy forwarding method, device, medium and terminal equipment
CN112559146B (en) Communication method between client and data terminal server
EP3065343B1 (en) Network monitoring method and apparatus, and packet filtering method and apparatus
CN111125013A (en) Data warehousing method, device, equipment and medium
CN111158876B (en) Log processing method, device, equipment and computer readable storage medium
CN113365046A (en) High-performance audio and video data test sending method, application and storage medium thereof
CN116647519B (en) Message processing method, device, equipment and medium
CN113965628A (en) Message scheduling method, server and storage medium
CN114422617B (en) Message processing method, system and computer readable storage medium
CN111224891A (en) Traffic application identification system and method based on dynamic learning triples
CN116346959A (en) DPU scene elastic network card efficient implementation method and device
CN111522873B (en) Block generation method, device, computer equipment and storage medium
CN109831321B (en) RDMA application transmission parameter self-adaptive selection method in data center
Swetha et al. Network data analysis using spark
CN113032255A (en) Response noise recognition method, model, electronic device, and computer storage medium
CN107948316B (en) File synchronization method, device and equipment
CN112380105A (en) Log collection method, device, system, equipment, storage medium and plug-in
Huang et al. A file distribution mechanism based on netty communication framework
CN117201376A (en) IPPBX call pressure test method, device and medium based on WebRTC
CN114553928B (en) Service processing method and device, electronic equipment and medium
Letavay et al. Network Forensic Analysis for Lawful Enforcement on Steroids, Distributed and Scalable

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
CB02 Change of applicant information

Address after: Unit 403-12, 4th Floor, No. 56, Chengyi North Street, Phase III, Software Park, Torch High-tech Zone, Xiamen, Fujian 361000

Applicant after: XIAMEN LEELEN TECHNOLOGY Co.,Ltd.

Address before: 2-5 / F, 780 Tieshan Road, Guankou Town, Jimei District, Xiamen City, Fujian Province 361021

Applicant before: XIAMEN LEELEN TECHNOLOGY Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant