CN111262753A - Method, system, terminal and storage medium for automatically configuring number of NUMA nodes - Google Patents

Method, system, terminal and storage medium for automatically configuring number of NUMA nodes Download PDF

Info

Publication number
CN111262753A
CN111262753A CN202010033240.7A CN202010033240A CN111262753A CN 111262753 A CN111262753 A CN 111262753A CN 202010033240 A CN202010033240 A CN 202010033240A CN 111262753 A CN111262753 A CN 111262753A
Authority
CN
China
Prior art keywords
numa
count
parameter group
test
cpu
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010033240.7A
Other languages
Chinese (zh)
Other versions
CN111262753B (en
Inventor
李志远
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur 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 Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202010033240.7A priority Critical patent/CN111262753B/en
Publication of CN111262753A publication Critical patent/CN111262753A/en
Application granted granted Critical
Publication of CN111262753B publication Critical patent/CN111262753B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/50Testing arrangements
    • 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/0817Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability by checking functioning

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Environmental & Geological Engineering (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a method, a system, a terminal and a storage medium for automatically configuring the number of NUMA nodes, wherein the method comprises the following steps: acquiring CPU information of the current test environment by using an lscpu command; extracting the number of NUMA nodes from the CPU information through grep commands; and assigning the NUMA Node number to an operation parameter GROUP _ COUNT through a script, and executing SPEC jbb2015 test according to the number GROUP _ COUNT. The invention can automatically identify the test environment, automatically acquire NUMA Node information under different test environments, and carry out self-adaptive configuration on SPEC jbb2015 test parameters, thereby avoiding the complicated process of manual configuration of testers, improving the test efficiency, and being applicable to any test environment with NUMA Node architecture.

Description

Method, system, terminal and storage medium for automatically configuring number of NUMA nodes
Technical Field
The invention belongs to the technical field of server testing, and particularly relates to a method, a system, a terminal and a storage medium for automatically configuring the number of NUMA nodes.
Background
SPEC jbb2015 is a standard performance evaluating organization of international authority, SPEC is mainly used for measuring Java system performance including JRE performance, operating system performance and underlying hardware, and most servers of various large enterprises test the JRE performance of CPUs, the operating system performance, Java service application performance and expandability of the CPUs through SPEC. Modern servers all adopt a Non-Uniform Memory Access (NUMA) architecture, the NUMA divides the server into a plurality of nodes ("nodes"), each Node has a plurality of CPUs therein, the nodes use a common Memory controller therein, and the nodes are connected and information exchanged through an interconnection module. The NUMA node accesses the memory of the local node without passing through the interconnection module, the access speed is the fastest, and the NUMA node accesses the memory of the non-local node without passing through the interconnection module, so the access speed is slower.
The SPEC jbb2015 test provides a testing mode of multiple JVMs (Java virtual machines), when testing multiple JVMs, it should be ensured that each JVM is correspondingly bound to each NUMA Node in the current testing environment, so that each JVM only accesses the memory of the Node as far as possible, and the Java performance of the system is highest, that is, the number of the test parameters GROUP is required to be equal to the number of NUMA nodes (s)) in the current testing environment, and binding is performed.
In the above method, if the test is run according to the default configuration, and at this time, the GROUP _ COUNT is 1, the SPEC jbb2015 test only runs one GROUP according to the default value, and the server generally does not have only one NUMA Node according to the difference of the CPU, often has multiple NUMA Nodes, resulting in that the GROUP _ COUNT is not equal to NUMA Nodes(s), so the default configuration cannot satisfy the test optimal performance configuration, and a tester needs to manually modify the value of the GROUP _ COUNT in the test script to the current number of NUMA Nodes, which is tedious in process, and often forgets to modify the value, and directly runs the test according to the default value, resulting in waste of working resources.
Disclosure of Invention
In order to solve the above technical problems, the present invention provides a method, a system, a terminal, and a storage medium for automatically configuring the number of NUMA nodes.
In a first aspect, the present invention provides a method for automatically configuring NUMA node numbers, including:
acquiring CPU information of the current test environment by using an lscpu command;
extracting the number of NUMA nodes from the CPU information through grep commands;
and assigning the NUMA Node number to an operation parameter GROUP _ COUNT through a script, and executing SPEC jbb2015 test according to the operation parameter GROUP _ COUNT.
Further, the acquiring the CPU information of the current test environment by using the lscpu command includes:
and executing the lscpu command to acquire CPU information such as the number of CPUs, threads, the number of cores, sockets, NUMA information, cache and the like.
Further, the extracting NUMA Node numbers from the CPU information through grep commands includes:
executing | grep 'NUMA Node(s)', and extracting NUMA Node number information in the CPU information through grep command.
Further, the assigning the NUMA Node number to an operation parameter GROUP _ COUNT by the script, and executing SPEC jbb2015 test according to the operation parameter GROUP _ COUNT includes:
executing an awk command, transmitting the number of the CPU NUMA nodes to the script, and then assigning values to transmission variables;
executing GROUP _ COUNT as $ A, and assigning a transmission variable to an operation parameter GROUP _ COUNT;
and (4) running the SPEC jbb2015 test according to the running parameter GROUP _ COUNT, and outputting the performance test result of the CPU NUMA Node.
In a second aspect, the present invention provides a method and a system for automatically configuring the number of NUMA nodes, including:
the CPU information acquisition unit is configured for acquiring the CPU information of the current test environment by using an lscpu command;
a Node number extracting unit configured to extract NUMA Node numbers from the CPU information by grep commands;
and the parameter configuration unit is configured to assign the NUMA Node number to an operation parameter GROUP _ COUNT through a script and execute SPEC jbb2015 test according to the operation parameter GROUP _ COUNT.
Further, the parameter configuration unit includes:
the variable assignment module is configured for executing an awk command, transmitting the number of the CPU NUMA nodes to the script and then assigning the number to a transmission variable;
the parameter assignment module is configured to assign a transmission variable to an operation parameter GROUP _ COUNT;
and the test operation module is configured to operate the SPEC jbb2015 test according to the operation parameter GROUP _ COUNT and output a performance test result of the CPU NUMA Node.
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 having stored therein instructions, which when run on a computer, cause the computer to perform the method of the above aspects.
The beneficial effect of the invention is that,
the method, the system, the terminal and the storage medium for automatically configuring the number of NUMA nodes provided by the invention can automatically identify the test environment, automatically acquire the NUMA Node information under different test environments, and perform self-adaptive configuration on SPEC jbb2015 test parameters, thereby avoiding the complicated process of manual configuration of testers, improving the test efficiency, and being applicable to any test environment with NUMA Node architecture.
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.
CPU NUMA Node: nodes under the NUMA architecture in the CPU.
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention. The execution main body in fig. 1 may be a NUMA node number automatic configuration method system.
As shown in fig. 1, the method 100 includes:
step 110, acquiring CPU information of the current test environment by using an lscpu command;
step 120, extracting NUMA Node number from the CPU information through grep command;
and step 130, assigning the NUMA Node number to an operation parameter GROUP _ COUNT through a script, and executing SPEC jbb2015 test according to the operation parameter GROUP _ COUNT.
Optionally, as an embodiment of the present invention, the acquiring, by using an l scu command, CPU information of a current test environment includes:
and executing the lscpu command to acquire CPU information such as the number of CPUs, threads, the number of cores, sockets, NUMA information, cache and the like.
Optionally, as an embodiment of the present invention, the extracting, by a grep command, a numanide number from the CPU information includes:
executing | grep 'NUMA Node(s)', and extracting NUMA Node number information in the CPU information through grep command.
Optionally, as an embodiment of the present invention, the assigning, by a script, the NUMA Node number to an operation parameter GROUP _ COUNT, and performing SPEC jbb2015 test according to the operation parameter GROUP _ COUNT includes:
executing an awk command, transmitting the number of the CPU NUMA nodes to the script, and then assigning values to transmission variables;
assigning a transmission variable to an operation parameter GROUP _ COUNT;
and (4) running the SPEC jbb2015 test according to the running parameter GROUP _ COUNT, and outputting the performance test result of the CPU NUMA Node.
In order to facilitate understanding of the present invention, the following further describes the NUMA node number automatic configuration method provided by the present invention with reference to the principle of the NUMA node number automatic configuration method of the present invention and the process of testing CPU parameter configuration for SPEC jbb2015 in the embodiment.
Specifically, the script execution code of the NUMA node number automatic configuration method is as follows: lscpu | grep "NUMA node(s)" | awk' { a ═ 3; print A }'.
GROUP_COUNT=$A
S1, acquiring CPU information of the current test environment by using an lscpu command;
executing the lscpu command to acquire CPU information such as the number of CPUs, threads, the number of cores, sockets, NUMA information, cache and the like;
s2, extracting NUMA Node number from the CPU information through grep command;
executing | grep 'NUMA Node(s)', and extracting NUMA Node number information in the CPU information through grep command.
S3, assigning the NUMA Node number to an operation parameter GROUP _ COUNT through a script, and executing SPEC jbb2015 test according to the operation parameter GROUP _ COUNT;
execute | awk' { a ═ 3; pr int A }', transferring the number of CPU NUMA nodes to the script and assigning to a transfer variable A; carrying out GROUP _ COUNT as $ A, and assigning a transmission variable A to an operation parameter GROUP _ COUNT;
and (4) running the SPEC jbb2015 test according to the running parameter GROUP _ COUNT, and outputting the performance test result of the CPU NUMA Node.
As shown in fig. 2, the system 200 includes:
a CPU information obtaining unit 210 configured to obtain CPU information of the current test environment by using an lscpu command;
a Node number extracting unit 220 configured to extract NUMA Node numbers from the CPU information by grep commands;
and the parameter configuration unit 230 is configured to assign the NUMA Node number to an operation parameter GROUP _ COUNT through a script, and execute SPEC jbb2015 test according to the operation parameter GROUP _ COUNT.
Optionally, as an embodiment of the present invention, the parameter configuration unit includes:
a variable valuation module configured to execute | awk' { a ═ 3; print A }', the number of CPU NUMA Node is transmitted to script and then assigned to transmission variable;
the parameter assignment module is configured to execute GROUP _ COUNT ═ a, and assign a transfer variable to an operation parameter GROUP _ COUNT;
and the test operation module is configured to operate the SPEC jbb2015 test according to the operation parameter GROUP _ COUNT and output a performance test result of the CPU NUMA Node.
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 a method for automatically configuring the number of NUMA nodes 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 method, the system, the terminal and the storage medium for automatically configuring the number of the NUMA nodes can automatically identify the test environment, automatically acquire the NUMA Node information under different test environments, and perform self-adaptive configuration on the SPEC jbb2015 test parameters, thereby avoiding the complicated process of manual configuration of testers, improving the test efficiency, and being applicable to any test environment with NUMA Node architecture. For technical effects that can be achieved by the present embodiment, reference may be made to the above description, and details are not described herein again.
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 NUMA node number automatic configuration method is characterized by comprising the following steps:
acquiring CPU information of the current test environment by using an lscpu command;
extracting the number of NUMA nodes from the CPU information through grep commands;
and assigning the NUMA Node number to an operation parameter GROUP _ COUNT through a script, and executing SPEC jbb2015 test according to the operation parameter GROUP _ COUNT.
2. The method according to claim 1, wherein the obtaining CPU information of the current test environment by using an lscpu command includes:
and executing the lscpu command to acquire CPU information such as the number of CPUs, threads, the number of cores, sockets, NUMA information, cache and the like.
3. The method according to claim 1, wherein the extracting NUMA Node numbers from the CPU information through grep commands includes:
executing | grep 'NUMA Node(s)', and extracting NUMA Node number information in the CPU information through grep command.
4. The method for automatically configuring the number of NUMA nodes according to claim 1, wherein the assigning the number of NUMA nodes to an operation parameter GROUP _ COUNT through a script and executing a SPEC jbb2015 test according to the operation parameter GROUP _ COUNT comprises:
executing an awk command, transmitting the number of the CPU NUMA nodes to the script, and then assigning values to transmission variables;
assigning a transmission variable to an operation parameter GROUP _ COUNT;
and (4) running the SPEC jbb2015 test according to the running parameter GROUP _ COUNT, and outputting the performance test result of the CPU NUMA Node.
5. A NUMA node number automatic configuration method system is characterized by comprising the following steps:
the CPU information acquisition unit is configured for acquiring the CPU information of the current test environment by using an lscpu command;
a Node number extracting unit configured to extract NUMA Node numbers from the CPU information by grep commands;
and the parameter configuration unit is configured to assign the NUMA Node number to an operation parameter GROUP _ COUNT through a script and execute SPEC jbb2015 test according to the operation parameter GROUP _ COUNT.
6. The system according to claim 5, wherein the parameter configuration unit includes:
the variable assignment module is configured for executing an awk command, transmitting the number of the CPU NUMA nodes to the script and then assigning the number to a transmission variable;
the parameter assignment module is configured to assign a transmission variable to an operation parameter GROUP _ COUNT;
and the test operation module is configured to operate the SPEC jbb2015 test according to the operation parameter GROUP _ COUNT and output a performance test result of the CPUNUMA Node.
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-5.
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-5.
CN202010033240.7A 2020-01-13 2020-01-13 Method, system, terminal and storage medium for automatically configuring number of NUMA nodes Active CN111262753B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010033240.7A CN111262753B (en) 2020-01-13 2020-01-13 Method, system, terminal and storage medium for automatically configuring number of NUMA nodes

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010033240.7A CN111262753B (en) 2020-01-13 2020-01-13 Method, system, terminal and storage medium for automatically configuring number of NUMA nodes

Publications (2)

Publication Number Publication Date
CN111262753A true CN111262753A (en) 2020-06-09
CN111262753B CN111262753B (en) 2021-11-05

Family

ID=70950385

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010033240.7A Active CN111262753B (en) 2020-01-13 2020-01-13 Method, system, terminal and storage medium for automatically configuring number of NUMA nodes

Country Status (1)

Country Link
CN (1) CN111262753B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112711503A (en) * 2020-12-28 2021-04-27 北京同有飞骥科技股份有限公司 Storage testing method based on Feiteng 2000+ CPU
CN112860530A (en) * 2021-01-27 2021-05-28 中山大学 Method for improving parallelization NumPy calculation performance by utilizing non-uniform memory access architecture characteristics
CN116610372A (en) * 2023-07-14 2023-08-18 腾讯科技(深圳)有限公司 CPU configuration method, device and related products

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102053886A (en) * 2009-10-30 2011-05-11 英业达股份有限公司 Memory detection method under non uniform memory access environment
CN106021084A (en) * 2016-05-23 2016-10-12 浪潮电子信息产业股份有限公司 Method and apparatus for testing server performance
CN106897122A (en) * 2017-03-03 2017-06-27 郑州云海信息技术有限公司 A kind of many JVM dispositions methods based on nonuniform memory access technology
CN109426544A (en) * 2017-08-23 2019-03-05 龙芯中科技术有限公司 Virtual machine deployment method and device
US20190205058A1 (en) * 2016-09-28 2019-07-04 Intel Corporation Measuring per-node bandwidth within non-uniform memory access (numa) systems

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102053886A (en) * 2009-10-30 2011-05-11 英业达股份有限公司 Memory detection method under non uniform memory access environment
CN106021084A (en) * 2016-05-23 2016-10-12 浪潮电子信息产业股份有限公司 Method and apparatus for testing server performance
US20190205058A1 (en) * 2016-09-28 2019-07-04 Intel Corporation Measuring per-node bandwidth within non-uniform memory access (numa) systems
CN106897122A (en) * 2017-03-03 2017-06-27 郑州云海信息技术有限公司 A kind of many JVM dispositions methods based on nonuniform memory access technology
CN109426544A (en) * 2017-08-23 2019-03-05 龙芯中科技术有限公司 Virtual machine deployment method and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
STANDARD PERFORMANCE EVALUATION CORPORATION: "《SPECjbb2015 Benchmark User Guide》", 《SPECJBB2015 BENCHMARK USER GUIDE》 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112711503A (en) * 2020-12-28 2021-04-27 北京同有飞骥科技股份有限公司 Storage testing method based on Feiteng 2000+ CPU
CN112711503B (en) * 2020-12-28 2024-03-26 北京同有飞骥科技股份有限公司 Memory test method based on Feiteng 2000+CPU
CN112860530A (en) * 2021-01-27 2021-05-28 中山大学 Method for improving parallelization NumPy calculation performance by utilizing non-uniform memory access architecture characteristics
CN112860530B (en) * 2021-01-27 2022-09-27 中山大学 Method for improving parallelization NumPy calculation performance by utilizing non-uniform memory access architecture characteristics
CN116610372A (en) * 2023-07-14 2023-08-18 腾讯科技(深圳)有限公司 CPU configuration method, device and related products
CN116610372B (en) * 2023-07-14 2024-02-09 腾讯科技(深圳)有限公司 CPU configuration method, device and related products

Also Published As

Publication number Publication date
CN111262753B (en) 2021-11-05

Similar Documents

Publication Publication Date Title
CN111262753B (en) Method, system, terminal and storage medium for automatically configuring number of NUMA nodes
CN110554938B (en) BIOS (basic input output System) testing method, system, terminal and storage medium based on script set
CN110557299A (en) network transmission function batch test method, system, terminal and storage medium
CN110830234A (en) User traffic distribution method and device
CN111597110A (en) Page testing method and device, electronic equipment and storage medium
CN110569154B (en) Chip interface function testing method, system, terminal and storage medium
CN109507991B (en) Double-shaft servo control platform debugging system and method
CN115168130A (en) Chip testing method and device, electronic equipment and storage medium
CN112559525B (en) Data checking system, method, device and server
CN112003730A (en) Method, system, terminal and storage medium for rapid cluster deployment
CN111124772A (en) Cloud platform storage performance testing method, system, terminal and storage medium
CN113448867A (en) Software pressure testing method and device
CN110327626B (en) Virtual server creation method and device
CN113254332A (en) Multi-scenario testing method, system, terminal and storage medium for storage system
CN113886153A (en) Container-based network card pressure testing method and device
CN111124890A (en) Distributed database performance test method, system, terminal and storage medium
CN110865932A (en) Program internal interface testing method, system, terminal and storage medium
CN111444057A (en) Page performance data acquisition method and device and computing equipment
CN109947407A (en) A kind of data capture method and device
CN117251297B (en) Equipment distribution method, electronic equipment and storage medium
CN111966553B (en) SSD (solid State disk) testing method, system, terminal and storage medium based on use case pool
CN112988250B (en) Multi-mainboard USB service configuration method, system, terminal and storage medium
US11822490B2 (en) Systems, methods, and devices for accessing a device operating system over an interconnect
CN115114100A (en) Complete machine dynamic pressure testing method, system, terminal and storage medium
CN113204487A (en) Shared test environment cleaning method, system, terminal and storage medium

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
GR01 Patent grant
GR01 Patent grant