CN111124923A - Running state query method and device, server equipment and storage medium - Google Patents

Running state query method and device, server equipment and storage medium Download PDF

Info

Publication number
CN111124923A
CN111124923A CN201911355615.5A CN201911355615A CN111124923A CN 111124923 A CN111124923 A CN 111124923A CN 201911355615 A CN201911355615 A CN 201911355615A CN 111124923 A CN111124923 A CN 111124923A
Authority
CN
China
Prior art keywords
query
target internal
state data
internal process
process corresponding
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
CN201911355615.5A
Other languages
Chinese (zh)
Other versions
CN111124923B (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.)
Shanghai Mihayou Network Science And Technology Co ltd
Original Assignee
Shanghai Mihayou Network Science And 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 Shanghai Mihayou Network Science And Technology Co ltd filed Critical Shanghai Mihayou Network Science And Technology Co ltd
Priority to CN201911355615.5A priority Critical patent/CN111124923B/en
Publication of CN111124923A publication Critical patent/CN111124923A/en
Application granted granted Critical
Publication of CN111124923B publication Critical patent/CN111124923B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging
    • G06F11/3624Software debugging by performing operations on the source code, e.g. via a compiler

Abstract

The embodiment of the invention discloses a method and a device for inquiring an operation state, server equipment and a storage medium, wherein the method comprises the following steps: receiving a query command initiated by a query party, wherein the query command comprises a target internal process identifier, and a process corresponding to the target internal process identifier is located inside the cluster; and inquiring the state data of the process corresponding to the target internal process identifier according to the inquiry command, and sending the state data to the inquiring party so that the inquiring party refers to the state data of the process corresponding to the target internal process identifier. The method solves the problem that the existing running state query method at least has complex process state data query.

Description

Running state query method and device, server equipment and storage medium
Technical Field
The embodiment of the invention relates to the field of computer software, in particular to a running state query method, a running state query device, server equipment and a storage medium.
Background
In order to locate bugs or bugs in time when the bugs or bugs occur in software, software developers usually set log output nodes at many positions of a software program. Therefore, when the software has bugs or bugs, the bugs or bugs can be located in time through log logs, and then the located bugs or bugs are remedied.
Because the running program of many software is bigger, the log that produces is also more, and it is more troublesome that the developer positions the state data of certain process at certain time node in the log data, and too much log still can occupy server equipment more storage space moreover, increases server equipment's storage burden.
In summary, the existing method for querying the running state at least has the problem that the process state data query is relatively complex.
Disclosure of Invention
The embodiment of the invention provides an operation state query method, an operation state query device, server equipment and a storage medium, which solve the problem that the existing operation state query method at least has complex process state data query.
In a first aspect, an embodiment of the present invention provides a method for querying an operating status, including:
receiving a query command initiated by a query party, wherein the query command comprises a target internal process identifier, and a process corresponding to the target internal process identifier is located inside the cluster;
and inquiring the state data of the process corresponding to the target internal process identifier according to the inquiry command, and sending the state data to the inquiring party so that the inquiring party refers to the state data of the process corresponding to the target internal process identifier.
Further, the inquirer is any work process inside the cluster.
Further, the inquiring party is an inquiring webpage outside the cluster.
Further, the query command includes at least two target internal process identifications.
Further, the query command further comprises state query time information, and the state time corresponding to the state query time information is later than the current time; correspondingly, the querying the state data of the process corresponding to the target internal process identifier according to the query command includes:
and at the query time of the query command, querying the state data of the process corresponding to the target internal process identifier at the time according to the query instruction.
Further, the query command further comprises state query time information, and the state query time information comprises a query time period; correspondingly, the querying the state data of the process corresponding to the target internal process identifier according to the query command includes:
and in the query time period of the query command, querying the real-time state data of the process corresponding to the target internal process identification according to the query command.
Further, the querying the state data of the process corresponding to the target internal process identifier according to the query command includes:
and calling a data interface of the process corresponding to the target internal process identification according to the query instruction, and reading the state data of the process from the data interface.
In a second aspect, an embodiment of the present invention further provides an operation status query apparatus, including:
a receiving module, configured to receive a query command initiated by a query party, where the query command includes a target internal process identifier, and a process corresponding to the target internal process identifier is located inside the cluster;
and the query module is used for querying the state data of the process corresponding to the target internal process identifier according to the query command and sending the state data to the query party so as to enable the query party to consult the state data of the process corresponding to the target internal process identifier.
In a third aspect, an embodiment of the present invention further provides a server device, where the server device includes:
one or more processors;
storage means for storing one or more programs;
when the one or more programs are executed by the one or more processors, the one or more processors are caused to implement the operation state query method according to the first aspect.
In a fourth aspect, embodiments of the present invention also provide a storage medium containing computer-executable instructions, which when executed by a computer processor, are configured to perform the method for querying a running state according to the first aspect.
The technical scheme of the operation state query method provided by the embodiment of the invention comprises the following steps: receiving a query command initiated by a query party, wherein the query command comprises a target internal process identifier, and a process corresponding to the target internal process identifier is positioned in a cluster; and inquiring the state data of the process corresponding to the target internal process identifier according to the inquiry instruction, and sending the state data to the inquiring party so that the inquiring party refers to the state data of the process corresponding to the target internal process identifier. Compared with the prior art, the method has the advantages that the running data of a certain process in the cluster does not need to be searched in the mass log content, the state data of the process corresponding to the query instruction can be obtained only by inputting the query instruction, the operation is simple, the real-time acquisition can be realized, and the development and maintenance cost of the game is greatly reduced.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a flowchart of a method for querying a running status according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a query of a running state according to an embodiment of the present invention;
fig. 3 is a block diagram of an operation status query device according to a second embodiment of the present invention;
fig. 4 is a schematic structural diagram of a server device according to a third embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the technical solutions of the present invention will be clearly and completely described through embodiments with reference to the accompanying drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. 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.
Example one
Fig. 1 is a flowchart of a method for querying a running status according to an embodiment of the present invention. The technical scheme of the embodiment is suitable for the condition of instantly inquiring the running state of a certain process in the cluster. The method may be performed by the running state query apparatus provided in the embodiment of the present invention, and the apparatus may be implemented in software and/or hardware, and is configured to be applied in a processor of a server device, and is preferably configured as a query process in a processor cluster. The method specifically comprises the following steps:
s101, receiving a query command initiated by a query party, wherein the query command comprises a target internal process identifier, and a process corresponding to the target internal process identifier is located inside a cluster.
The cluster comprises a plurality of working processes, and any working process can initiate query, namely any working process can become a query party. Referring to fig. 2, process B receives a query command from a user to initiate a query, and becomes a querying party.
In some embodiments, the querying party may be an external terminal web page through which the user sends the query command to the query process.
The query command further includes state query time information, and the state time corresponding to the state query time information may be the current time or a certain time later than the current time. The query command is used for reserving and querying the state data of the process corresponding to the process identifier in the target.
In some embodiments, the query command further includes query time period information, the query time period information corresponding to a time period. Such query command is used to obtain the state data of the process corresponding to the target internal process identifier in the time period.
S102, inquiring the state data of the process corresponding to the target internal process identification according to the inquiry command, and sending the state data to the inquiring party so that the inquiring party refers to the state data of the process corresponding to the target internal process identification.
After receiving the query command, the query process parses the received query command to obtain a target internal process identifier of a process that the user wants to query, then locates the process according to the target internal process identifier, then invokes a communication interface of the process to obtain current state data of the process, and then sends the obtained current state data to the querying party, so that the user of the querying party refers to the state data of the process corresponding to the target internal process identifier, see process a in fig. 2.
In some embodiments, the query command includes at least two target internal process identifiers, and the query process may serially obtain state data of processes corresponding to different target internal process identifiers included in the query command.
It will be appreciated that in some embodiments, a plurality of query processes may be provided within the cluster, with the processor assigning query instructions issued by a querying party to the corresponding query processes.
It can be understood that, if the actual query time corresponding to the state query time information included in the query command is later than the current time, the query process queries the state data of the corresponding process at the actual query time, and immediately sends the queried state data to the corresponding querying party.
It is understood that if the inquiry time slot information of the inquiry command corresponds to a time slot. The query process queries the state data of the corresponding process in the time period and immediately sends the queried state data to the corresponding query party.
The technical scheme of the operation state query method provided by the embodiment of the invention comprises the following steps: receiving a query command initiated by a query party, wherein the query command comprises a target internal process identifier, and a process corresponding to the target internal process identifier is positioned in the cluster; and querying the state data of the process corresponding to the target internal process identifier according to the query command, and sending the state data to the query party so that the query party refers to the state data of the process corresponding to the target internal process identifier. Compared with the prior art, the method has the advantages that the running data of a certain process in the cluster does not need to be searched in the mass log content, the state data of the process corresponding to the query instruction can be obtained only by inputting the query instruction, the operation is simple, the real-time acquisition can be realized, and the development and maintenance cost of the game is greatly reduced.
Example two
Fig. 3 is a block diagram of an operation status query apparatus according to an embodiment of the present invention. The device is used for executing the running state query method provided by any of the above embodiments, and the device can be implemented by software or hardware.
The device includes:
a receiving module 11, configured to receive a query command initiated by a querying party, where the query command includes a target internal process identifier, and a process corresponding to the target internal process identifier is located inside the cluster;
the query module 12 is configured to query, according to the query command, the state data of the process corresponding to the target internal process identifier, and send the state data to the querying party, so that the querying party refers to the state data of the process corresponding to the target internal process identifier.
Optionally, the inquirer is any work process inside the cluster.
Optionally, the inquirer is an inquired web page outside the cluster.
Optionally, the query command comprises at least two target internal process identifications.
Optionally, the query module 11 is configured to query, at the query time of the query command, state data of a process corresponding to the target internal process identifier at that time according to the query instruction.
Optionally, the query module 11 is configured to query, in a query time period of the query command, real-time status data of a process corresponding to the target internal process identifier according to the query command.
Optionally, the query module 11 is configured to invoke a data interface of a process corresponding to the target internal process identifier according to the query instruction, and read the state data of the process from the data interface.
According to the technical scheme of the running state query device, a receiving module is used for receiving a query command initiated by a query party, wherein the query command comprises a target internal process identifier, and a process corresponding to the target internal process identifier is positioned in a cluster; and querying the state data of the process corresponding to the target internal process identifier through the query module according to the query command, and sending the state data to the query party so that the query party refers to the state data of the process corresponding to the target internal process identifier. Compared with the prior art, the method has the advantages that the running data of a certain process in the cluster does not need to be searched in the mass log content, the state data of the process corresponding to the query instruction can be obtained only by inputting the query instruction, the operation is simple, the real-time acquisition can be realized, and the development and maintenance cost of the game is greatly reduced.
The running state query device provided by the embodiment of the invention can execute the running state query provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method.
EXAMPLE III
Fig. 4 is a schematic structural diagram of a server apparatus according to a third embodiment of the present invention, as shown in fig. 4, the apparatus includes a processor 201, a memory 202, an input device 203, and an output device 204; the number of the processors 201 in the device may be one or more, and one processor 201 is taken as an example in fig. 4; the processor 201, the memory 202, the input device 203 and the output device 204 in the apparatus may be connected by a bus or other means, and fig. 4 illustrates the connection by a bus as an example.
The memory 202, as a computer-readable storage medium, may be used for storing software programs, computer-executable programs, and modules, such as program instructions/modules (e.g., the receiving module 11 and the query module 13) corresponding to the operation state query device in the embodiment of the present invention. The processor 201 executes various functional applications of the device and data processing by executing software programs, instructions, and modules stored in the memory 202, that is, implements the operation state query method described above.
The memory 202 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal, and the like. Further, the memory 202 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, the memory 202 may further include memory located remotely from the processor 201, which may be connected to the device over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 203 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function controls of the apparatus.
The output device 204 may include a display device such as a display screen, for example, of a user terminal.
Example four
An embodiment of the present invention further provides a storage medium containing computer-executable instructions, where the computer-executable instructions are executed by a computer processor to perform a method for querying a running status, where the method includes:
receiving a query command initiated by a query party, wherein the query command comprises a target internal process identifier, and a process corresponding to the target internal process identifier is located inside the cluster;
and inquiring the state data of the process corresponding to the target internal process identifier according to the inquiry command, and sending the state data to the inquiring party so that the inquiring party refers to the state data of the process corresponding to the target internal process identifier.
Of course, the storage medium provided by the embodiment of the present invention contains computer-executable instructions, and the computer-executable instructions are not limited to the operations of the method described above, and may also perform related operations in the operation status query method provided by any embodiment of the present invention.
From the above description of the embodiments, it is obvious for those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly, can also be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present invention or portions thereof that contribute to the prior art may be embodied in the form of a software product, where the computer software product may be stored in a computer-readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, and includes several instructions to enable a computer device (which may be a personal computer, a server, or a network device) to execute the operation status query method according to the embodiments of the present invention.
It should be noted that, in the embodiment of the foregoing operating status query apparatus, each included unit and module are only divided according to functional logic, but are not limited to the above division, as long as the corresponding function can be implemented; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. An operation status query method, comprising:
receiving a query command initiated by a query party, wherein the query command comprises a target internal process identifier, and a process corresponding to the target internal process identifier is located inside the cluster;
and inquiring the state data of the process corresponding to the target internal process identifier according to the inquiry command, and sending the state data to the inquiring party so that the inquiring party refers to the state data of the process corresponding to the target internal process identifier.
2. The method of claim 1, wherein the querier is any worker process within the cluster.
3. The method of claim 1, wherein the inquirer is an inquired web page outside the cluster.
4. The method of claim 1, wherein the query command includes at least two target internal process identifications.
5. The method according to claim 1, wherein the query command further includes status query time information, and the status query time information corresponds to a status time later than the current time; correspondingly, the querying the state data of the process corresponding to the target internal process identifier according to the query command includes:
and at the query time of the query command, querying the state data of the process corresponding to the target internal process identifier at the time according to the query instruction.
6. The method of claim 1, wherein the query command further comprises status query time information, the status query time information comprising a query time period; correspondingly, the querying the state data of the process corresponding to the target internal process identifier according to the query command includes:
and in the query time period of the query command, querying the real-time state data of the process corresponding to the target internal process identification according to the query command.
7. The method according to any one of claims 1 to 6, wherein the querying the state data of the process corresponding to the target internal process identifier according to the query command comprises:
and calling a data interface of the process corresponding to the target internal process identification according to the query instruction, and reading the state data of the process from the data interface.
8. An operation state inquiry apparatus, comprising:
a receiving module, configured to receive a query command initiated by a query party, where the query command includes a target internal process identifier, and a process corresponding to the target internal process identifier is located inside the cluster;
and the query module is used for querying the state data of the process corresponding to the target internal process identifier according to the query command and sending the state data to the query party so as to enable the query party to consult the state data of the process corresponding to the target internal process identifier.
9. A server device, characterized in that the server device comprises:
one or more processors;
storage means for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement the operational state querying method of any one of claims 1-7.
10. A storage medium containing computer-executable instructions for performing the method of any one of claims 1-7 when executed by a computer processor.
CN201911355615.5A 2019-12-25 2019-12-25 Running state query method and device, server equipment and storage medium Active CN111124923B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911355615.5A CN111124923B (en) 2019-12-25 2019-12-25 Running state query method and device, server equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911355615.5A CN111124923B (en) 2019-12-25 2019-12-25 Running state query method and device, server equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111124923A true CN111124923A (en) 2020-05-08
CN111124923B CN111124923B (en) 2024-03-22

Family

ID=70503541

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911355615.5A Active CN111124923B (en) 2019-12-25 2019-12-25 Running state query method and device, server equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111124923B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120317274A1 (en) * 2011-06-13 2012-12-13 Richter Owen E Distributed metering and monitoring system
CN105681379A (en) * 2014-11-20 2016-06-15 博雅网络游戏开发(深圳)有限公司 Cluster management system and method
CN108170582A (en) * 2017-12-28 2018-06-15 政采云有限公司 System mode querying method and device, computer readable storage medium
CN108243204A (en) * 2016-12-23 2018-07-03 北京奇虎科技有限公司 The methods of exhibiting of running state of process and displaying device
CN108920296A (en) * 2018-07-10 2018-11-30 郑州云海信息技术有限公司 A kind of Fault Locating Method, device and computer readable storage medium
CN109067570A (en) * 2018-07-24 2018-12-21 北京信安世纪科技股份有限公司 A kind of server info methods of exhibiting, device and server
CN109240893A (en) * 2018-07-18 2019-01-18 平安科技(深圳)有限公司 Using operating status querying method and terminal device
CN109656570A (en) * 2018-12-18 2019-04-19 江苏满运软件科技有限公司 Group system and its operation method, electronic equipment and storage medium
CN109669915A (en) * 2018-12-12 2019-04-23 浪潮(北京)电子信息产业有限公司 A kind of computer task management method, device and relevant device
CN109977161A (en) * 2019-03-28 2019-07-05 上海中通吉网络技术有限公司 The monitoring system of presto cluster
US20190379733A1 (en) * 2018-06-07 2019-12-12 Beijing Baidu Netcom Science And Technology Co., Ltd. Method and device for managing data in internet of things, computer device and readable medium

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120317274A1 (en) * 2011-06-13 2012-12-13 Richter Owen E Distributed metering and monitoring system
CN105681379A (en) * 2014-11-20 2016-06-15 博雅网络游戏开发(深圳)有限公司 Cluster management system and method
CN108243204A (en) * 2016-12-23 2018-07-03 北京奇虎科技有限公司 The methods of exhibiting of running state of process and displaying device
CN108170582A (en) * 2017-12-28 2018-06-15 政采云有限公司 System mode querying method and device, computer readable storage medium
US20190379733A1 (en) * 2018-06-07 2019-12-12 Beijing Baidu Netcom Science And Technology Co., Ltd. Method and device for managing data in internet of things, computer device and readable medium
CN108920296A (en) * 2018-07-10 2018-11-30 郑州云海信息技术有限公司 A kind of Fault Locating Method, device and computer readable storage medium
CN109240893A (en) * 2018-07-18 2019-01-18 平安科技(深圳)有限公司 Using operating status querying method and terminal device
CN109067570A (en) * 2018-07-24 2018-12-21 北京信安世纪科技股份有限公司 A kind of server info methods of exhibiting, device and server
CN109669915A (en) * 2018-12-12 2019-04-23 浪潮(北京)电子信息产业有限公司 A kind of computer task management method, device and relevant device
CN109656570A (en) * 2018-12-18 2019-04-19 江苏满运软件科技有限公司 Group system and its operation method, electronic equipment and storage medium
CN109977161A (en) * 2019-03-28 2019-07-05 上海中通吉网络技术有限公司 The monitoring system of presto cluster

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
XI ZHANG 等: "Serving queries to multi-resolution datasets on disk-based storage clusters", 《IEEE INTERNATIONAL SYMPOSIUM ON CLUSTER COMPUTING AND THE GRID》, 27 September 2004 (2004-09-27), pages 490 - 498 *
冉冉: "基于Linux环境的集群管理系统的设计与实现", 《中国优秀硕士学位论文全文数据库 信息科技辑》, no. 03, 15 March 2016 (2016-03-15), pages 138 - 2780 *

Also Published As

Publication number Publication date
CN111124923B (en) 2024-03-22

Similar Documents

Publication Publication Date Title
CN110096336B (en) Data monitoring method, device, equipment and medium
CN110334297B (en) Terminal page loading method, terminal, server and storage medium
CN107809383B (en) MVC-based path mapping method and device
CN106534268B (en) Data sharing method and device
CN109343983B (en) Information interaction method, device, equipment and storage medium between function modules
CN111679886A (en) Heterogeneous computing resource scheduling method, system, electronic device and storage medium
CN110598135A (en) Network request processing method and device, computer readable medium and electronic equipment
CN111047434A (en) Operation record generation method and device, computer equipment and storage medium
CN104144170A (en) URL filtering method, device and system
CN115145806A (en) Data acquisition method and device and computer readable storage medium
CN113890879A (en) Load balancing method and device for data access, computer equipment and medium
CN111865978B (en) Method, device, equipment and medium for updating request identifier of micro-service
CN103440281A (en) Method, device and equipment for acquiring download file
CN108563492B (en) Data acquisition method, virtual machine and electronic equipment
CN110765392A (en) Data loading method and device, storage medium and terminal
CN111124923A (en) Running state query method and device, server equipment and storage medium
CN110928672B (en) Task arranging method, device and equipment and storage medium
CN113918215A (en) Micro-service configuration system, equipment and medium
CN113157306A (en) Resource packaging management method, device, equipment and storage medium
CN112559472A (en) File transmission method and device, computer equipment and storage medium
CN112131263A (en) Software package obtaining method, system, device, electronic equipment and storage medium
CN112650502A (en) Batch processing task processing method and device, computer equipment and storage medium
CN114116544A (en) Method, device and equipment for acquiring slot information and storage medium
CN111679899A (en) Task scheduling method, device, platform equipment and storage medium
CN110020268B (en) Page returning method and device

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