CN110557299A - network transmission function batch test method, system, terminal and storage medium - Google Patents

network transmission function batch test method, system, terminal and storage medium Download PDF

Info

Publication number
CN110557299A
CN110557299A CN201910700993.6A CN201910700993A CN110557299A CN 110557299 A CN110557299 A CN 110557299A CN 201910700993 A CN201910700993 A CN 201910700993A CN 110557299 A CN110557299 A CN 110557299A
Authority
CN
China
Prior art keywords
test
file
value
initial
network
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
CN201910700993.6A
Other languages
Chinese (zh)
Inventor
张玉学
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Suzhou Wave Intelligent Technology Co Ltd
Original Assignee
Suzhou Wave Intelligent 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 Suzhou Wave Intelligent Technology Co Ltd filed Critical Suzhou Wave Intelligent Technology Co Ltd
Priority to CN201910700993.6A priority Critical patent/CN110557299A/en
Publication of CN110557299A publication Critical patent/CN110557299A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0805Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability
    • H04L43/0811Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability by checking connectivity
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/14Arrangements for monitoring or testing data switching networks using software, i.e. software packages
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles

Abstract

The invention provides a network transmission function batch test method, a system, a terminal and a storage medium, comprising the following steps: creating a test file and recording an initial MD5 value of the test file; the testing file is sent to a testing end by using an expect tool, and the normal network connectivity in the testing file process is ensured; and acquiring the value of the test file MD5 returned by the test end, comparing the MD5 value with the initial MD5 value, and judging that the test is passed if the comparison result is that the MD5 value and the initial MD5 value are consistent. The invention can log in the test terminal without a password to transmit files, thereby reducing the operation of a large number of test terminal multi-network-port network configurations and greatly reducing the manual configuration time of a large number of nodes. The invention can test the stability of network transmission of the network by only collecting all network port network addresses, thereby ensuring the compatibility of the network card and the machine.

Description

network transmission function batch test method, system, terminal and storage medium
Technical Field
The invention belongs to the technical field of server testing, and particularly relates to a batch testing method, a batch testing system, a batch testing terminal and a batch testing storage medium for network transmission functions.
background
With the rapid development and powerful expanded compatibility of the internet, the entity economy is continuously infiltrated, and especially the information sharing is the most prominent, so that people can quickly acquire a large amount of information from the network. The existing network testing methods such as iperf, netperf and other tools generally require interconnection of a server end and a client end, and the two ends need to be configured respectively, so that when a large number of network ports are tested, the workload becomes huge and complicated. Based on the situation, seeking for a password-free login configuration testing end is a means for reducing manual workload and improving stability of transmission capability of a testing network.
Disclosure of Invention
In view of the above-mentioned deficiencies of the prior art, the present invention provides a method, a system, a terminal and a storage medium for batch testing network transmission functions, so as to solve the above-mentioned technical problems.
in a first aspect, the present invention provides a method for batch testing network transmission functions, including:
Creating a test file and recording an initial MD5 value of the test file;
The testing file is sent to a testing end by using an expect tool, and the normal network connectivity in the testing file process is ensured;
and acquiring the value of the test file MD5 returned by the test end, comparing the MD5 value with the initial MD5 value, and judging that the test is passed if the comparison result is that the MD5 value and the initial MD5 value are consistent.
further, the creating a test file and recording an initial MD5 value of the test file includes:
setting test time according to the test degree;
Making a plurality of test files by utilizing dd commands;
and generating an initial MD5 value and saving the initial MD5 value to a standard file.
Further, the issuing the test file to a test end by using an expect tool and ensuring normal network connectivity in the process of testing the file includes:
Logging in a test terminal without a password according to a pre-configured test terminal IP list by using an expect tool;
Issuing a test file to a logged test end;
And monitoring the network connectivity with a test terminal in the transmission process of the test file in real time, and generating and outputting an abnormal error reporting prompt if the network connectivity is abnormal.
in a second aspect, the present invention provides a batch test system for network transmission functions, including:
the device comprises a file creating unit, a test file generating unit and a file storing unit, wherein the file creating unit is configured to create a test file and record an initial MD5 value of the test file;
The file transmission unit is configured to utilize an expect tool to issue the test file to a test end and ensure that the network connectivity is normal in the process of testing the file;
and the file checking unit is configured to acquire a test file MD5 value returned by the test end, compare the MD5 value with the initial MD5 value, and determine that the test is passed if the comparison result shows that the MD5 value and the initial MD5 value are consistent.
further, the file creating unit includes:
the time setting module is configured for setting the test time according to the test degree;
the file making module is configured for making a plurality of test files by utilizing dd commands;
and the initial generation module is configured for generating an initial MD5 value and saving the initial MD5 value to a standard file.
Further, the file transfer unit includes:
The batch login module is configured for logging in a test terminal without a password according to a pre-configured test terminal IP list by using an expect tool;
The file issuing module is configured to issue a test file to a logged test terminal;
and the network monitoring module is configured for monitoring the network connectivity with the test terminal in the transmission process of the test file in real time, and generating and outputting an abnormal error reporting prompt if the network connectivity is abnormal.
In a third aspect, a terminal is provided, including:
A processor, a memory, wherein,
the memory is used for storing a computer program which,
The processor is used for calling and running the computer program from the memory so as to make the terminal execute the method of the terminal.
In a fourth aspect, a computer storage medium is provided having stored therein instructions that, when executed on a computer, cause the computer to perform the method of the above aspects.
The beneficial effect of the invention is that,
According to the method, the system, the terminal and the storage medium for testing the network transmission function in batches, provided by the invention, the purpose of testing the stability of the network transmission capability is finally realized by fully utilizing a free programming tool expect (which can be input according to a set program and simulated standard to be provided for the program to finish automatic interactive execution and finally realize data password-free logging circulation mutual transmission among nodes) capable of realizing an automatic interactive function, combining a shell script with an MD5 value comparison function module, circularly traversing all node modules, feeding back network states and other modules in real time and finally realizing the purpose of testing the stability of the network transmission capability. The invention can log in the test terminal without a password to transmit files, thereby reducing the operation of a large number of test terminal multi-network-port network configurations and greatly reducing the manual configuration time of a large number of nodes. The invention can test the stability of network transmission of the network by only collecting all network port network addresses, thereby ensuring the compatibility of the network card and the machine.
in addition, the invention has reliable design principle, simple structure and very wide application prospect.
Drawings
In order to more clearly illustrate the embodiments or technical solutions in the prior art of the present invention, the drawings used in the description of the embodiments or prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without creative efforts.
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention.
FIG. 2 is a schematic block diagram of a system of one embodiment of the present invention.
fig. 3 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
Detailed Description
In order to make those skilled in the art better understand the technical solution of the present invention, the technical solution in the embodiment of the present invention will be clearly and completely described below with reference to the drawings in the embodiment of the present invention, and it is obvious that the described embodiment is only a part of the embodiment of the present invention, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
the following explains key terms appearing in the present invention.
dd: a file is copied in blocks of a specified size and specified transformations are performed while copying.
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention. The execution subject in fig. 1 may be a network transport function batch test system.
As shown in fig. 1, the method 100 includes:
Step 110, creating a test file and recording an initial MD5 value of the test file;
step 120, issuing the test file to a test end by using an expect tool, and ensuring that the network connectivity is normal in the process of testing the file;
And step 130, acquiring the value of the test file MD5 returned by the test end, comparing the MD5 value with the initial MD5 value, and judging that the test is passed if the comparison result is that the MD5 value and the initial MD5 value are consistent.
Optionally, as an embodiment of the present invention, the creating a test file and recording an initial MD5 value of the test file includes:
Setting test time according to the test degree;
Making a plurality of test files by utilizing dd commands;
and generating an initial MD5 value and saving the initial MD5 value to a standard file.
Optionally, as an embodiment of the present invention, the sending the test file to a test end by using an expect tool, and ensuring that network connectivity is normal in the process of testing the test file, includes:
Logging in a test terminal without a password according to a pre-configured test terminal IP list by using an expect tool;
issuing a test file to a logged test end;
And monitoring the network connectivity with a test terminal in the transmission process of the test file in real time, and generating and outputting an abnormal error reporting prompt if the network connectivity is abnormal.
In order to facilitate understanding of the present invention, the network transmission function batch test method provided by the present invention is further described below with reference to the principle of the network transmission function batch test of the present invention and in combination with the process of performing batch test on the network transmission function of the server in the embodiment.
specifically, the network transmission function batch test method includes:
s1, creating a test file and recording the initial MD5 value of the test file.
Program initialization setting, creating transmission files and recording MD5 values:
the test time can be set according to the test degree: testtime; a plurality of large files for testing are produced by utilizing commands such as dd and placed in test: dd if/dev/urandom of 20G _ file bs 1M count 20480
Generating an initial MD5 value and generating a standard file: find,/test-type f-print 0| xargs-0md5sum > md5sum _ sample
And S2, issuing the test file to a test end by using an expect tool, and ensuring that the network connectivity is normal in the process of testing the file.
predetermining a test IP: a plurality of network ports can be set as fixed IP, and dynamic IP can also be collected; and generating a test IP list.
and logging in a test end server on the test IP list by using an expect tool without a password. And identifying the test terminal IP at the control terminal, and judging that the control terminal logs in the identified test terminal when the test terminal IP is identified. And the control end issues the test file to the logged test end, and marks the test end IP with an initial MD5 value corresponding to the issued test file.
after the test file is issued, the network communication state (network connectivity) of the control end and the test end is monitored in real time in the transmission process of the test file, if abnormal information of the network connectivity is found, a network abnormity error-reporting prompt is immediately generated and output, so that a tester can find the abnormity in time and restore the network communication as soon as possible.
the part is designed into an independent function module, is convenient to call, comprises a file transmission function and test end later detection, and provides a judgment basis function for executing cycle mutual detection;
spawn scp–r test/md5sum_sample.txt client.sh root@$host:/root/
expect“password:”
send“$password/r”
expect eof
expect ssh$user@$host
expect“password:”
send“$password/r”
expect“#”
send“./client.sh/r”
expect“#”
send“exit/r”
expect eof
S3, obtaining the MD5 value of the test file returned by the test end, comparing the MD5 value with the initial MD5 value, and judging that the test is passed if the comparison result is that the MD5 value and the initial MD5 value are consistent.
After the transmission of the test file in step S2 is completed, the test end immediately obtains the MD5 value of the received test file and returns it to the control end. And the control end calls an initial MD5 value marked with the same test end IP according to the test end IP returning the MD5 value, judges whether the returned MD5 value is consistent with the initial MD5 value, judges that the network transmission function of the test end is normal if the returned MD5 value is consistent with the initial MD5 value, and judges that the network transmission function of the test end is abnormal if the returned MD5 value is inconsistent with the initial MD5 value. The generated test result needs to mark the test end IP, so that a tester can analyze the result data conveniently.
As shown in fig. 2, the system 200 includes:
a file creating unit 210 configured to create a test file and record an initial MD5 value of the test file;
the file transmission unit 220 is configured to issue the test file to a test end by using an expect tool, and ensure that the network connectivity is normal in the process of testing the file;
and the file checking unit 230 is configured to obtain a test file MD5 value returned by the test end, compare the MD5 value with the initial MD5 value, and determine that the test is passed if the comparison result is that the two values are consistent.
optionally, as an embodiment of the present invention, the file creating unit includes:
The time setting module is configured for setting the test time according to the test degree;
The file making module is configured for making a plurality of test files by utilizing dd commands;
And the initial generation module is configured for generating an initial MD5 value and saving the initial MD5 value to a standard file.
optionally, as an embodiment of the present invention, the file transmission unit includes:
the batch login module is configured for logging in a test terminal without a password according to a pre-configured test terminal IP list by using an expect tool;
the file issuing module is configured to issue a test file to a logged test terminal;
And the network monitoring module is configured for monitoring the network connectivity with the test terminal in the transmission process of the test file in real time, and generating and outputting an abnormal error reporting prompt if the network connectivity is abnormal.
Fig. 3 is a schematic structural diagram of a terminal system 300 according to an embodiment of the present invention, where the terminal system 300 may be used to execute the method for batch testing network transmission functions according to the embodiment of the present invention.
The terminal system 300 may include: a processor 310, a memory 320, and a communication unit 330. The components communicate via one or more buses, and those skilled in the art will appreciate that the architecture of the servers shown in the figures is not intended to be limiting, and may be a bus architecture, a star architecture, a combination of more or less components than those shown, or a different arrangement of components.
the memory 320 may be used for storing instructions executed by the processor 310, and the memory 320 may be implemented by any type of volatile or non-volatile storage terminal or combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic disk or optical disk. The executable instructions in memory 320, when executed by processor 310, enable terminal 300 to perform some or all of the steps in the method embodiments described below.
the processor 310 is a control center of the storage terminal, connects various parts of the entire electronic terminal using various interfaces and lines, and performs various functions of the electronic terminal and/or processes data by operating or executing software programs and/or modules stored in the memory 320 and calling data stored in the memory. The processor may be composed of an Integrated Circuit (IC), for example, a single packaged IC, or a plurality of packaged ICs connected with the same or different functions. For example, the processor 310 may include only a Central Processing Unit (CPU). In the embodiment of the present invention, the CPU may be a single operation core, or may include multiple operation cores.
a communication unit 330, configured to establish a communication channel so that the storage terminal can communicate with other terminals. And receiving user data sent by other terminals or sending the user data to other terminals.
The present invention also provides a computer storage medium, wherein the computer storage medium may store a program, and the program may include some or all of the steps in the embodiments provided by the present invention when executed. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM) or a Random Access Memory (RAM).
Therefore, the invention fully utilizes a free programming tool expect capable of realizing an automatic interaction function (the free programming tool expect can be input and provided for a program according to a set program prompt and a simulation standard so as to complete automatic interaction execution and finally realize data password-free logging circulation mutual transmission among nodes), combines a shell script with an MD5 value comparison function module, circularly traverses all node modules, feeds back network states and other modules in real time, and finally realizes the purpose of testing the stability of the transmission capability of the network. The invention can log in the test terminal without a password to transmit files, thereby reducing the operation of a large number of test terminal multi-network-port network configurations and greatly reducing the manual configuration time of a large number of nodes. The present invention can test the stability of network transmission of the network by using the method only by collecting all network addresses of the network ports, thereby ensuring the compatibility of the network card and the machine.
those skilled in the art will readily appreciate that the techniques of the embodiments of the present invention may be implemented as software plus a required general purpose hardware platform. Based on such understanding, the technical solutions in the embodiments of the present invention may be embodied in the form of a software product, where the computer software product is stored in a storage medium, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and the like, and the storage medium can store program codes, and includes instructions for enabling a computer terminal (which may be a personal computer, a server, or a second terminal, a network terminal, and the like) to perform all or part of the steps of the method in the embodiments of the present invention.
The same and similar parts in the various embodiments in this specification may be referred to each other. Especially, for the terminal embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant points can be referred to the description in the method embodiment.
in the embodiments provided by the present invention, it should be understood that the disclosed system, system and method can be implemented in other ways. For example, the above-described system embodiments are merely illustrative, and for example, the division of the units is only one logical functional division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, systems or units, and may be in an electrical, mechanical or other form.
the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
Although the present invention has been described in detail by referring to the drawings in connection with the preferred embodiments, the present invention is not limited thereto. Various equivalent modifications or substitutions can be made on the embodiments of the present invention by those skilled in the art without departing from the spirit and scope of the present invention, and these modifications or substitutions are within the scope of the present invention/any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (8)

1. A network transmission function batch test method is characterized by comprising the following steps:
Creating a test file and recording an initial MD5 value of the test file;
issuing the test file to a test end by using an expect tool, and ensuring that the network connectivity is normal in the process of testing the file;
And acquiring the value of the test file MD5 returned by the test end, comparing the MD5 value with the initial MD5 value, and judging that the test is passed if the comparison result is that the MD5 value and the initial MD5 value are consistent.
2. the method of claim 1, wherein creating a test file and recording an initial MD5 value for the test file comprises:
setting test time according to the test degree;
making a plurality of test files by utilizing dd commands;
And generating an initial MD5 value and saving the initial MD5 value to a standard file.
3. The method according to claim 1, wherein the sending the test file to a test terminal by using an expect tool and ensuring normal network connectivity in the process of testing the test file comprises:
Logging in a test terminal without a password according to a pre-configured test terminal IP list by using an expec tool;
issuing a test file to a logged test end;
and monitoring the network connectivity with a test terminal in the transmission process of the test file in real time, and generating and outputting an abnormal error reporting prompt if the network connectivity is abnormal.
4. A network transmission function batch test system is characterized by comprising:
the device comprises a file creating unit, a test file generating unit and a file storing unit, wherein the file creating unit is configured to create a test file and record an initial MD5 value of the test file;
The file transmission unit is configured to utilize an expect tool to issue the test file to a test end and ensure that the network connectivity is normal in the process of testing the file;
and the file checking unit is configured to acquire a test file MD5 value returned by the test end, compare the MD5 value with the initial MD5 value, and determine that the test is passed if the comparison result shows that the MD5 value and the initial MD5 value are consistent.
5. The system according to claim 4, wherein the file creating unit comprises:
The time setting module is configured for setting the test time according to the test degree;
The file making module is configured for making a plurality of test files by utilizing dd commands;
and the initial generation module is configured for generating an initial MD5 value and saving the initial MD5 value to a standard file.
6. The system according to claim 4, wherein the file transfer unit comprises:
the batch login module is configured for logging in a test terminal without a password according to a pre-configured test terminal IP list by using an expect tool;
the file issuing module is configured to issue a test file to a logged test terminal;
and the network monitoring module is configured for monitoring the network connectivity with the test terminal in the transmission process of the test file in real time, and generating and outputting an abnormal error reporting prompt if the network connectivity is abnormal.
7. a terminal, comprising:
A processor;
a memory for storing instructions for execution by the processor;
Wherein the processor is configured to perform the method of any one of claims 1-3.
8. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1-3.
CN201910700993.6A 2019-07-31 2019-07-31 network transmission function batch test method, system, terminal and storage medium Pending CN110557299A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910700993.6A CN110557299A (en) 2019-07-31 2019-07-31 network transmission function batch test method, system, terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910700993.6A CN110557299A (en) 2019-07-31 2019-07-31 network transmission function batch test method, system, terminal and storage medium

Publications (1)

Publication Number Publication Date
CN110557299A true CN110557299A (en) 2019-12-10

Family

ID=68736726

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910700993.6A Pending CN110557299A (en) 2019-07-31 2019-07-31 network transmission function batch test method, system, terminal and storage medium

Country Status (1)

Country Link
CN (1) CN110557299A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111104273A (en) * 2019-12-17 2020-05-05 深圳忆联信息系统有限公司 Batch task-based automatic distribution testing method and device and computer equipment
CN112256500A (en) * 2020-09-18 2021-01-22 苏州浪潮智能科技有限公司 Storage system test server configuration method, system, terminal and storage medium
CN112436982A (en) * 2020-11-23 2021-03-02 苏州浪潮智能科技有限公司 Network flow automatic mixed running test method, system, terminal and storage medium
CN113872826A (en) * 2021-08-31 2021-12-31 苏州浪潮智能科技有限公司 Network card port stability testing method, system, terminal and storage medium
CN114050990A (en) * 2021-11-10 2022-02-15 湖北天融信网络安全技术有限公司 Test method and device for network isolation equipment, storage medium and electronic equipment
CN114328313A (en) * 2021-12-31 2022-04-12 联想长风科技(北京)有限公司 Information transmission method and system
CN114338132A (en) * 2021-12-24 2022-04-12 中国联合网络通信集团有限公司 Secret-free login method, client application, operator server and electronic equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060174013A1 (en) * 2005-02-03 2006-08-03 Fujitsu Limited Data transfer method, data transfer program, information processing terminal device, and information system
CN102064971A (en) * 2009-11-18 2011-05-18 英业达股份有限公司 Pressure test method for network cards
CN104158684A (en) * 2014-08-15 2014-11-19 深圳市蜂联科技有限公司 Gateway equipment state tracking method based on open intelligent gateway platform
CN107562554A (en) * 2017-08-25 2018-01-09 郑州云海信息技术有限公司 A kind of memory reliability method of testing and server
CN107948011A (en) * 2017-11-16 2018-04-20 郑州云海信息技术有限公司 The method and system of data consistency under a kind of verification network pressure

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060174013A1 (en) * 2005-02-03 2006-08-03 Fujitsu Limited Data transfer method, data transfer program, information processing terminal device, and information system
CN102064971A (en) * 2009-11-18 2011-05-18 英业达股份有限公司 Pressure test method for network cards
CN104158684A (en) * 2014-08-15 2014-11-19 深圳市蜂联科技有限公司 Gateway equipment state tracking method based on open intelligent gateway platform
CN107562554A (en) * 2017-08-25 2018-01-09 郑州云海信息技术有限公司 A kind of memory reliability method of testing and server
CN107948011A (en) * 2017-11-16 2018-04-20 郑州云海信息技术有限公司 The method and system of data consistency under a kind of verification network pressure

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111104273A (en) * 2019-12-17 2020-05-05 深圳忆联信息系统有限公司 Batch task-based automatic distribution testing method and device and computer equipment
CN112256500A (en) * 2020-09-18 2021-01-22 苏州浪潮智能科技有限公司 Storage system test server configuration method, system, terminal and storage medium
CN112256500B (en) * 2020-09-18 2023-01-10 苏州浪潮智能科技有限公司 Storage system test server configuration method, system, terminal and storage medium
CN112436982A (en) * 2020-11-23 2021-03-02 苏州浪潮智能科技有限公司 Network flow automatic mixed running test method, system, terminal and storage medium
CN112436982B (en) * 2020-11-23 2022-06-21 苏州浪潮智能科技有限公司 Network flow automatic mixed running test method, system, terminal and storage medium
CN113872826A (en) * 2021-08-31 2021-12-31 苏州浪潮智能科技有限公司 Network card port stability testing method, system, terminal and storage medium
CN113872826B (en) * 2021-08-31 2023-02-28 苏州浪潮智能科技有限公司 Network card port stability testing method, system, terminal and storage medium
CN114050990A (en) * 2021-11-10 2022-02-15 湖北天融信网络安全技术有限公司 Test method and device for network isolation equipment, storage medium and electronic equipment
CN114050990B (en) * 2021-11-10 2023-12-01 湖北天融信网络安全技术有限公司 Method and device for testing network isolation equipment, storage medium and electronic equipment
CN114338132A (en) * 2021-12-24 2022-04-12 中国联合网络通信集团有限公司 Secret-free login method, client application, operator server and electronic equipment
CN114338132B (en) * 2021-12-24 2023-08-01 中国联合网络通信集团有限公司 Secret-free login method, client application, operator server and electronic equipment
CN114328313A (en) * 2021-12-31 2022-04-12 联想长风科技(北京)有限公司 Information transmission method and system

Similar Documents

Publication Publication Date Title
CN110557299A (en) network transmission function batch test method, system, terminal and storage medium
CN110532168B (en) Full-link interface pressure measurement method and device, computer equipment and storage medium
CN110162435B (en) Method, system, terminal and storage medium for starting and testing PXE of server
CN110554938B (en) BIOS (basic input output System) testing method, system, terminal and storage medium based on script set
CN110764980A (en) Log processing method and device
CN111966551A (en) Method, system, terminal and storage medium for verifying remote command execution result
CN114546738A (en) Server general test method, system, terminal and storage medium
CN111262753B (en) Method, system, terminal and storage medium for automatically configuring number of NUMA nodes
CN109067605B (en) Storage subsystem fault diagnosis method and device, terminal and storage medium
CN109918221B (en) Hard disk error reporting analysis method, system, terminal and storage medium
CN112115060A (en) Audio test method and system based on terminal
CN111124772A (en) Cloud platform storage performance testing method, system, terminal and storage medium
CN110543394A (en) server sensor information consistency testing method, system, terminal and storage medium
CN109800114B (en) BMC visual test method, device, terminal and storage medium
CN114461458A (en) Server memory test method, system, terminal and storage medium
CN110795338B (en) Front-end and back-end interaction-based automatic testing method and device and electronic equipment
CN112003727A (en) Multi-node server power supply testing method, system, terminal and storage medium
CN114003916A (en) Method, system, terminal and storage medium for testing WEB role longitudinal override vulnerability
CN111240990A (en) ISMCLI command line testing method, system, terminal and storage medium
CN110543459A (en) Method, system, terminal and storage medium for acquiring file lock state under NFS
CN111143193A (en) Big data service testing method, system, terminal and storage medium based on RobotFramework
CN110597683A (en) SNMP temperature information verification method, system, terminal and storage medium
CN110688265A (en) Method, system, terminal and storage medium for testing information acquisition function of RAID controller
CN111984512B (en) Storage system resource competition simulation test method, system, terminal and storage medium
CN110865933A (en) Method, system, terminal and storage medium for rapidly testing effective value of BIOS option

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20191210