CN104268046A - Linux manual interaction NVIDIA GPU automatic testing method - Google Patents

Linux manual interaction NVIDIA GPU automatic testing method Download PDF

Info

Publication number
CN104268046A
CN104268046A CN201410551080.XA CN201410551080A CN104268046A CN 104268046 A CN104268046 A CN 104268046A CN 201410551080 A CN201410551080 A CN 201410551080A CN 104268046 A CN104268046 A CN 104268046A
Authority
CN
China
Prior art keywords
gpu
test
nvidia
testing method
linux
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
CN201410551080.XA
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.)
Inspur Electronic Information Industry Co Ltd
Original Assignee
Inspur Electronic Information Industry 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 Inspur Electronic Information Industry Co Ltd filed Critical Inspur Electronic Information Industry Co Ltd
Priority to CN201410551080.XA priority Critical patent/CN104268046A/en
Publication of CN104268046A publication Critical patent/CN104268046A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention discloses an NVIDIA GPU automatic testing method of manual interaction under Linux, which comprises the following concrete implementation processes: building a test platform; preparing a test environment; confirming the number of GPUs; installing a GPU driving tool; confirming GPU information; operating pressure test and city-springing monitoring; and finishing the test after confirming the result. Compared with the prior art, the Linux manual interaction NVIDIA GPU automatic testing method has the advantages that the NVIDIA GPU can achieve double-layer verification effect through the information captured by the system from hardware and manual interaction confirmation, the existence of unidentified GPU cards can be automatically detected and judged, the practicability is high, the stability of a server is effectively ensured, and the Linux manual interaction NVIDIA GPU automatic testing method is a very effective method for verifying the product quality.

Description

The NVIDIA GPU automated testing method of man-machine interactively under a kind of Linux
Technical field
The present invention relates to server accessory technical field of measurement and test, specifically the NVIDIA GPU automated testing method of man-machine interactively under a kind of practical, Linux.
Background technology
Along with the high speed development of server industries, in every field, increasing client adopts large batch of server to run the core application of oneself.Each server provider domestic at present, in order to meet the client of graphics calculations and large-scale PC cluster demand, releases the high-performance server of the stronger configuration NVIDIA GPU of many moneys computing power.
For the server system that NVIDIA GPU configures, majority carries out debugging configuration under system and pressure test based on manual mode, will strengthen the input of manpower and time like this, and artificial input complicated order easily produces mistake simultaneously.
Along with the continuous increase of server shipment amount, outside the stability ensureing product and reliability, the procedure of Product checking, robotization, high efficiency also become essential.
GPU supports T & L(TransformandLighting from hardware, polygon conversion and light source process), and T & L is a pith during 3D plays up, and also can be called " geometric manipulations ".GPU is no longer confined to 3D graphics process simultaneously, and the fact also proves in the calculating of the part such as floating-point operation, parallel computation, and even GPU can provide decades of times hundreds of times in the performance of CPU.
In the 3D graphics process of high-performance business and floating-point operation, parallel computation, GPU can produce a large amount of heat radiations, and it is particularly important that the heat radiation of GPU and capability bandwidth test become.
Based on this, now provide the NVIDIA GPU automated testing method of man-machine interactively under a kind of Linux, the method realizes by writing automatic test script, reduces man-machine interactively process as far as possible, realizes the object that pipelining detects, practical.
Summary of the invention
Technical assignment of the present invention is for above weak point, provides the NVIDIA GPU automated testing method of man-machine interactively under a kind of practical, Linux.
A NVIDIA GPU automated testing method for man-machine interactively under Linux, its specific implementation process is:
One, build test platform, NVIDIA GPU is installed to server;
Two, setup test environment;
Three, confirm that GPU is identified quantity, until all confirming to enter next step normally;
Four, GPU is installed drive and automatically load CUDA Install and configure;
Five, confirm and judge whether GPU information conforms to, and conforms to, and enters next step;
Six, operating pressure test, to the amendment of script argument option in test process, to realize carrying out the test item of different pressures value and different test durations;
Seven, check whether confirmation result meets GPU factory calibration;
Eight, test terminates.
Described test environment comprises installing operating system, selects disk partition and software package, and described operating system refers to Redhat linux system or Centos system.
In described step 3, GPU identifies that the judgement of quantity is completed by man-machine interactively, and this identifying comprises:
Judged by the quantity of system command to NVIDIA GPU;
Input the actual GPU quantity of order manually to compare, correctly then automatically carry out next step.
The detailed process of described step 4 is:
In/etc/rc.local file, write shielding firewall, selinux and deletion system carry video driver;
Auto-mounting GPU drives, and failure automatically generates log file for analysis, successful then loading CUDA Install and configure automatically.
In described step 5, the judgement man-machine interactively of GPU information completes, and its detailed process is:
Auto-mounting freeglut, cuda drive, failed then automatically generation log file for analysis;
By the environment configurations write/root/.bashrc file in PATH and the LD_LIBRARY_PATH path of CUDA;
Automatic display GPU information model, failed then point out check, successful then autoboot, and enter next step.
The NVIDIA GPU automated testing method of man-machine interactively under a kind of Linux of the present invention, has the following advantages:
Under a kind of Linux of this invention, the NVIDIA GPU automated testing method of man-machine interactively is by system command and automatically load CUDA TOOL software and detect GPU quantity and model, and in addition man-machine interactively confirms, improves the precision detected; Use automatic test script, by driving GPU, the Auto-mounting of environment configurations and pressure test runs, and greatly reduces the input of manpower and time, improves production capacity; Realize the procedure of NVIDIA GPU server product detection, robotization, high efficiency, practical, applied widely, be easy to promote.
Accompanying drawing explanation
Accompanying drawing 1 is realization flow figure of the present invention.
Embodiment
Below in conjunction with the drawings and specific embodiments, the invention will be further described.
The invention provides the NVIDIA GPU automated testing method of man-machine interactively under a kind of Linux, as shown in Figure 1, its specific implementation process is:
One, build test platform, NVIDIA GPU is installed to server;
Two, setup test environment;
Three, confirm that GPU is identified quantity, until all confirming to enter next step normally;
Four, GPU is installed drive and automatically load CUDA Install and configure;
Five, confirm and judge whether GPU information conforms to, and conforms to, and enters next step;
Six, operating pressure test, to the amendment of script argument option in test process, to realize carrying out the test item of different pressures value and different test durations;
Seven, check whether confirmation result meets GPU factory calibration;
Eight, test terminates.
Described test environment comprises installing operating system, selects disk partition and software package, and described operating system refers to Redhat linux system or Centos system.
In described step 3, GPU identifies that the judgement of quantity is completed by man-machine interactively, and this identifying comprises:
Judged by the quantity of system command to NVIDIA GPU;
Input the actual GPU quantity of order manually to compare, correctly then automatically carry out next step.
Part content for script is as follows:
a=`lspci |grep -i "3D controller: nVidia" |wc -l`
echo -n "Please Enter Physical GPU Number [1/2]:"
read Num
case ${Num} in
1)
if [ ! $a == 1 ]; then
echo -e "\033[41;37m GPU missing \033[0m"
else
./gpu.sh
Fi。
The detailed process of described step 4 is:
In/etc/rc.local file, write shielding firewall, selinux and deletion system carry video driver;
Auto-mounting GPU drives, and failure automatically generates log file for analysis, successful then loading CUDA Install and configure automatically.
Part content for script is as follows:
setenforce 0
echo "setenforce 0" >>/etc/rc.local
echo "iptables -F" >>/etc/rc.local
echo "rmmod nouveau" >>/etc/rc.local
sh NVIDIA-Linux-x86_64-319.60.run -a -s --no-x-check
if [$!= 0 ]; then
echo -e "\033[31m \033[05m GPU driver install FAIL\033[0m"
echo "GPU driver FAIL" >> /root/gpu_log.txt
else
sh /home/cuda.sh。
In described step 5, the judgement man-machine interactively of GPU information completes, and its detailed process is:
Auto-mounting freeglut, cuda drive, failed then automatically generation log file for analysis;
By the environment configurations write/root/.bashrc file in PATH and the LD_LIBRARY_PATH path of CUDA;
Automatic display GPU information model, failed then point out check, successful then autoboot, and enter next step.
Part content for script is as follows:
sh cuda_5.5.22_linux_64.run -silent -toolkit -samples
if [$!= 0 ]; then
echo -e "\033[31m \033[05m CUDA install fail\033[0m"
echo "cuda install fail" >>/root/gpu_log.txt
fi
echo "export PATH=/usr/local/cuda-5.5/bin:$PATH" >>/root/.bashrc
echo "export LD_LIBRARY_PATH=/usr/local/cuda-5.5/lib64:$LD_LIBRARY_PATH" >>/root/.bashrc
source /root/.bashrc
cd /usr/local/cuda-5.5/samples
make
/usr/local/cuda-5.5/samples/bin/x86_64/linux/release/deviceQuery |tee /home/gpu.txt
cat/home/gpu.txt|awk"/\"TeslaK20m\"/{print}/globalmemory/{print}/CUDAores/{print}/Clock rate:/{print}/deviceQuery,/{print}/Result/{print}"
echo -n "Please Check GPU infomation [OK/FAIL]:"
read Status
case ${Status} in
OK | ok)
Reboot。
The NVIDIA GPU automated testing method of man-machine interactively of the present invention, be suitable for the operating system such as the red cap of x86 framework and Centos, the information that the method is grabbed from hardware by system and man-machine interactively confirm, double-deck verification the verifying results can be reached to NVIDIA GPU, and automatically can detect and determine whether Unidentified GPU card.
This method of testing is simple to operate, greatly reduce the time (installing together with system, foreshortening within 1 hour from being greater than 2 hours) of producing the operation of line manual detection and intervening, practical, effectively ensure that the stability of server, is the very effective method of checking product quality.
This method of testing Successful utilization in the debugging of producing line configuration NVIDIA GPU server product and pressure burn-in test.
Above-mentioned embodiment is only concrete case of the present invention; scope of patent protection of the present invention includes but not limited to above-mentioned embodiment; under any a kind of Linux according to the invention the NVIDIA GPU automated testing method of man-machine interactively claims and any person of an ordinary skill in the technical field to its suitable change done or replacement, all should fall into scope of patent protection of the present invention.

Claims (5)

1. the NVIDIA GPU automated testing method of man-machine interactively under Linux, is characterized in that its specific implementation process is:
One, build test platform, NVIDIA GPU is installed to server;
Two, setup test environment;
Three, confirm that GPU is identified quantity, until all confirming to enter next step normally;
Four, GPU is installed drive and automatically load CUDA Install and configure;
Five, confirm and judge whether GPU information conforms to, and conforms to, and enters next step;
Six, operating pressure test, to the amendment of script argument option in test process, to realize carrying out the test item of different pressures value and different test durations;
Seven, check whether confirmation result meets GPU factory calibration;
Eight, test terminates.
2. the NVIDIA GPU automated testing method of man-machine interactively under a kind of Linux according to claim 1, it is characterized in that: described test environment comprises installing operating system, selects disk partition and software package, and described operating system refers to Redhat linux system or Centos system.
3. the NVIDIA GPU automated testing method of man-machine interactively under a kind of Linux according to claim 2, is characterized in that: in described step 3, GPU identifies that the judgement of quantity is completed by man-machine interactively, and this identifying comprises:
Judged by the quantity of system command to NVIDIA GPU;
Input the actual GPU quantity of order manually to compare, correctly then automatically carry out next step.
4. the NVIDIA GPU automated testing method of man-machine interactively under a kind of Linux according to claim 2, is characterized in that: the detailed process of described step 4 is:
In/etc/rc.local file, write shielding firewall, selinux and deletion system carry video driver;
Auto-mounting GPU drives, and failure automatically generates log file for analysis, successful then loading CUDA Install and configure automatically.
5. the NVIDIA GPU automated testing method of man-machine interactively under a kind of Linux according to claim 2, is characterized in that: in described step 5, the judgement man-machine interactively of GPU information completes, and its detailed process is:
Auto-mounting freeglut, cuda drive, failed then automatically generation log file for analysis;
By the environment configurations write/root/.bashrc file in PATH and the LD_LIBRARY_PATH path of CUDA;
Automatic display GPU information model, failed then point out check, successful then autoboot, and enter next step.
CN201410551080.XA 2014-10-17 2014-10-17 Linux manual interaction NVIDIA GPU automatic testing method Pending CN104268046A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410551080.XA CN104268046A (en) 2014-10-17 2014-10-17 Linux manual interaction NVIDIA GPU automatic testing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410551080.XA CN104268046A (en) 2014-10-17 2014-10-17 Linux manual interaction NVIDIA GPU automatic testing method

Publications (1)

Publication Number Publication Date
CN104268046A true CN104268046A (en) 2015-01-07

Family

ID=52159569

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410551080.XA Pending CN104268046A (en) 2014-10-17 2014-10-17 Linux manual interaction NVIDIA GPU automatic testing method

Country Status (1)

Country Link
CN (1) CN104268046A (en)

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104932976A (en) * 2015-06-03 2015-09-23 浪潮电子信息产业股份有限公司 Implementation method for automatically testing performance of PCIEx16
CN105354146A (en) * 2015-12-09 2016-02-24 浪潮电子信息产业股份有限公司 Linux-based server C-state detection method
CN105930240A (en) * 2016-05-19 2016-09-07 浪潮电子信息产业股份有限公司 Method for carrying out automatic differential aging test on server
CN106201870A (en) * 2016-07-01 2016-12-07 浪潮电子信息产业股份有限公司 A kind of method and device testing GPU
CN106649014A (en) * 2016-12-28 2017-05-10 郑州云海信息技术有限公司 Automatic testing method of calculating type server which supports multiple GPUs
CN107423183A (en) * 2017-04-25 2017-12-01 郑州云海信息技术有限公司 A kind of GTX series video card calculates the applied voltage test method of performance
CN107590037A (en) * 2017-08-29 2018-01-16 郑州云海信息技术有限公司 A kind of method that EDPP tests are carried out to server GPU
CN107797922A (en) * 2017-09-27 2018-03-13 北京金山安全软件有限公司 Application page testing method, electronic device and electronic equipment
CN107832177A (en) * 2017-11-20 2018-03-23 郑州云海信息技术有限公司 A kind of EDP method of testings, system, equipment and the storage medium of more GPU systems
CN108073508A (en) * 2016-11-18 2018-05-25 腾讯科技(深圳)有限公司 A kind of compatibility detection method and device
CN108280004A (en) * 2018-01-22 2018-07-13 郑州云海信息技术有限公司 A kind of SXM2 GPU link tests board and test method
CN109086184A (en) * 2018-07-18 2018-12-25 郑州云海信息技术有限公司 The monitoring method of GPU pressure test under a kind of server Linux system
CN109189638A (en) * 2018-08-20 2019-01-11 郑州云海信息技术有限公司 A kind of GPU driving detection method, device, terminal and storage medium
CN109213649A (en) * 2018-09-18 2019-01-15 郑州云海信息技术有限公司 GTX video card deep learning optimal inspection method, apparatus, terminal and storage medium
CN109634791A (en) * 2018-12-03 2019-04-16 郑州云海信息技术有限公司 A kind of automated testing method of GPU server
CN109684144A (en) * 2018-12-26 2019-04-26 郑州云海信息技术有限公司 A kind of method and device of GPU-BOX system testing
CN109783378A (en) * 2019-01-02 2019-05-21 郑州云海信息技术有限公司 GPU is in the compatibility test method of Ubnutu system, device, terminal and storage medium
CN109815075A (en) * 2019-02-28 2019-05-28 苏州浪潮智能科技有限公司 A kind of detection method and device of GPGPU link speed
CN109918125A (en) * 2019-03-20 2019-06-21 浪潮商用机器有限公司 GPU configuration method and device based on OpenPOWER framework
CN110238625A (en) * 2019-07-09 2019-09-17 福州经济技术开发区美墨轩文具有限公司 A kind of automatic installation apparatus of GPU factory test
CN112560041A (en) * 2021-02-25 2021-03-26 北京微步在线科技有限公司 Method, apparatus and computer storage medium for automated quality verification detection
CN113570495A (en) * 2021-06-08 2021-10-29 杭州圣庭医疗科技有限公司 High-precision rapid sequencing platform based on nanopore sequencer and construction method thereof

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101369244A (en) * 2007-08-14 2009-02-18 鸿富锦精密工业(深圳)有限公司 Graphic display card test method
US20090128570A1 (en) * 2007-11-19 2009-05-21 James Chen Method And System For Automatically Analyzing GPU Test Results
CN202257547U (en) * 2011-07-21 2012-05-30 曙光信息产业股份有限公司 Device for testing display card in Loongson CPU (central processing unit) platform
CN102541679A (en) * 2011-12-30 2012-07-04 曙光信息产业股份有限公司 Method and system for testing GPU (graphic processing unit) cards
CN102567166A (en) * 2011-12-30 2012-07-11 曙光信息产业股份有限公司 Testing method and testing system of graphics card
CN103324505A (en) * 2013-06-24 2013-09-25 曙光信息产业(北京)有限公司 Method for deploying GPU (graphic processor unit) development environments in cluster system and could computing system
CN103984612A (en) * 2014-05-28 2014-08-13 浪潮电子信息产业股份有限公司 Unattended pressure testing method based on HPL tool

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101369244A (en) * 2007-08-14 2009-02-18 鸿富锦精密工业(深圳)有限公司 Graphic display card test method
US20090128570A1 (en) * 2007-11-19 2009-05-21 James Chen Method And System For Automatically Analyzing GPU Test Results
CN202257547U (en) * 2011-07-21 2012-05-30 曙光信息产业股份有限公司 Device for testing display card in Loongson CPU (central processing unit) platform
CN102541679A (en) * 2011-12-30 2012-07-04 曙光信息产业股份有限公司 Method and system for testing GPU (graphic processing unit) cards
CN102567166A (en) * 2011-12-30 2012-07-11 曙光信息产业股份有限公司 Testing method and testing system of graphics card
CN103324505A (en) * 2013-06-24 2013-09-25 曙光信息产业(北京)有限公司 Method for deploying GPU (graphic processor unit) development environments in cluster system and could computing system
CN103984612A (en) * 2014-05-28 2014-08-13 浪潮电子信息产业股份有限公司 Unattended pressure testing method based on HPL tool

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104932976A (en) * 2015-06-03 2015-09-23 浪潮电子信息产业股份有限公司 Implementation method for automatically testing performance of PCIEx16
CN105354146A (en) * 2015-12-09 2016-02-24 浪潮电子信息产业股份有限公司 Linux-based server C-state detection method
CN105930240A (en) * 2016-05-19 2016-09-07 浪潮电子信息产业股份有限公司 Method for carrying out automatic differential aging test on server
CN106201870A (en) * 2016-07-01 2016-12-07 浪潮电子信息产业股份有限公司 A kind of method and device testing GPU
CN108073508A (en) * 2016-11-18 2018-05-25 腾讯科技(深圳)有限公司 A kind of compatibility detection method and device
CN106649014A (en) * 2016-12-28 2017-05-10 郑州云海信息技术有限公司 Automatic testing method of calculating type server which supports multiple GPUs
CN107423183A (en) * 2017-04-25 2017-12-01 郑州云海信息技术有限公司 A kind of GTX series video card calculates the applied voltage test method of performance
CN107590037A (en) * 2017-08-29 2018-01-16 郑州云海信息技术有限公司 A kind of method that EDPP tests are carried out to server GPU
CN107797922A (en) * 2017-09-27 2018-03-13 北京金山安全软件有限公司 Application page testing method, electronic device and electronic equipment
CN107797922B (en) * 2017-09-27 2021-05-28 北京金山安全软件有限公司 Application page testing method, electronic device and electronic equipment
CN107832177A (en) * 2017-11-20 2018-03-23 郑州云海信息技术有限公司 A kind of EDP method of testings, system, equipment and the storage medium of more GPU systems
CN108280004A (en) * 2018-01-22 2018-07-13 郑州云海信息技术有限公司 A kind of SXM2 GPU link tests board and test method
CN109086184A (en) * 2018-07-18 2018-12-25 郑州云海信息技术有限公司 The monitoring method of GPU pressure test under a kind of server Linux system
CN109189638A (en) * 2018-08-20 2019-01-11 郑州云海信息技术有限公司 A kind of GPU driving detection method, device, terminal and storage medium
CN109213649A (en) * 2018-09-18 2019-01-15 郑州云海信息技术有限公司 GTX video card deep learning optimal inspection method, apparatus, terminal and storage medium
CN109634791A (en) * 2018-12-03 2019-04-16 郑州云海信息技术有限公司 A kind of automated testing method of GPU server
CN109684144A (en) * 2018-12-26 2019-04-26 郑州云海信息技术有限公司 A kind of method and device of GPU-BOX system testing
CN109684144B (en) * 2018-12-26 2021-11-02 郑州云海信息技术有限公司 Method and device for testing GPU-BOX system
CN109783378A (en) * 2019-01-02 2019-05-21 郑州云海信息技术有限公司 GPU is in the compatibility test method of Ubnutu system, device, terminal and storage medium
CN109815075A (en) * 2019-02-28 2019-05-28 苏州浪潮智能科技有限公司 A kind of detection method and device of GPGPU link speed
CN109918125A (en) * 2019-03-20 2019-06-21 浪潮商用机器有限公司 GPU configuration method and device based on OpenPOWER framework
CN110238625A (en) * 2019-07-09 2019-09-17 福州经济技术开发区美墨轩文具有限公司 A kind of automatic installation apparatus of GPU factory test
CN112560041A (en) * 2021-02-25 2021-03-26 北京微步在线科技有限公司 Method, apparatus and computer storage medium for automated quality verification detection
CN112560041B (en) * 2021-02-25 2021-05-25 北京微步在线科技有限公司 Method, apparatus and computer storage medium for automated quality verification detection
CN113570495A (en) * 2021-06-08 2021-10-29 杭州圣庭医疗科技有限公司 High-precision rapid sequencing platform based on nanopore sequencer and construction method thereof

Similar Documents

Publication Publication Date Title
CN104268046A (en) Linux manual interaction NVIDIA GPU automatic testing method
CN104123184B (en) A kind of method and system for being used to distribute resource for the task in building process
CN104317712A (en) Linux-based storage server fatigue test method
CN106445755B (en) A kind of server automated test method of whole machine cabinet
US20150253379A1 (en) System and method for cloud testing and remote monitoring of integrated circuit devices
CN103744759A (en) Method for verifying unattended disk performance and stability under Linux system
CN104460360A (en) Control system simulation system and method
CN105068920A (en) Shell-based method for testing stability of rack asset information
CN103778050B (en) A kind of database server High Availabitity performance detecting system
US9542304B1 (en) Automated operating system installation
CN104484253A (en) Automatic testing method for human-computer interaction Intel MIC (Many Integrated Core) card
CN110750396A (en) Server operating system compatibility testing method and device and storage medium
CN104391780A (en) Method for automatically checking stability of power supply redundancy function of server
CN106649020A (en) Detecting method and device for storage case burn information
CN104461846A (en) Method and device for detecting power consumption of application program
CN112650676A (en) Software testing method, device, equipment and storage medium
CN110350991A (en) A kind of optical module Auto-Test System, method, computer equipment and storage medium
CN107168838A (en) A kind of RAID card Auto-Test System
US20190188574A1 (en) Ground truth generation framework for determination of algorithm accuracy at scale
CN103425580A (en) Method for automatically and rapidly obtaining and calibrating configuration information of cloud computing device
CN106095647A (en) Method for monitoring voltage of Seagate hard disk in real time
CN104183272B (en) A kind of core board self-test of stamp hole encapsulation and burning device, method
CN102055780A (en) System and method for testing disk array
CN103218277A (en) Automatic detection method and device for server environment
CN109614257A (en) Processing method, device, computer storage medium and the electronic equipment of program exception

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20150107

WD01 Invention patent application deemed withdrawn after publication