CN106021084A - Method and apparatus for testing server performance - Google Patents
Method and apparatus for testing server performance Download PDFInfo
- Publication number
- CN106021084A CN106021084A CN201610344650.7A CN201610344650A CN106021084A CN 106021084 A CN106021084 A CN 106021084A CN 201610344650 A CN201610344650 A CN 201610344650A CN 106021084 A CN106021084 A CN 106021084A
- Authority
- CN
- China
- Prior art keywords
- configuration information
- test
- current configuration
- server
- value
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/34—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
- G06F11/3409—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment
- G06F11/3414—Workload generation, e.g. scripts, playback
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Debugging And Monitoring (AREA)
Abstract
Description
技术领域technical field
本发明涉及计算机技术领域,特别涉及一种进行服务器性能测试的方法及装置。The invention relates to the field of computer technology, in particular to a method and device for performing server performance testing.
背景技术Background technique
服务器是信息化建设的重要基础,服务器性能的好坏决定了整个应用系统的性能。目前,衡量服务器性能的指标较多,如服务器进行浮点运算的能力。The server is an important foundation of informatization construction, and the performance of the server determines the performance of the entire application system. At present, there are many indicators for measuring server performance, such as the ability of the server to perform floating-point operations.
当需要进行服务器性能测试时,工作人员可以查看服务器的实际配置,并通过运用大量计算以确定出优选的测试参数,以及根据该测试参数以执行后续测试过程。When a server performance test is required, the staff can view the actual configuration of the server, and use a large number of calculations to determine the optimal test parameters, and perform subsequent test processes based on the test parameters.
由于需要人为确定环境参数及搭建测试环境,而人为操作的失误通常在所难免,故现有的实现方式会降低服务器性能测试结果的准确性。Since it is necessary to manually determine the environmental parameters and build the test environment, and human errors are usually unavoidable, the existing implementation methods will reduce the accuracy of the server performance test results.
发明内容Contents of the invention
本发明提供了一种进行服务器性能测试的方法及装置,能够提高服务器性能测试结果的准确性。The invention provides a method and device for testing server performance, which can improve the accuracy of server performance testing results.
为了达到上述目的,本发明是通过如下技术方案实现的:In order to achieve the above object, the present invention is achieved through the following technical solutions:
一方面,本发明提供了一种进行服务器性能测试的方法,预先确定测试工具,还包括:On the one hand, the present invention provides a kind of method that carries out server performance test, pre-determined test tool, also includes:
S1:获取服务器的当前配置信息,并生成所述当前配置信息对应的调优方案;S1: Obtain the current configuration information of the server, and generate an optimization solution corresponding to the current configuration information;
S2:输出所述当前配置信息和所述调优方案;S2: Outputting the current configuration information and the optimization scheme;
S3:在接收到输入的停止执行控制指令时,执行S4,在接收到输入的继续执行控制指令时,执行S5;S3: Execute S4 when receiving the input stop execution control instruction, and execute S5 when receiving the input continue execution control instruction;
S4:在接收到输入的服务器更新完成指令时,执行S1;S4: Execute S1 when the input server update completion instruction is received;
S5:根据所述当前配置信息,对所述测试工具的配置文件进行更新;S5: Update the configuration file of the test tool according to the current configuration information;
S6:根据更新后的所述配置文件,利用所述测试工具进行测试。S6: According to the updated configuration file, use the test tool to test.
进一步地,所述当前配置信息包括:内存总容量、系统总线程数、数据库类型、NUMA(Non Uniform Memory Access Architecture,非统一内存访问架构)、操作系统的IO(Input/Output,输入/输出)空闲端口中的任意一种或多种。Further, the current configuration information includes: total memory capacity, total system threads, database type, NUMA (Non Uniform Memory Access Architecture, non-uniform memory access architecture), IO (Input/Output, input/output) of the operating system Any one or more of free ports.
进一步地,所述当前配置信息包括:内存总容量、系统总线程数、数据库类型、NUMA、操作系统的IO空闲端口;Further, the current configuration information includes: total memory capacity, total system thread number, database type, NUMA, IO free ports of the operating system;
所述S5,包括:根据所述当前配置信息,计算获得所述内存总容量对应的Ns值、所述系统总线程数对应的PXQ值、所述数据库类型对应的NB值、所述NUMA对应的RFACTs值、所述操作系统的IO空闲端口对应的threshold值;将获得的所述Ns值、所述PXQ值、所述NB值、所述RFACTs值、所述threshold值写入到所述测试工具的配置文件中。The S5 includes: calculating and obtaining the Ns value corresponding to the total memory capacity, the PXQ value corresponding to the total number of system threads, the NB value corresponding to the database type, and the NUMA value corresponding to the NUMA according to the current configuration information. RFACTs value, the threshold value corresponding to the IO free port of the operating system; the obtained Ns value, the PXQ value, the NB value, the RFACTs value, and the threshold value are written into the test tool in the configuration file.
进一步地,在S5之后还包括:清除所述服务器对应的原始日志文件;Further, after S5, it also includes: clearing the original log file corresponding to the server;
在S6之后还包括:After S6 also includes:
生成相应的测试结果,并保存所述测试结果;Generate corresponding test results, and save the test results;
基于清除后的所述原始日志文件,生成相应的当前日志文件;Generate a corresponding current log file based on the cleared original log file;
判断所述当前日志文件中是否存在错误信息,若是,输出所述错误信息。Judging whether there is error information in the current log file, if so, outputting the error information.
进一步地,所述原始日志文件包括:Further, the original log file includes:
内核日志文件/var/log/messages、硬件监控日志文件/var/log/mcelog和测试工具日志文件/opt/intel/mp_linpack/ia64/log/xhpl.log。The kernel log file /var/log/messages, the hardware monitoring log file /var/log/mcelog, and the test tool log file /opt/intel/mp_linpack/ia64/log/xhpl.log.
进一步地,该方法还包括:预先确定与浮点运算相对应的./fpo_qhl.sh测试脚本;Further, the method also includes: predetermining the ./fpo_qhl.sh test script corresponding to the floating-point operation;
所述S1,包括:利用终端terminal运行所述测试脚本,通过运行所述测试脚本,获取服务器的当前配置信息,并生成所述当前配置信息对应的调优方案。The S1 includes: using a terminal to run the test script, obtain current configuration information of the server by running the test script, and generate an optimization solution corresponding to the current configuration information.
另一方面,本发明提供了一种进行服务器性能测试的装置,包括:In another aspect, the present invention provides a device for performing server performance testing, including:
确定单元,用于确定测试工具;Determining the unit, used to determine the test tool;
第一处理单元,用于获取服务器的当前配置信息,并生成所述当前配置信息对应的调优方案;以及输出所述当前配置信息和所述调优方案,并触发第一通信单元;The first processing unit is configured to acquire the current configuration information of the server, and generate an optimization scheme corresponding to the current configuration information; and output the current configuration information and the optimization scheme, and trigger the first communication unit;
所述第一通信单元,用于在接收到输入的停止执行控制指令时,触发第二通信单元,在接收到输入的继续执行控制指令时,触发更新单元;The first communication unit is configured to trigger the second communication unit when receiving the input stop execution control instruction, and trigger the update unit when receiving the input continue execution control instruction;
所述第二通信单元,用于在接收到输入的服务器更新完成指令时,触发第一处理单元;The second communication unit is configured to trigger the first processing unit when receiving an input server update completion instruction;
所述更新单元,用于根据所述当前配置信息,对所述测试工具的配置文件进行更新;The update unit is configured to update the configuration file of the test tool according to the current configuration information;
测试单元,用于根据更新后的所述配置文件,利用所述测试工具进行测试。The testing unit is configured to use the testing tool to perform testing according to the updated configuration file.
进一步地,所述当前配置信息包括:内存总容量、系统总线程数、数据库类型、NUMA、操作系统的IO空闲端口;Further, the current configuration information includes: total memory capacity, total system thread number, database type, NUMA, IO free ports of the operating system;
所述更新单元,具体用于根据所述当前配置信息,计算获得所述内存总容量对应的Ns值、所述系统总线程数对应的PXQ值、所述数据库类型对应的NB值、所述NUMA对应的RFACTs值、所述操作系统的IO空闲端口对应的threshold值;将获得的所述Ns值、所述PXQ值、所述NB值、所述RFACTs值、所述threshold值写入到所述测试工具的配置文件中。The update unit is specifically configured to calculate and obtain the Ns value corresponding to the total memory capacity, the PXQ value corresponding to the total number of system threads, the NB value corresponding to the database type, and the NUMA value according to the current configuration information. Corresponding RFACTs value, the threshold value corresponding to the IO idle port of the operating system; the obtained Ns value, the PXQ value, the NB value, the RFACTs value, and the threshold value are written into the in the configuration file of the testing tool.
进一步地,该进行服务器性能测试的装置还包括:Further, the device for performing server performance testing also includes:
清除单元,用于清除所述服务器对应的原始日志文件;a clearing unit, configured to clear the original log file corresponding to the server;
第二处理单元,用于生成相应的测试结果,并保存所述测试结果;以及基于清除后的所述原始日志文件,生成相应的当前日志文件;The second processing unit is configured to generate a corresponding test result and save the test result; and generate a corresponding current log file based on the cleared original log file;
第三处理单元,用于判断所述当前日志文件中是否存在错误信息,若是,输出所述错误信息。The third processing unit is configured to determine whether there is error information in the current log file, and if so, output the error information.
进一步地,所述确定单元,还用于确定与浮点运算相对应的./fpo_qhl.sh测试脚本;Further, the determination unit is also used to determine the ./fpo_qhl.sh test script corresponding to the floating-point operation;
所述第一处理单元,具体用于利用终端terminal运行所述测试脚本,通过运行所述测试脚本,获取服务器的当前配置信息,并生成所述当前配置信息对应的调优方案。The first processing unit is specifically configured to use a terminal to run the test script, obtain current configuration information of the server by running the test script, and generate an optimization solution corresponding to the current configuration information.
本发明提供了一种进行服务器性能测试的方法及装置,首先获取服务器的当前配置信息,生成相应的调优方案,并输出该当前配置信息和调优方案,以便于工作人员进行查看;若工作人员在查看后选择不更改当前配置环境,则根据当前配置信息以更新测试工具的配置文件,再利用测试工具进行测试;若工作人员选择更改当前配置环境,则重新获取更改后的配置信息,以及执行同样的后续操作步骤。由于确定测试环境参数、搭建测试环境及进行测试的实现过程可以自动进行,无需工作人员的参与,从而可以避免人为操作失误。因此,本发明能够提高服务器性能测试结果的准确性。The present invention provides a method and device for server performance testing. First, obtain the current configuration information of the server, generate a corresponding optimization plan, and output the current configuration information and the optimization plan so that the staff can check it; If the personnel choose not to change the current configuration environment after viewing, they will update the configuration file of the test tool according to the current configuration information, and then use the test tool for testing; if the staff chooses to change the current configuration environment, they will reacquire the changed configuration information, and Perform the same subsequent steps. Since the implementation process of determining the test environment parameters, building the test environment and conducting the test can be carried out automatically without the participation of staff, thereby avoiding human error. Therefore, the present invention can improve the accuracy of server performance test results.
附图说明Description of drawings
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the following will briefly introduce the drawings that need to be used in the description of the embodiments or the prior art. Obviously, the accompanying drawings in the following description are For some embodiments of the present invention, those skilled in the art can also obtain other drawings based on these drawings without creative work.
图1是本发明一实施例提供的一种进行服务器性能测试的方法的流程图;Fig. 1 is a flow chart of a method for performing server performance testing provided by an embodiment of the present invention;
图2是本发明一实施例提供的另一种进行服务器性能测试的方法的流程图;FIG. 2 is a flow chart of another method for performing server performance testing provided by an embodiment of the present invention;
图3是本发明一实施例提供的一种进行服务器性能测试的装置的示意图;Fig. 3 is a schematic diagram of a device for performing a server performance test provided by an embodiment of the present invention;
图4是本发明一实施例提供的另一种进行服务器性能测试的装置的示意图。Fig. 4 is a schematic diagram of another device for performing a server performance test provided by an embodiment of the present invention.
具体实施方式detailed description
为使本发明实施例的目的、技术方案和优点更加清楚,下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本发明一部分实施例,而不是全部的实施例,基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动的前提下所获得的所有其他实施例,都属于本发明保护的范围。In order to make the purpose, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below in conjunction with the drawings in the embodiments of the present invention. Obviously, the described embodiments It is a part of the embodiments of the present invention, but not all of them. Based on the embodiments of the present invention, all other embodiments obtained by those of ordinary skill in the art without creative work belong to the protection of the present invention. scope.
如图1所示,本发明实施例提供了一种进行服务器性能测试的方法,可以包括以下步骤:As shown in Figure 1, the embodiment of the present invention provides a method for performing server performance testing, which may include the following steps:
步骤101:预先确定测试工具。Step 101: Predetermine the test tool.
步骤102:获取服务器的当前配置信息,并生成所述当前配置信息对应的调优方案。Step 102: Obtain current configuration information of the server, and generate an optimization solution corresponding to the current configuration information.
步骤103:输出所述当前配置信息和所述调优方案。Step 103: Output the current configuration information and the optimization scheme.
步骤104:在接收到输入的停止执行控制指令时,执行步骤105,在接收到输入的继续执行控制指令时,执行步骤106。Step 104: Execute step 105 when receiving the input stop execution control instruction, and execute step 106 when receiving the input continuation execution control instruction.
步骤105:在接收到输入的服务器更新完成指令时,执行步骤102。Step 105: Execute step 102 when the input server update completion instruction is received.
步骤106:根据所述当前配置信息,对所述测试工具的配置文件进行更新。Step 106: Update the configuration file of the test tool according to the current configuration information.
步骤107:根据更新后的所述配置文件,利用所述测试工具进行测试。Step 107: According to the updated configuration file, use the test tool to test.
本发明实施例提供了一种进行服务器性能测试的方法,首先获取服务器的当前配置信息,生成相应的调优方案,并输出该当前配置信息和调优方案,以便于工作人员进行查看;若工作人员在查看后选择不更改当前配置环境,则根据当前配置信息以更新测试工具的配置文件,再利用测试工具进行测试;若工作人员选择更改当前配置环境,则重新获取更改后的配置信息,以及执行同样的后续操作步骤。由于确定测试环境参数、搭建测试环境及进行测试的实现过程可以自动进行,无需工作人员的参与,从而可以避免人为操作失误。因此,本发明能够提高服务器性能测试结果的准确性。The embodiment of the present invention provides a method for performing server performance testing. Firstly, the current configuration information of the server is obtained, a corresponding tuning plan is generated, and the current configuration information and tuning plan are output, so that the staff can check them; If the personnel choose not to change the current configuration environment after viewing, they will update the configuration file of the test tool according to the current configuration information, and then use the test tool for testing; if the staff chooses to change the current configuration environment, they will reacquire the changed configuration information, and Perform the same subsequent steps. Since the implementation process of determining the test environment parameters, building the test environment and conducting the test can be carried out automatically without the participation of staff, thereby avoiding human error. Therefore, the present invention can improve the accuracy of server performance test results.
在本发明一个实施例中,所述当前配置信息可以包括:内存总容量、系统总线程数、数据库类型、NUMA、操作系统的IO空闲端口中的任意一种或多种。In an embodiment of the present invention, the current configuration information may include: any one or more of total memory capacity, total system thread count, database type, NUMA, and IO free ports of the operating system.
在本发明一个实施例中,为了说明一种测试工具的配置文件的更新方式,所以,In an embodiment of the present invention, in order to illustrate the updating method of a configuration file of a testing tool, so,
所述当前配置信息包括:内存总容量、系统总线程数、数据库类型、NUMA、操作系统的IO空闲端口;The current configuration information includes: the total memory capacity, the total number of threads in the system, the database type, NUMA, the IO idle ports of the operating system;
所述步骤106,包括:根据所述当前配置信息,计算获得所述内存总容量对应的Ns值、所述系统总线程数对应的PXQ值、所述数据库类型对应的NB值、所述NUMA对应的RFACTs值、所述操作系统的IO空闲端口对应的threshold值;将获得的所述Ns值、所述PXQ值、所述NB值、所述RFACTs值、所述threshold值写入到所述测试工具的配置文件中。The step 106 includes: according to the current configuration information, calculate and obtain the Ns value corresponding to the total memory capacity, the PXQ value corresponding to the total number of system threads, the NB value corresponding to the database type, and the NUMA corresponding The RFACTs value, the threshold value corresponding to the IO idle port of the operating system; the obtained Ns value, the PXQ value, the NB value, the RFACTs value, and the threshold value are written into the test in the tool's configuration file.
在本发明一个实施例中,为了说明利用测试工具进行测试的后续实现过程,所以,In one embodiment of the present invention, in order to illustrate the subsequent implementation process of testing with testing tools, therefore,
在步骤106之后,进一步包括:清除所述服务器对应的原始日志文件;After step 106, further comprising: clearing the original log file corresponding to the server;
在步骤107之后,进一步包括:生成相应的测试结果,并保存所述测试结果;基于清除后的所述原始日志文件,生成相应的当前日志文件;判断所述当前日志文件中是否存在错误信息,若是,输出所述错误信息。After step 107, further comprising: generating corresponding test results, and saving the test results; based on the cleared original log file, generating a corresponding current log file; judging whether there is error information in the current log file, If yes, output the error message.
在本发明一个实施例中,所述原始日志文件包括:内核日志文件/var/log/messages、硬件监控日志文件/var/log/mcelog和测试工具日志文件/opt/intel/mp_linpack/ia64/log/xhpl.log。In one embodiment of the present invention, the original log file includes: kernel log file /var/log/messages, hardware monitoring log file /var/log/mcelog and test tool log file /opt/intel/mp_linpack/ia64/log /xhpl.log.
在本发明一个实施例中,该方法可以进一步包括:预先确定与浮点运算相对应的./fpo_qhl.sh测试脚本;In an embodiment of the present invention, the method may further include: predetermining the ./fpo_qhl.sh test script corresponding to the floating-point operation;
所述步骤102,包括:利用终端terminal运行所述测试脚本,通过运行所述测试脚本,获取服务器的当前配置信息,并生成所述当前配置信息对应的调优方案。The step 102 includes: using a terminal to run the test script, obtain current configuration information of the server by running the test script, and generate an optimization solution corresponding to the current configuration information.
如图2所示,本发明一个实施例提供了一种进行服务器性能测试的方法,该方法可以包括以下步骤:As shown in Figure 2, an embodiment of the present invention provides a method for performing server performance testing, which may include the following steps:
步骤201:确定测试工具,确定与浮点运算相对应的测试脚本。Step 201: Determine the test tool, and determine the test script corresponding to the floating point operation.
由于衡量服务器性能的一项非常重要的指标即为服务器进行浮点运算的能力,故在本实施例中,可以根据本方案提出的进行服务器性能测试的方法,以对服务器的浮点运算性能进行测试。Since a very important indicator for measuring server performance is the ability of the server to perform floating-point calculations, in this embodiment, the method for performing server performance testing proposed in this solution can be used to evaluate the floating-point calculation performance of the server. test.
在进行测试之前,首先可以确定相应的测试工具和测试脚本。其中,该测试脚本可以为./fpo_qhl.sh测试脚本,且这一测试过程可以在Linux系统下基于shell脚本进行。Before testing, the corresponding test tools and test scripts can be determined first. Wherein, the test script may be the ./fpo_qhl.sh test script, and this test process may be performed based on a shell script under the Linux system.
步骤202:利用terminal运行测试脚本,通过运行测试脚本,获取服务器的当前配置信息,并生成当前配置信息对应的调优方案。Step 202: use the terminal to run the test script, obtain the current configuration information of the server by running the test script, and generate an optimization solution corresponding to the current configuration information.
详细地,当前配置信息可以包括内存总容量、系统总线程数、数据库类型、NUMA、操作系统的IO空闲端口中的任意一种或多种。In detail, the current configuration information may include any one or more of the total memory capacity, the total number of system threads, database type, NUMA, and IO free ports of the operating system.
例如,在本实施例中,利用terminal以运行./fpo_qhl.sh测试脚本,可以获得服务器当前的内存总容量和系统总线程数,即超线程为开启、内存为满配。For example, in this embodiment, the terminal is used to run the ./fpo_qhl.sh test script to obtain the current total memory capacity of the server and the total number of system threads, that is, the hyperthreading is enabled and the memory is fully configured.
针对这一当前配置信息,经计算可以确定出服务器当前配置信息对应的调优方案为超线程关闭、内存为1/2配置。Based on this current configuration information, it can be determined through calculation that the optimization scheme corresponding to the current configuration information of the server is hyper-threading off and the memory is 1/2 configuration.
通过terminal运行测试脚本,terminal可以有3项提示,即:Run the test script through the terminal, the terminal can have 3 prompts, namely:
A、服务器的当前配置如下;A. The current configuration of the server is as follows;
B、调优配置方案如下;B. The tuning configuration scheme is as follows;
C、是否继续按照当前配置进行测试。C. Whether to continue testing according to the current configuration.
对应于上述提示A,在本发明的一个实施例中,这一提示对应的主要执行代码可以如下所示:Corresponding to the above prompt A, in one embodiment of the present invention, the main execution code corresponding to this prompt may be as follows:
对应于上述提示B和提示C,在本发明的一个实施例中,这一提示对应的主要执行代码可以如下所示:Corresponding to the above prompt B and prompt C, in one embodiment of the present invention, the main execution code corresponding to this prompt may be as follows:
NODE number:1NODE number: 1
Sockets number:1Sockets number: 1
memory policy:1/3DPSmemory policy: 1/3DPS
BIOS setup:BIOS setup:
HT:disableHT: disable
EIST:enableEIST: enable
Turbo:enableTurbo: enable
T/C state:disableT/C state: disable
Energy performance:performanceEnergy performance: performance
Do you want to continus using this configuration(Y/N)Do you want to continue using this configuration(Y/N)
步骤203:输出当前配置信息和调优方案。Step 203: output current configuration information and an optimization solution.
在确定出服务器的当前配置信息和相应调优方案时,可以将其输出,如可以在显示界面进行显示,以便于工作人员进行分析查看。When the current configuration information of the server and the corresponding optimization scheme are determined, they can be output, for example, displayed on a display interface, so that the staff can analyze and view them.
在本发明的一个实施例中,可以在显示界面上同时提供一组功能按钮,如YES/NO,以提示用户选择是否按照当前配置环境进行测试。假设工作人员在该阶段选择重新搭建服务器配置环境,则其可以点击NO按钮。In an embodiment of the present invention, a group of function buttons, such as YES/NO, may be provided on the display interface at the same time, to prompt the user to choose whether to perform the test according to the current configuration environment. Assuming that the staff chooses to rebuild the server configuration environment at this stage, they can click the NO button.
步骤204:在接收到输入的停止执行控制指令时,执行步骤205,在接收到输入的继续执行控制指令时,执行步骤206。Step 204: Execute step 205 when receiving the input stop execution control instruction, and execute step 206 when receiving the input continuation execution control instruction.
在工作人员点击NO按钮以输入停止执行控制指令时,系统可以自动关闭服务器。工作人员可以根据上述调优方案,以关闭超线程,并将内存配置更改为1/2配置,以完成测试环境的重新搭建。When the worker clicks the NO button to input the stop execution control command, the system can automatically shut down the server. According to the above tuning scheme, the staff can turn off hyperthreading and change the memory configuration to 1/2 configuration to complete the rebuilding of the test environment.
在本实施例中,系统可以根据服务器的当前配置信息以推荐相应的调优方案,以使工作人员根据实际需求进行选择。这一实现方式无需工作人员人为获取服务器配置信息,及无需人为计算优选的测试环境参数,从而可以节省人力资源的投入和时间投入,以及避免因人为操作所可能带来的失误问题,故可以提高浮点运算性能测试结果的准确性和权威性。In this embodiment, the system can recommend a corresponding optimization solution according to the current configuration information of the server, so that the staff can choose according to actual needs. This implementation method does not require staff to manually obtain server configuration information, and does not need to manually calculate the optimal test environment parameters, thereby saving human resources and time investment, and avoiding errors that may be caused by human operations, so it can be improved. The accuracy and authority of floating-point performance test results.
步骤205:在接收到输入的服务器更新完成指令时,执行步骤202。Step 205: Execute step 202 when the input server update completion instruction is received.
在完成测试环境的重新搭建之后,工作人员可以开启服务器,即系统可以获取到工作人员输入的服务器更新完成指令,从而可以再次执行步骤202,即再次获取服务器的当前配置信息。After rebuilding the test environment, the staff can start the server, that is, the system can obtain the server update completion instruction input by the staff, so that step 202 can be executed again, that is, the current configuration information of the server can be obtained again.
根据上述叙述可知,再次获取到的当前配置信息可以为超线程关闭、内存1/2配置,对应的调优方案即为当前配置环境最优。故工作人员可以点击显示界面上的YES按钮以输入继续执行控制指令,从而可以执行步骤206。在一种可能的实现方式中,若工作人员此时点击NO按钮,则测试脚本结束。According to the above description, it can be seen that the current configuration information obtained again can be hyper-threading off and memory 1/2 configuration, and the corresponding tuning solution is the optimal current configuration environment. Therefore, the worker can click the YES button on the display interface to input the control instruction to continue execution, so that step 206 can be executed. In a possible implementation manner, if the worker clicks the NO button at this time, the test script ends.
步骤206:根据当前配置信息,计算获得相应的测试参数值。Step 206: Calculate and obtain corresponding test parameter values according to the current configuration information.
详细地,测试参数值可以包括内存总容量对应的Ns值、系统总线程数对应的PXQ值、数据库类型对应的NB值、NUMA对应的RFACTs值、操作系统的IO空闲端口对应的threshold值中的任意一种或多种。Specifically, the test parameter value may include the Ns value corresponding to the total memory capacity, the PXQ value corresponding to the total number of system threads, the NB value corresponding to the database type, the RFACTs value corresponding to NUMA, and the threshold value corresponding to the IO idle port of the operating system. Any one or more.
其中,对于RFACTs值,0=left,1=Crout,2=Right。Wherein, for RFACTs value, 0=left, 1=Crout, 2=Right.
在本实施例中,根据获取到的服务器当前配置信息中的内存总容量和系统总线程数,可以分别计算得到相应的Ns值和PXQ值。测试工具在执行测试时,可以根据该Ns值和PXQ值进行测试。In this embodiment, according to the total memory capacity and the total number of system threads in the acquired current configuration information of the server, the corresponding Ns value and PXQ value can be calculated and obtained respectively. When the test tool executes the test, it can perform the test according to the Ns value and the PXQ value.
步骤207:将测试参数值写入到测试工具的配置文件中,并清除服务器对应的原始日志文件。Step 207: Write the test parameter value into the configuration file of the test tool, and clear the original log file corresponding to the server.
在完成测试参数值的计算时,可以根据计算获得的Ns值和PXQ值,对测试工具的HPL配置文件进行更新。详细地,可以自动将Ns值和PXQ值写入到测试工具的配置文件中,以进行相应的更新替换。When the calculation of test parameter values is completed, the HPL configuration file of the test tool can be updated according to the calculated Ns and PXQ values. Specifically, the Ns value and the PXQ value can be automatically written into the configuration file of the test tool for corresponding update and replacement.
在本发明的一个实施例中,服务器对应的原始日志文件中可以记录一些原有报警信息,由于该原有报警信息与当前服务器配置环境可能不相符,故在进行测试之前,可以清空该原始日志文件,以避免出现错误报警情况。In one embodiment of the present invention, some original alarm information can be recorded in the original log file corresponding to the server. Since the original alarm information may not match the current server configuration environment, the original log can be cleared before testing. file to avoid false alarm conditions.
详细地,原始日志文件可以为:In detail, the original log file can be:
内核日志文件/var/log/messages、硬件监控日志文件/var/log/mcelog和测试工具日志文件/opt/intel/mp_linpack/ia64/log/xhpl.log。The kernel log file /var/log/messages, the hardware monitoring log file /var/log/mcelog, and the test tool log file /opt/intel/mp_linpack/ia64/log/xhpl.log.
在本发明实施例中,通过运行脚本可以根据服务器配置信息以计算出测试环境相关参数,根据该相关参数以更新配置文件,以及清除日志信息。详细地,这一实现过程对应的主要执行代码可以如下所示:In the embodiment of the present invention, by running the script, the relevant parameters of the test environment can be calculated according to the server configuration information, the configuration file can be updated according to the relevant parameters, and the log information can be cleared. In detail, the main execution code corresponding to this implementation process can be as follows:
步骤208:根据更新后的配置文件,利用测试工具进行测试,并保存生成的测试结果。Step 208: According to the updated configuration file, use the test tool to test, and save the generated test result.
在测试工具的配置文件更新完成时,可以利用测试工具进行自动测试,以测试服务器的浮点运算性能。以及在测试完成时,可以对生成的测试结果进行保存。当然,系统也可以对生成的测试结果进行展示。When the configuration file of the testing tool is updated, the testing tool can be used to perform automatic testing to test the floating-point computing performance of the server. And when the test is completed, the generated test results can be saved. Of course, the system can also display the generated test results.
在本实施例中,根据配置文件开始进行测试,并自动收集测试结果,这一实现过程对应的主要执行代码可以如下所示:In this embodiment, the test is started according to the configuration file, and the test results are automatically collected. The main execution code corresponding to this implementation process can be as follows:
echo OMP_NUM_THREADS=$NUMPROC numactlecho OMP_NUM_THREADS=$NUMPROC numactl
--physcpubind=${cpuset[NUMSOCK]}--interleave=all./xhpl_intel64|tee-a$runlog--physcpubind=${cpuset[NUMSOCK]} --interleave=all ./xhpl_intel64|tee-a$runlog
OMP_NUM_THREADS=$NUMPROC numactlOMP_NUM_THREADS=$NUMPROC numactl
--physcpubind=${cpuset[NUMSOCK]}--physcpubind=${cpuset[NUMSOCK]}
--interleave=all./xhpl_offload_intel64|--interleave=all./xhpl_offload_intel64|
步骤209:基于清除后的原始日志文件,生成相应的当前日志文件。Step 209: Generate a corresponding current log file based on the cleared original log file.
在测试过程中,在清除后的原始日志文件基础之上,可以生成对应于当前测试过程的日志文件。During the test process, on the basis of the cleared original log file, a log file corresponding to the current test process can be generated.
步骤210:判断当前日志文件中是否存在错误信息,若是,输出错误信息。Step 210: Determine whether there is error information in the current log file, and if so, output the error information.
对于生成的当前日志文件,系统可以自动判断其中是否存在错误信息,并将判断出的错误信息输出提示,以便于工作人员进行相应分析处理。For the generated current log file, the system can automatically judge whether there is error information in it, and output the judged error information as a prompt, so that the staff can carry out corresponding analysis and processing.
在本实施例中,在测试完成之后,可以自动检测日志文件,若存在error等相关信息会进行提示,并将测试结果在测试过程中自动同步保存。In this embodiment, after the test is completed, the log file can be automatically detected, if there is error and other related information, a prompt will be given, and the test result will be automatically and synchronously saved during the test.
检查日志信息的对应的主要执行代码可以如下所示:The corresponding main execution code for checking log information can be as follows:
cat/var/log/messages|grep-i errorcat /var/log/messages grep -i error
cat/var/log/messages|grep-i temperaturecat /var/log/messages grep -i temperature
cat/var/log/messages|grep-i warningcat /var/log/messages grep -i warning
结果自动同步保存的对应的主要执行代码可以如下所示:The corresponding main execution code of automatic synchronous saving of results can be as follows:
tee-a$runlogtee-a$runlog
temp=`grep'WC06C2C4'$runlog|awk'{print$NF}'`temp = `grep 'WC06C2C4'$runlog|awk'{print $NF}'`
echo$ttime,$MACHINECONF,$NUMPROC,${NUMSOCK}-Socket,$psize,$temp>>$resfileecho $ttime, $MACHINECONF, $NUMPROC, ${NUMSOCK}-Socket, $psize, $temp>>$resfile
在本实施例中,可以利用shell脚本以实现服务器浮点运算测试环境的搭建和测试,使用方便、操作简单,无需经验丰富的工作人员同样可以快速准确地完成测试,故有益于减少人力资源的大量投入,提高工作效率。In this embodiment, the shell script can be used to realize the setting up and testing of the server floating-point computing test environment, which is convenient to use and easy to operate, and can quickly and accurately complete the test without experienced staff, so it is beneficial to reduce the cost of human resources. A lot of investment, improve work efficiency.
如图3所示,本发明实施例提供了一种进行服务器性能测试的装置,包括:As shown in Figure 3, an embodiment of the present invention provides a device for performing server performance testing, including:
确定单元301,用于确定测试工具;A determining unit 301, configured to determine a test tool;
第一处理单元302,用于获取服务器的当前配置信息,并生成所述当前配置信息对应的调优方案;以及输出所述当前配置信息和所述调优方案,并触发第一通信单元303;The first processing unit 302 is configured to acquire the current configuration information of the server, and generate an optimization scheme corresponding to the current configuration information; and output the current configuration information and the optimization scheme, and trigger the first communication unit 303;
所述第一通信单元303,用于在接收到输入的停止执行控制指令时,触发第二通信单元304,在接收到输入的继续执行控制指令时,触发更新单元305;The first communication unit 303 is configured to trigger the second communication unit 304 when receiving the input stop execution control instruction, and trigger the update unit 305 when receiving the input continue execution control instruction;
所述第二通信单元304,用于在接收到输入的服务器更新完成指令时,触发第一处理单元302;The second communication unit 304 is configured to trigger the first processing unit 302 when receiving an input server update completion instruction;
所述更新单元305,用于根据所述当前配置信息,对所述测试工具的配置文件进行更新;The updating unit 305 is configured to update the configuration file of the test tool according to the current configuration information;
测试单元306,用于根据更新后的所述配置文件,利用所述测试工具进行测试。The testing unit 306 is configured to use the testing tool to perform testing according to the updated configuration file.
在本发明一个实施例中,所述当前配置信息包括:内存总容量、系统总线程数、数据库类型、NUMA、操作系统的IO空闲端口;In one embodiment of the present invention, the current configuration information includes: the total memory capacity, the total number of threads in the system, the database type, NUMA, the IO free ports of the operating system;
所述更新单元305,具体用于根据所述当前配置信息,计算获得所述内存总容量对应的Ns值、所述系统总线程数对应的PXQ值、所述数据库类型对应的NB值、所述NUMA对应的RFACTs值、所述操作系统的IO空闲端口对应的threshold值;将获得的所述Ns值、所述PXQ值、所述NB值、所述RFACTs值、所述threshold值写入到所述测试工具的配置文件中。The update unit 305 is specifically configured to calculate and obtain the Ns value corresponding to the total memory capacity, the PXQ value corresponding to the total number of system threads, the NB value corresponding to the database type, and the The RFACTs value corresponding to NUMA, the threshold value corresponding to the IO free port of the operating system; the obtained Ns value, the PXQ value, the NB value, the RFACTs value, and the threshold value are written into the in the configuration file of the test tool described above.
在本发明一个实施例中,请参考图4,该进行服务器性能测试的装置还可以包括:In one embodiment of the present invention, please refer to FIG. 4, the device for performing server performance testing may also include:
清除单元401,用于清除所述服务器对应的原始日志文件;A clearing unit 401, configured to clear the original log file corresponding to the server;
第二处理单元402,用于生成相应的测试结果,并保存所述测试结果;以及基于清除后的所述原始日志文件,生成相应的当前日志文件;The second processing unit 402 is configured to generate a corresponding test result and save the test result; and generate a corresponding current log file based on the cleared original log file;
第三处理单元403,用于判断所述当前日志文件中是否存在错误信息,若是,输出所述错误信息。The third processing unit 403 is configured to determine whether there is error information in the current log file, and if so, output the error information.
在本发明一个实施例中,所述确定单元301,进一步用于确定与浮点运算相对应的./fpo_qhl.sh测试脚本;In one embodiment of the present invention, the determination unit 301 is further configured to determine the ./fpo_qhl.sh test script corresponding to the floating-point operation;
所述第一处理单元302,具体用于利用终端terminal运行所述测试脚本,通过运行所述测试脚本,获取服务器的当前配置信息,并生成所述当前配置信息对应的调优方案。The first processing unit 302 is specifically configured to use a terminal to run the test script, obtain current configuration information of the server by running the test script, and generate an optimization solution corresponding to the current configuration information.
上述装置内的各单元之间的信息交互、执行过程等内容,由于与本发明方法实施例基于同一构思,具体内容可参见本发明方法实施例中的叙述,此处不再赘述。The information exchange and execution process among the units in the above-mentioned device are based on the same concept as the method embodiment of the present invention, and the specific content can refer to the description in the method embodiment of the present invention, and will not be repeated here.
综上所述,本发明的各个实施例至少具有如下有益效果:In summary, each embodiment of the present invention has at least the following beneficial effects:
1、本发明实施例中,首先获取服务器的当前配置信息,生成相应的调优方案,并输出该当前配置信息和调优方案,以便于工作人员进行查看;若工作人员在查看后选择不更改当前配置环境,则根据当前配置信息以更新测试工具的配置文件,再利用测试工具进行测试;若工作人员选择更改当前配置环境,则重新获取更改后的配置信息,以及执行同样的后续操作步骤。由于确定测试环境参数、搭建测试环境及进行测试的实现过程可以自动进行,无需工作人员的参与,从而可以避免人为操作失误。因此,本发明能够提高服务器性能测试结果的准确性。1. In the embodiment of the present invention, first obtain the current configuration information of the server, generate a corresponding tuning plan, and output the current configuration information and tuning plan, so that the staff can check it; if the staff chooses not to change it after checking For the current configuration environment, update the configuration file of the test tool according to the current configuration information, and then use the test tool for testing; if the staff chooses to change the current configuration environment, re-acquire the changed configuration information, and perform the same follow-up steps. Since the implementation process of determining the test environment parameters, building the test environment and conducting the test can be carried out automatically without the participation of staff, thereby avoiding human error. Therefore, the present invention can improve the accuracy of server performance test results.
2、本发明实施例中,系统可以根据服务器的当前配置信息以推荐相应的调优方案,以使工作人员根据实际需求进行选择。这一实现方式无需工作人员人为获取服务器配置信息,及无需人为计算优选的测试环境参数,从而可以节省人力资源的投入和时间投入,以及避免因人为操作所可能带来的失误问题,故可以提高浮点运算性能测试结果的准确性和权威性。2. In the embodiment of the present invention, the system can recommend a corresponding optimization solution according to the current configuration information of the server, so that the staff can choose according to actual needs. This implementation method does not require staff to manually obtain server configuration information, and does not need to manually calculate the optimal test environment parameters, thereby saving human resources and time investment, and avoiding errors that may be caused by human operations, so it can be improved. The accuracy and authority of floating-point performance test results.
3、本发明实施例中,可以利用shell脚本以实现服务器浮点运算测试环境的搭建和测试,使用方便、操作简单,无需经验丰富的工作人员同样可以快速准确地完成测试,故有益于减少人力资源的大量投入,提高工作效率。3. In the embodiment of the present invention, the shell script can be used to realize the setting up and testing of the server floating-point computing test environment, which is convenient to use and simple to operate, and the test can be completed quickly and accurately without the need for experienced staff, so it is beneficial to reduce manpower A large amount of resources are invested to improve work efficiency.
需要说明的是,在本文中,诸如第一和第二之类的关系术语仅仅用来将一个实体或者操作与另一个实体或操作区分开来,而不一定要求或者暗示这些实体或操作之间存在任何这种实际的关系或者顺序。而且,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者设备所固有的要素。在没有更多限制的情况下,由语句“包括一个······”限定的要素,并不排除在包括所述要素的过程、方法、物品或者设备中还存在另外的相同因素。It should be noted that in this article, relational terms such as first and second are only used to distinguish one entity or operation from another entity or operation, and do not necessarily require or imply that there is a relationship between these entities or operations. There is no such actual relationship or sequence. Furthermore, the term "comprises", "comprises" or any other variation thereof is intended to cover a non-exclusive inclusion such that a process, method, article or apparatus comprising a set of elements includes not only those elements, but also includes elements not expressly listed. other elements of or also include elements inherent in such a process, method, article, or device. Without further limitations, an element defined by the phrase "comprising a ..." does not exclude the presence of additional same elements in the process, method, article or apparatus comprising said element.
本领域普通技术人员可以理解:实现上述方法实施例的全部或部分步骤可以通过程序指令相关的硬件来完成,前述的程序可以存储在计算机可读取的存储介质中,该程序在执行时,执行包括上述方法实施例的步骤;而前述的存储介质包括:ROM、RAM、磁碟或者光盘等各种可以存储程序代码的介质中。Those of ordinary skill in the art can understand that all or part of the steps to realize the above method embodiments can be completed by program instructions related hardware, and the aforementioned programs can be stored in a computer-readable storage medium. When the program is executed, the It includes the steps of the above method embodiments; and the aforementioned storage medium includes: ROM, RAM, magnetic disk or optical disk and other various media that can store program codes.
最后需要说明的是:以上所述仅为本发明的较佳实施例,仅用于说明本发明的技术方案,并非用于限定本发明的保护范围。凡在本发明的精神和原则之内所做的任何修改、等同替换、改进等,均包含在本发明的保护范围内。Finally, it should be noted that the above descriptions are only preferred embodiments of the present invention, and are only used to illustrate the technical solution of the present invention, and are not used to limit the protection scope of the present invention. Any modification, equivalent replacement, improvement, etc. made within the spirit and principles of the present invention are included in the protection scope of the present invention.
Claims (10)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610344650.7A CN106021084A (en) | 2016-05-23 | 2016-05-23 | Method and apparatus for testing server performance |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610344650.7A CN106021084A (en) | 2016-05-23 | 2016-05-23 | Method and apparatus for testing server performance |
Publications (1)
Publication Number | Publication Date |
---|---|
CN106021084A true CN106021084A (en) | 2016-10-12 |
Family
ID=57096891
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201610344650.7A Pending CN106021084A (en) | 2016-05-23 | 2016-05-23 | Method and apparatus for testing server performance |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN106021084A (en) |
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107179969A (en) * | 2017-05-12 | 2017-09-19 | 郑州云海信息技术有限公司 | One key sets the device and method of the BIOS option of Benchmark tests |
CN107276855A (en) * | 2017-07-27 | 2017-10-20 | 郑州云海信息技术有限公司 | A kind of automatically-monitored method of server stress based on linux system |
CN108718263A (en) * | 2018-06-13 | 2018-10-30 | 郑州云海信息技术有限公司 | A kind of network bandwidth test system based on the configuration of HCA cards |
CN108769074A (en) * | 2018-07-05 | 2018-11-06 | 郑州云海信息技术有限公司 | A kind of web server method for testing security and system |
CN109032977A (en) * | 2018-08-13 | 2018-12-18 | 郑州云海信息技术有限公司 | A kind of optimization method and server of PCIE SSD IO |
CN109240750A (en) * | 2018-08-29 | 2019-01-18 | 郑州云海信息技术有限公司 | A kind of method and its server of data processing |
CN111124889A (en) * | 2019-11-30 | 2020-05-08 | 苏州浪潮智能科技有限公司 | Host Numa testing method, system and equipment based on ICOS system |
CN111125005A (en) * | 2019-12-03 | 2020-05-08 | 苏州浪潮智能科技有限公司 | An HDFS distributed file system IO performance tuning method, system and device |
CN111262753A (en) * | 2020-01-13 | 2020-06-09 | 苏州浪潮智能科技有限公司 | A method, system, terminal and storage medium for automatic configuration of the number of NUMA nodes |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20070115860A1 (en) * | 2005-11-11 | 2007-05-24 | Antonio Samele | End-to-end test and diagnostic management system |
CN104407951A (en) * | 2014-11-05 | 2015-03-11 | 浪潮电子信息产业股份有限公司 | Method for automatically testing complete server |
CN104811353A (en) * | 2015-05-05 | 2015-07-29 | 浪潮电子信息产业股份有限公司 | Linux system based automatic network card performance test environment construction method |
-
2016
- 2016-05-23 CN CN201610344650.7A patent/CN106021084A/en active Pending
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20070115860A1 (en) * | 2005-11-11 | 2007-05-24 | Antonio Samele | End-to-end test and diagnostic management system |
CN104407951A (en) * | 2014-11-05 | 2015-03-11 | 浪潮电子信息产业股份有限公司 | Method for automatically testing complete server |
CN104811353A (en) * | 2015-05-05 | 2015-07-29 | 浪潮电子信息产业股份有限公司 | Linux system based automatic network card performance test environment construction method |
Cited By (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107179969B (en) * | 2017-05-12 | 2020-02-21 | 郑州云海信息技术有限公司 | Device and method for setting BIOS options of Benchmark test with one key |
CN107179969A (en) * | 2017-05-12 | 2017-09-19 | 郑州云海信息技术有限公司 | One key sets the device and method of the BIOS option of Benchmark tests |
CN107276855A (en) * | 2017-07-27 | 2017-10-20 | 郑州云海信息技术有限公司 | A kind of automatically-monitored method of server stress based on linux system |
CN108718263A (en) * | 2018-06-13 | 2018-10-30 | 郑州云海信息技术有限公司 | A kind of network bandwidth test system based on the configuration of HCA cards |
CN108769074A (en) * | 2018-07-05 | 2018-11-06 | 郑州云海信息技术有限公司 | A kind of web server method for testing security and system |
CN108769074B (en) * | 2018-07-05 | 2021-02-09 | 苏州浪潮智能科技有限公司 | A web server security testing method |
CN109032977A (en) * | 2018-08-13 | 2018-12-18 | 郑州云海信息技术有限公司 | A kind of optimization method and server of PCIE SSD IO |
CN109240750A (en) * | 2018-08-29 | 2019-01-18 | 郑州云海信息技术有限公司 | A kind of method and its server of data processing |
CN111124889A (en) * | 2019-11-30 | 2020-05-08 | 苏州浪潮智能科技有限公司 | Host Numa testing method, system and equipment based on ICOS system |
CN111124889B (en) * | 2019-11-30 | 2023-01-10 | 苏州浪潮智能科技有限公司 | A host Numa test method, system and equipment based on ICOS system |
CN111125005A (en) * | 2019-12-03 | 2020-05-08 | 苏州浪潮智能科技有限公司 | An HDFS distributed file system IO performance tuning method, system and device |
CN111125005B (en) * | 2019-12-03 | 2022-07-08 | 苏州浪潮智能科技有限公司 | Method, system and equipment for optimizing IO performance of HDFS distributed file system |
CN111262753A (en) * | 2020-01-13 | 2020-06-09 | 苏州浪潮智能科技有限公司 | A method, system, terminal and storage medium for automatic configuration of the number of NUMA nodes |
CN111262753B (en) * | 2020-01-13 | 2021-11-05 | 苏州浪潮智能科技有限公司 | Method, system, terminal and storage medium for automatically configuring number of NUMA nodes |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN106021084A (en) | Method and apparatus for testing server performance | |
CN108388489B (en) | Server fault diagnosis method, system, equipment and storage medium | |
US9946628B2 (en) | Embedding and executing trace functions in code to gather trace data | |
CN108287775A (en) | A kind of method, apparatus, equipment and the storage medium of server failure detection | |
CN104346574A (en) | Automatic host computer security configuration vulnerability restoration method and system based on configuration specification | |
CN110647447A (en) | Abnormal instance detection method, apparatus, device and medium for distributed system | |
CN109884533B (en) | Method and device for diagnosing battery fault, equipment and storage medium | |
CN105302726A (en) | Test method and device | |
WO2019112798A1 (en) | Value stream graphs across heterogeneous software development platforms | |
CN106201870A (en) | A kind of method and device testing GPU | |
CN110580220A (en) | Method and terminal device for measuring execution time of code segment | |
US10613969B2 (en) | Code coverage module with testing function identifier | |
CN109032874A (en) | A kind of memory pressure test method, device, terminal and storage medium | |
CN108287774A (en) | A kind of method for diagnosing faults of server, device, equipment and storage medium | |
CN118113508A (en) | Network card fault risk prediction method, device, equipment and medium | |
CN110262956A (en) | A kind of test cases selection method and device | |
CN112632174A (en) | Data inspection method, device and system | |
CN106095631B (en) | Multi-cycle non-pipeline CPU dynamic debugging method based on finite state machine | |
CN106855841B (en) | System memory analysis method and device | |
CN114968818A (en) | Automated test management method, device, terminal device and storage medium | |
CN113919609A (en) | A method and system for comprehensive evaluation of distribution network model quality | |
CN106776169A (en) | A kind of method and device of the PSU of testing service device | |
CN109032880B (en) | A hardware debugging method and device for cooperative BIOS self-checking | |
KR20180118606A (en) | Application programs User interface automation Test methods, electronic devices, systems and storage media | |
CN103268441B (en) | A kind of computer program carries out instruction-level monitoring and analyzes system and method |
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: 20161012 |
|
WD01 | Invention patent application deemed withdrawn after publication |