CN112737975B - Buffer capacity adjustment method and device - Google Patents
Buffer capacity adjustment method and device Download PDFInfo
- Publication number
- CN112737975B CN112737975B CN202011564613.XA CN202011564613A CN112737975B CN 112737975 B CN112737975 B CN 112737975B CN 202011564613 A CN202011564613 A CN 202011564613A CN 112737975 B CN112737975 B CN 112737975B
- Authority
- CN
- China
- Prior art keywords
- capacity
- buffer
- change rate
- data volume
- adjustment
- 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.)
- Active
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L49/00—Packet switching elements
- H04L49/90—Buffering arrangements
- H04L49/9005—Buffering arrangements using dynamic buffer space allocation
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Telephone Function (AREA)
- Communication Control (AREA)
Abstract
The present disclosure provides a buffer capacity adjustment method and apparatus, where the buffer capacity adjustment method includes: receiving a first call instruction of a first application program interface, wherein the first call instruction carries the reference capacity of a buffer area; setting a buffer capacity to the reference capacity; determining whether to adjust the reference capacity according to the data amount cached in the buffer area; and displaying the adjustment information of the reference capacity when the adjustment of the reference capacity is detected. Therefore, a fixed reference capacity can be set for the buffer zone, and the set reference capacity can be dynamically adjusted in real time after the fixed reference capacity is set for the buffer zone, so that the buffer zone capacity can be more suitable for the change of the data quantity in the actual application scene, and the adjustment condition of the buffer zone capacity can be displayed after the dynamic adjustment of the buffer zone capacity, thereby being convenient for monitoring the buffer zone capacity by monitoring personnel.
Description
Technical Field
The present disclosure relates to the field of internet technologies, and in particular, to a method and an apparatus for adjusting a buffer capacity.
Background
With the rapid development of internet technology, the internet technology is closely related to the work and life of people, and a large amount of data transmission is often involved to meet the needs of the work and life of people. Generally, a data transmitting end and a data receiving end have a transmission buffer and a reception buffer when transmitting data. The sending buffer area and the receiving buffer area are used for temporarily buffering data which is not sent or received, and if the data amount buffered in the sending buffer area or the receiving buffer area is greatly changed, the capacity of the sending buffer area or the receiving buffer area needs to be adjusted.
In the prior art, the capacity of the buffer area can be automatically and dynamically adjusted through an operating system; alternatively, the monitoring personnel can estimate the required buffer capacity, and then directly set the buffer capacity by calling the application program interface of the operating system. However, by means of automatic adjustment of the operating system, the monitoring personnel cannot know the adjustment process of the buffer area capacity, that is, cannot manually monitor the change of the buffer area capacity, which may cause that the buffer area capacity cannot adapt to the change of the data amount, and thus some data is missed. In addition, the monitoring personnel manually invokes the application program interface of the system to set, the operating system can directly set the buffer capacity as a fixed value, and simultaneously, the function of automatically adjusting the buffer capacity is closed, that is, the size of the buffer capacity is artificially limited, so that the buffer capacity is fixed, and if the monitoring personnel erroneously estimates the required buffer capacity, the set buffer capacity can not adapt to the change of the data quantity. And thus a simpler and more convenient method for performing buffer capacity adjustment operations or processes is needed.
Disclosure of Invention
In view of this, the present embodiment provides a buffer capacity adjustment method. The present disclosure also relates to a buffer capacity adjustment device, a computing device, and a computer-readable storage medium, which solve the technical drawbacks of the prior art.
According to a first aspect of embodiments of the present disclosure, there is provided a buffer capacity adjustment method, including:
receiving a first call instruction of a first application program interface, wherein the first call instruction carries the reference capacity of a buffer area;
setting a buffer capacity to the reference capacity;
determining whether to adjust the reference capacity according to the data amount cached in the buffer area;
and displaying the adjustment information of the reference capacity when the adjustment of the reference capacity is detected.
Optionally, the determining whether to adjust the reference capacity according to the data amount buffered in the buffer area includes:
determining the data volume change rate of the buffer area in a preset time period;
and determining whether to adjust the reference capacity according to the data volume change rate.
Optionally, the determining the rate of change of the data amount of the buffer area in the preset time period includes:
Acquiring a first data volume of cache data at the starting time of the preset time period and a second data volume of cache data at the ending time of the preset time period in the buffer zone;
and determining the change rate of the data volume of the buffer area in the preset time period according to the first data volume and the second data volume.
Optionally, the determining whether to adjust the reference capacity according to the data volume change rate includes:
expanding the capacity of the buffer area according to the data volume change rate when the data volume change rate is an increase rate and the data volume change rate is larger than a first change rate threshold;
and under the condition that the data volume change rate is a reduction rate and the data volume change rate is larger than a second change rate threshold, reducing the buffer capacity according to the data volume change rate.
Optionally, the expanding the buffer capacity according to the data volume change rate includes:
acquiring a target capacity adjustment value corresponding to the data volume change rate from a preset corresponding relation between the change rate and the capacity adjustment value;
and expanding the buffer capacity based on the target capacity adjustment value.
Optionally, the first call instruction further carries an upper limit capacity of the buffer area; after expanding the buffer capacity according to the data volume change rate, the method further comprises:
determining whether the expanded buffer capacity exceeds the upper limit capacity;
and generating and displaying an alarm message under the condition that the capacity of the expanded buffer area exceeds the upper limit capacity.
Optionally, the method further comprises:
and displaying capacity attribute information of the capacity of the buffer zone, wherein the capacity attribute information comprises the current total capacity and occupied capacity of the buffer zone.
Optionally, after the setting the buffer capacity to the reference capacity, the method further includes:
receiving a second call instruction of a second application program interface, wherein the second call instruction carries the capacity of a target buffer area;
the buffer capacity is set to the target buffer capacity.
According to a second aspect of embodiments of the present specification, there is provided a buffer capacity adjustment device, comprising:
the first receiving module is configured to receive a first call instruction of a first application program interface, wherein the first call instruction carries the reference capacity of a buffer area;
a first setting module configured to set a buffer capacity to the reference capacity;
A determining module configured to determine whether to adjust the reference capacity according to the amount of data buffered in the buffer;
and the display module is configured to display the adjustment information of the reference capacity when the adjustment of the reference capacity is detected.
According to a third aspect of embodiments of the present specification, there is provided a computing device comprising:
a memory and a processor;
the memory is configured to store computer-executable instructions and the processor is configured to execute the computer-executable instructions to implement the method of:
receiving a first call instruction of a first application program interface, wherein the first call instruction carries the reference capacity of a buffer area;
setting a buffer capacity to the reference capacity;
determining whether to adjust the reference capacity according to the data amount cached in the buffer area;
and displaying the adjustment information of the reference capacity when the adjustment of the reference capacity is detected.
According to a fourth aspect of embodiments of the present description, there is provided a computer-readable storage medium storing computer-executable instructions which, when executed by a processor, implement the steps of the buffer capacity adjustment method.
The buffer capacity adjustment method provided by the specification can receive a first call instruction of a first application program interface, wherein the first call instruction carries the reference capacity of a buffer; then setting the buffer capacity to the reference capacity; then, according to the data amount cached in the buffer area, whether the reference capacity is adjusted or not can be determined; and displaying the adjustment information of the reference capacity when the adjustment of the reference capacity is detected. In this case, a reference capacity can be set for the buffer area by calling the first application program interface, then the reference capacity (i.e. the current buffer area capacity) is dynamically adjusted according to the data amount buffered in the buffer area in the actual application scene, and specific adjustment information is displayed under the condition that the current buffer area capacity is dynamically adjusted; therefore, a fixed reference capacity can be set for the buffer zone, the set reference capacity can be dynamically adjusted in real time after the fixed reference capacity is set for the buffer zone, the buffer zone capacity is not fixed, the buffer zone capacity can be more suitable for the change of data quantity in an actual application scene, the adjustment condition of the buffer zone capacity can be displayed after the dynamic adjustment of the buffer zone capacity, monitoring personnel can monitor the buffer zone capacity conveniently, and accordingly a coping strategy can be made in real time.
Drawings
FIG. 1 is a flowchart of a buffer capacity adjustment method according to an embodiment of the present disclosure;
FIG. 2 is a schematic diagram showing a change of the data amount of the buffer in a preset time period according to an embodiment of the present disclosure;
FIG. 3 is a schematic diagram of a buffer capacity adjustment device according to an embodiment of the present disclosure;
FIG. 4 is a block diagram of a computing device according to one embodiment of the present disclosure.
Detailed Description
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present description. This description may be embodied in many other forms than described herein and similarly generalized by those skilled in the art to whom this disclosure pertains without departing from the spirit of the disclosure and, therefore, this disclosure is not limited by the specific implementations disclosed below.
The terminology used in the one or more embodiments of the specification is for the purpose of describing particular embodiments only and is not intended to be limiting of the one or more embodiments of the specification. As used in this specification, one or more embodiments and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It should also be understood that the term "and/or" as used in one or more embodiments of the present specification refers to and encompasses any or all possible combinations of one or more of the associated listed items.
It should be understood that, although the terms first, second, etc. may be used in one or more embodiments of this specification to describe various information, these information should not be limited by these terms. These terms are only used to distinguish one type of information from another. For example, a first may also be referred to as a second, and similarly, a second may also be referred to as a first, without departing from the scope of one or more embodiments of the present description. The word "if" as used herein may be interpreted as "at … …" or "at … …" or "responsive to a determination", depending on the context.
First, terms related to one or more embodiments of the present specification will be explained.
TCP (Transmission Control Protocol ): is a connection-oriented, reliable Transport layer (Transport layer) communication protocol based on byte streams that performs the functions specified by the fourth Transport layer in the simplified OSI model of computer networks. TCP aims to accommodate a layered protocol hierarchy supporting multiple network applications, relying on TCP to provide reliable communication services between pairs of processes in host computers connected to different but interconnected computer communication networks.
Socket: sockets, which are abstractions of endpoints that perform two-way communication between application processes on different hosts in a network, are one end of a process communication on the network, and provide a mechanism for application layer processes to exchange data using a network protocol. In terms of the position, the socket is connected with the application process in an upper mode, and the socket is connected with the network protocol stack in a lower mode, so that the socket is an interface for the application program to communicate through the network protocol, and is an interface for the application program to interact with the network protocol root.
And (3) a kernel: is the most basic part of an operating system, which is a piece of software that provides many applications with secure access to computer hardware, where access is limited, and the kernel decides how long a program is operating on a piece of hardware. The kernel is a core of an operating system, is a first layer of software expansion based on hardware, provides the most basic function of the operating system, is a basis for the operating system to work, and is responsible for managing the process, the memory and the kernel architecture of the system to determine the performance and the stability of the system.
API (Application Programming Interface, application program interface): is a predefined function or convention that refers to the engagement of various components of a software system to provide a set of routines that an application and developer can access based on certain software or hardware without having to access source code or understand the details of the internal operating mechanism.
Operating System (OS): the system is a computer program for managing computer hardware and software resources, and is an interface between a user and a computer hardware system, and an operating system needs to process basic transactions such as managing and configuring memory, determining the priority of supply and demand of system resources, controlling input equipment and output equipment, operating network, managing file systems and the like. The operating system also provides an operation interface for the user to interact with the system, and the user can quickly, effectively, safely and reliably operate various resources in the computer system by the aid of the operating system so as to process own programs.
In the present specification, a buffer capacity adjustment method is provided, and the present specification relates to a buffer capacity adjustment apparatus, a computing device, and a computer-readable storage medium, which are described in detail one by one in the following embodiments.
Fig. 1 shows a flowchart of a buffer capacity adjustment method according to an embodiment of the present disclosure, which specifically includes the following steps:
step 102: and receiving a first call instruction of the first application program interface, wherein the first call instruction carries the reference capacity of the buffer area.
In practical applications, in order to realize data transmission between end-to-end, many transmission protocols, such as TCP, have been generated for end-to-end data transmission. Since there are 2 spaces, such as a user space and a kernel, in an operating system, the data transmitting end and the data receiving end both include the user space and the kernel. The kernel is the most basic part of the operating system, can control the hardware resources of the computer, and provides an environment for the upper layer application program to run.
When end-to-end data transmission is performed through the TCP protocol, a sending buffer area and a receiving buffer area exist after the TCP socket is connected in the kernel of the data sending end and the kernel of the data receiving end. The data to be pushed can be temporarily cached in the receiving buffer area first, and is waited for the application program to read, if the application program does not read the data in the receiving buffer area all the time, the data to be pushed can be always stored in the data buffer area. If the application program does not read the data in the receiving buffer for a long time, or if the buffered data to be pushed in the receiving buffer is more, the capacity of the receiving buffer needs to be adjusted.
At present, the buffer capacity can be automatically and dynamically adjusted through an operating system, but monitoring staff cannot know the adjusting process of the buffer capacity, namely, the change of the buffer capacity cannot be monitored manually, the buffer capacity can not adapt to the change of the data quantity, and therefore certain data are missed; or, the monitoring personnel can estimate the required buffer capacity, and then directly set the buffer capacity by calling the application program interface of the operating system, but the size of the buffer capacity is artificially limited, so that the buffer capacity is fixed, and if the monitoring personnel erroneously estimates the required buffer capacity, the set buffer capacity can not adapt to the change of the data quantity.
Therefore, in order to facilitate monitoring personnel to monitor the capacity of the buffer zone in real time and ensure that the capacity of the buffer zone can adapt to the change of the data volume in the actual application scene, the specification provides a buffer zone capacity adjusting method, which can receive a first calling instruction of a first application program interface, wherein the first calling instruction carries the reference capacity of the buffer zone; then setting the buffer capacity to the reference capacity; then, according to the data amount cached in the buffer area, whether the reference capacity is adjusted or not can be determined; and displaying the adjustment information of the reference capacity when the adjustment of the reference capacity is detected. Therefore, the buffer zone can be provided with a fixed reference capacity, the set reference capacity can be dynamically adjusted in real time after the buffer zone is provided with the fixed reference capacity, and the adjustment condition of the buffer zone capacity can be displayed, so that monitoring personnel can monitor the buffer zone capacity conveniently, and a coping strategy can be made in real time.
Specifically, the first application program interface is an API interface newly added in the operating system, and is used to set the reference capacity for the buffer. The monitoring personnel can realize the setting of the buffer capacity by calling the first application program interface. The first calling instruction is an instruction triggered by the monitoring personnel through calling the corresponding operation of the API interface, and the operating system can receive the first calling instruction to call the first application program interface, so that the capacity of the buffer area is set. The reference capacity is a capacity of the buffer which is empirically determined in advance in most cases.
In an optional implementation manner of this embodiment, the buffer capacity condition may also be displayed in real time, and the specific implementation process is as follows:
and displaying capacity attribute information of the capacity of the buffer zone, wherein the capacity attribute information comprises the current total capacity and occupied capacity of the buffer zone.
In specific implementation, the kernel source code can be modified to display the capacity of the buffer area. It should be noted that, although the description of the related content showing the capacity of the buffer is described below in step 102, the whole data pushing process, including the subsequent automatic and manual adjustment processes of the capacity of the buffer, may display the capacity of the buffer.
In the specification, after the buffer area is created, the capacity condition of the buffer area can be displayed in real time, so that monitoring personnel can monitor in real time, and further whether the capacity of the buffer area needs to be manually interfered by calling an application program interface or not is determined.
Step 104: the buffer capacity is set to the reference capacity.
Specifically, a first call instruction of a first application program interface is received, and the buffer capacity is further set to be the reference capacity on the basis that the first call instruction carries the reference capacity of the buffer.
It should be noted that, generally, when creating the buffer, there is an initial capacity, which may not be suitable for the data amount in most cases, that is, frequent dynamic adjustment of the capacity of the buffer may be required, and in order to avoid frequent dynamic adjustment of the capacity of the buffer, a reference capacity may be set for the buffer by calling a newly added API interface (i.e., the first application program interface), and the reference capacity may be suitable for the data amount in the conventional cases.
For example, if the initial capacity of the operating system created the buffer is 5, it may happen that the buffer capacity is adjusted in real time based on the amount of data only, the amount of data is first increased by a small fraction, the buffer capacity is adjusted to 7, then the amount of data is increased by a small fraction, the buffer capacity is adjusted to 10, and then the amount of data is increased by a lot, at which time the buffer capacity is adjusted to 15. In most cases, it is basically necessary to adjust the buffer capacity to around 15 at each time. To avoid frequent adjustment of the buffer capacity, the buffer capacity can be set to 15 directly by calling the first application program interface.
According to the method, the monitoring personnel can monitor the size of the buffer zone capacity in real time, and through manually triggering the first calling instruction, the operating system can call the first application program interface under the condition that the first calling instruction is received, the buffer zone capacity is set to be the reference capacity, the buffer zone capacity is prevented from being frequently adjusted, and processing resources of the operating system are saved.
Step 106: and determining whether to adjust the reference capacity according to the data quantity cached in the buffer zone.
Specifically, on the basis of setting the buffer capacity as the reference capacity, further, whether to adjust the reference capacity is determined according to the data amount buffered in the buffer. That is, after a fixed reference capacity is set for the buffer, it is determined whether real-time dynamic adjustment of the set reference capacity is required (i.e., whether real-time dynamic adjustment of the buffer capacity is required).
It should be noted that, the data buffered in the buffer area is not constant, that is, the data amount buffered in the buffer area is increased or decreased continuously, when the data amount buffered is increased, the buffer area needs to be expanded to ensure that each data can be buffered and data cannot be missed; when the amount of data buffered becomes small, the buffer size needs to be reduced in order to save resources and avoid excessive redundancy. Therefore, in the present specification, it can be determined whether the current buffer capacity needs to be enlarged or reduced according to the data amount buffered in the buffer, so as to adapt to the data buffering requirements of different time periods. Since the buffer capacity can be set to the reference capacity through the received first call instruction, it is actually determined whether to adjust the current buffer capacity according to the data amount buffered in the buffer.
In an optional implementation manner of this embodiment, according to the amount of data buffered in the buffer, it is determined whether to adjust the reference capacity, and the specific implementation process may be as follows:
determining the data volume change rate of the buffer area in a preset time period;
and determining whether to adjust the reference capacity according to the data volume change rate.
Specifically, the preset period of time is a period of time for calculating the rate of change of the data amount, and the smaller the preset period of time is, the more accurate the calculated rate of change of the data amount is, for example, the preset period of time may be 0.5 seconds, 1 second, 2 seconds, or the like.
In practical application, the capacity of the buffer area is generally expanded when the capacity of the buffer area is insufficient or the capacity of the buffer area is about to be insufficient, and the capacity of the buffer area is reduced when the redundancy of the capacity of the buffer area is relatively large, so that the dynamic adjustment of the capacity of the buffer area is not timely enough. The data volume change rate of the buffer area in a period of time can reflect the increasing or decreasing trend of the subsequent data volume, so that the buffer area capacity requirement can be reflected in advance, and therefore the buffer area capacity can be dynamically adjusted according to the data volume change rate of the buffer area in a preset period of time in the specification, that is, the change trend of the data volume in the buffer area can be predicted through the data volume change rate of the buffer area, and the buffer area capacity can be adjusted in advance.
In an optional implementation manner of this embodiment, the determining the rate of change of the data amount of the buffer area in the preset time period may be implemented as follows:
acquiring a first data volume of cache data at the starting time of the preset time period and a second data volume of cache data at the ending time of the preset time period in the buffer zone;
and determining the change rate of the data volume of the buffer area in the preset time period according to the first data volume and the second data volume.
The data amount at the start time and the end time in the preset time period can be obtained respectively, and the change rate of the data amount can be calculated through the difference of the data amounts. In particular, when determining the first data amount of the buffered data at the start time and the second data amount of the buffered data at the end time of the preset time period, the slope of the line connecting the second data amount and the first data amount may be determined as the data amount change rate of the buffer.
Fig. 2 is a schematic diagram of a change of the data amount of the buffer in a preset time period, as shown in fig. 2, where the preset time period is 1 second, and the current time is assumed to be 8:00 seconds, the starting time of the preset time period is 7:59 seconds, the end time of the preset time period is 8:00 seconds. Suppose 7: the first amount of buffered data at 59 seconds is 5,8: the second data amount of the buffer data is 10 at 00 seconds, the first data amount 5 and the second data amount 10 are connected to form a line segment, the slope of the line segment is 5, and then the change rate of the data amount of the buffer area is 5.
In an optional implementation manner of this embodiment, according to the data volume change rate, it is determined whether to adjust the buffer volume, and the specific implementation process may be as follows:
expanding the capacity of the buffer area according to the data volume change rate when the data volume change rate is an increase rate and the data volume change rate is larger than a first change rate threshold;
and under the condition that the data volume change rate is a reduction rate and the data volume change rate is larger than a second change rate threshold, reducing the buffer capacity according to the data volume change rate.
Specifically, the first change rate threshold and the second change rate threshold may be set in advance, so as to determine a change amplitude of the data amount in the preset time period. The first change rate threshold value and the second change rate threshold value may be the same or different.
Since the data amount change rate is the slope of the line connecting the second data amount and the first data amount, it is described that the data amount change rate is an increasing rate if the data amount change rate is a positive number, and that the data amount change rate is a decreasing rate if the data amount change rate is a negative number. In addition, since the data amount change rate is negative when the data amount change rate is the reduction rate, it is then determined whether the data amount change rate is greater than the second change rate threshold, and the absolute value of the actual data amount change rate is used when the buffer capacity is reduced according to the data amount change rate.
In the specification, if the data amount change rate is an increase rate, it is described that the data amount change rate of the buffer area is in an increase state in a preset time period; if the data volume change rate is the reduction rate, the data volume change rate of the buffer area in the preset time period is indicated to be in a reduction state. When the change rate of the data volume of the buffer area is in an increasing state within a preset time period and the change rate is large, the data volume to be buffered of the subsequent buffer area can be known to be greatly increased, so that the size of the buffer area needs to be expanded to buffer more data; when the change rate of the data volume of the buffer area in the preset time period is in a reduced state and the change rate is large, the data volume required to be buffered in the subsequent buffer area can be known to be greatly reduced, so that the size of the buffer area is required to be reduced, and excessive redundancy of the buffer area is avoided.
In an optional implementation manner of this embodiment, the expanding the buffer capacity according to the data volume change rate may be implemented as follows:
acquiring a target capacity adjustment value corresponding to the data volume change rate from a preset corresponding relation between the change rate and the capacity adjustment value;
And expanding the buffer capacity based on the target capacity adjustment value.
In particular, when it is determined that the rate of change of the data amount is large, only a large change of the data amount in the subsequent buffer area can be predicted, but it is not known how much or how much the buffer area capacity is to be enlarged or reduced, and therefore, in this specification, a correspondence between the rate of change and the capacity adjustment value may be preset, and the relationship between the rate of change and the capacity adjustment value is agreed in advance, so that after the rate of change of the data amount is determined, a corresponding target capacity adjustment value may be determined to adjust the buffer area capacity.
In addition, for the case of increasing the data amount and the case of shrinking, the adjustment of the buffer capacity may be the same or different; that is, a correspondence relationship between a change rate and a capacity adjustment value may be set in advance, and for both the case of increasing the data amount and the case of decreasing the data amount, the corresponding target adjustment value may be determined according to the correspondence relationship, or for the case of increasing and the case of decreasing, the correspondence relationship between a change rate and a capacity adjustment value may be set, respectively, which is not limited in this specification.
For example, the correspondence between the preset change rate and the capacity adjustment value is shown in the following table 1, and assuming that the determined change rate of the data amount is 5 and the first change rate threshold is 3, it is indicated that the change rate of the data amount is an increasing rate and is greater than the first change rate threshold, and the corresponding target capacity adjustment value is determined to be adjusted 10 according to the table 1, and at this time, the current buffer capacity is enlarged by 10; assuming that the determined data volume change rate is-3 and the first change rate threshold is 1, the data volume change rate is indicated to be a reduction rate and is larger than the second change rate threshold, and a corresponding target capacity adjustment value is determined to be an adjustment value 5 according to table 1, and at this time, the current buffer capacity is reduced by 5.
Table 1 correspondence table between change rate and capacity adjustment value
In an optional implementation manner of this embodiment, the first application program interface may be used to set not only the reference capacity for the buffer area, but also an upper limit value of the buffer area capacity, that is, the first call instruction may also carry the upper limit capacity of the buffer area; at this time, after expanding the buffer capacity according to the data amount change rate, the method further includes:
determining whether the expanded buffer capacity exceeds the upper limit capacity;
And generating and displaying an alarm message under the condition that the capacity of the expanded buffer area exceeds the upper limit capacity.
If the buffer area capacity after expansion exceeds the upper limit capacity, the buffer area is likely to be abnormal, and at the moment, an alarm message is generated and displayed to remind that the abnormality is likely to occur. After the monitoring personnel call the first application program interface in the specification, the reference value of the buffer zone capacity can be set, the upper limit value of the buffer zone capacity can be set, and when the buffer zone capacity exceeds the upper limit value, warning information can be generated and displayed to warn, so that the monitoring personnel can timely handle abnormal conditions.
Step 108: and displaying the adjustment information of the reference capacity when the adjustment of the reference capacity is detected.
Specifically, after determining whether to adjust the reference capacity according to the data amount cached in the buffer area, further, when detecting that the adjustment of the reference capacity occurs, displaying adjustment information of the reference capacity.
In practical application, when the reference capacity is detected to be adjusted, that is, the current buffer capacity is changed, the adjustment information of the reference capacity is the adjustment information of the buffer capacity, and the adjustment information of the buffer capacity may include the buffer capacity before adjustment and the buffer capacity after adjustment, and after the buffer capacity is adjusted, the specific condition of adjustment may be displayed, so that a monitoring person may monitor the buffer capacity, thereby immediately making a coping strategy.
It should be noted that, in the present specification, the user may manually set the buffer capacity by calling the first application program interface (i.e. the newly added API interface); and the operating system can also automatically adjust the capacity of the buffer zone according to the data quantity cached in the buffer zone and display the adjustment information of the capacity of the buffer zone. That is, in this specification, the buffer capacity can be automatically adjusted by the operating system in combination with manually invoking an Application Program Interface (API) to adjust the buffer capacity, and the buffer capacity adjustment process is visualized.
In an optional implementation manner of this embodiment, after setting the buffer capacity to the reference capacity, the method further includes:
receiving a second call instruction of a second application program interface, wherein the second call instruction carries the capacity of a target buffer area;
the buffer capacity is set to the target buffer capacity.
Specifically, the second application program interface is an API interface built in the operating system, and is used to set a fixed capacity for the buffer. The monitoring personnel can realize the setting of the buffer capacity by calling the second application program interface. The second call instruction is an instruction triggered by the monitoring personnel through calling the corresponding operation of the API interface, and the operating system can receive the second call instruction to call the second application program interface, so that the capacity of the buffer area is set. The target buffer capacity is the buffer capacity that needs to be set specifically when a special situation occurs.
It should be noted that, in the present specification, the capacity attribute information of the buffer capacity may be displayed in real time, and the adjustment information of the buffer capacity may be displayed when the buffer capacity is adjusted, so that a monitoring person may monitor the buffer capacity in real time, and when an emergency or a special situation occurs, the monitoring person may call the second application program interface to set the buffer capacity as the target buffer capacity, so as to call an emergency or a special requirement.
The buffer capacity adjustment method provided by the specification can receive a first call instruction of a first application program interface, wherein the first call instruction carries the reference capacity of a buffer; then setting the buffer capacity to the reference capacity; then, according to the data amount cached in the buffer area, whether the reference capacity is adjusted or not can be determined; and displaying the adjustment information of the reference capacity when the adjustment of the reference capacity is detected. In this case, a reference capacity can be set for the buffer area by calling the first application program interface, then the operating system can automatically and dynamically adjust the reference capacity (i.e. the current buffer area capacity) according to the data volume change rate of the buffer area in the actual application scene, and in this process, if an emergency or special situation occurs, the monitoring personnel can call the second application program interface to set the current buffer area capacity as the target buffer area capacity. That is, a fixed reference capacity can be set for the buffer area, and after the fixed reference capacity is set for the buffer area, the set reference capacity can be dynamically adjusted in real time, and the buffer area capacity is not fixed, so that the buffer area capacity can be more suitable for the change of data volume in an actual application scene, and after the buffer area capacity is dynamically adjusted, the adjustment condition of the buffer area capacity can be displayed, so that monitoring personnel can monitor the buffer area capacity conveniently, a coping strategy can be made in real time, the whole buffer area capacity adjustment process can be monitored, set and adjusted, the automatic adjustment of an operating system is combined with the manual control of the monitoring personnel, and the method is simple and easy to implement, and can adapt to most data pushing scenes in the actual scene.
Corresponding to the above method embodiment, the present disclosure further provides an embodiment of a buffer capacity adjustment device, and fig. 3 shows a schematic structural diagram of the buffer capacity adjustment device according to an embodiment of the present disclosure. As shown in fig. 3, the apparatus includes:
a first receiving module 302, configured to receive a first call instruction of a first application program interface, where the first call instruction carries a reference capacity of a buffer;
a first setting module 304 configured to set a buffer capacity to the reference capacity;
a determining module 306 configured to determine whether to adjust the reference capacity according to the amount of data buffered in the buffer;
a display module 308 configured to display adjustment information of the reference capacity in case that the adjustment of the reference capacity is detected.
Optionally, the determination module 306 is further configured to:
determining the data volume change rate of the buffer area in a preset time period;
and determining whether to adjust the reference capacity according to the data volume change rate.
Optionally, the determination module 306 is further configured to:
acquiring a first data volume of cache data at the starting time of the preset time period and a second data volume of cache data at the ending time of the preset time period in the buffer zone;
And determining the change rate of the data volume of the buffer area in the preset time period according to the first data volume and the second data volume.
Optionally, the determination module 306 is further configured to:
expanding the capacity of the buffer area according to the data volume change rate when the data volume change rate is an increase rate and the data volume change rate is larger than a first change rate threshold;
and under the condition that the data volume change rate is a reduction rate and the data volume change rate is larger than a second change rate threshold, reducing the buffer capacity according to the data volume change rate.
Optionally, the determination module 306 is further configured to:
acquiring a target capacity adjustment value corresponding to the data volume change rate from a preset corresponding relation between the change rate and the capacity adjustment value;
and expanding the buffer capacity based on the target capacity adjustment value.
Optionally, the determination module 306 is further configured to:
determining whether the expanded buffer capacity exceeds the upper limit capacity;
and generating and displaying an alarm message under the condition that the capacity of the expanded buffer area exceeds the upper limit capacity.
Optionally, the apparatus further comprises:
and the display module is configured to display capacity attribute information of the capacity of the buffer zone, wherein the capacity attribute information comprises the current total capacity and occupied capacity of the buffer zone.
Optionally, the apparatus further comprises:
the second receiving module is configured to receive a second call instruction of a second application program interface, wherein the second call instruction carries the target buffer capacity;
and a second setting module configured to set the buffer capacity to the target buffer capacity.
According to the buffer capacity adjusting device provided by the specification, the reference capacity can be set for the buffer by calling the first application program interface, then the operating system can automatically and dynamically adjust the reference capacity (namely the current buffer capacity) according to the data volume change rate of the buffer, and in the process, if emergency or special conditions occur, the monitoring personnel can call the second application program interface to set the current buffer capacity as the target buffer capacity. That is, a fixed reference capacity can be set for the buffer area, and after the fixed reference capacity is set for the buffer area, the set reference capacity can be dynamically adjusted in real time, and the buffer area capacity is not fixed, so that the buffer area capacity can be more suitable for the change of data volume in an actual application scene, and after the buffer area capacity is dynamically adjusted, the adjustment condition of the buffer area capacity can be displayed, so that monitoring personnel can monitor the buffer area capacity conveniently, a coping strategy can be made in real time, the whole buffer area capacity adjustment process can be monitored, set and adjusted, the automatic adjustment of an operating system is combined with the manual control of the monitoring personnel, and the method is simple and easy to implement, and can adapt to most data pushing scenes in the actual scene.
The above is a schematic solution of a buffer capacity adjusting device of the present embodiment. It should be noted that, the technical solution of the buffer capacity adjustment device and the technical solution of the buffer capacity adjustment method belong to the same concept, and details of the technical solution of the buffer capacity adjustment device, which are not described in detail, can be referred to the description of the technical solution of the buffer capacity adjustment method.
Fig. 4 illustrates a block diagram of a computing device 400 provided in accordance with an embodiment of the present specification. The components of the computing device 400 include, but are not limited to, a memory 410 and a processor 420. Processor 420 is coupled to memory 410 via bus 430 and database 450 is used to hold data.
Computing device 400 also includes access device 440, access device 440 enabling computing device 400 to communicate via one or more networks 460. Examples of such networks include the Public Switched Telephone Network (PSTN), a Local Area Network (LAN), a Wide Area Network (WAN), a Personal Area Network (PAN), or a combination of communication networks such as the internet. The access device 440 may include one or more of any type of network interface, wired or wireless (e.g., a Network Interface Card (NIC)), such as an IEEE802.11 Wireless Local Area Network (WLAN) wireless interface, a worldwide interoperability for microwave access (Wi-MAX) interface, an ethernet interface, a Universal Serial Bus (USB) interface, a cellular network interface, a bluetooth interface, a Near Field Communication (NFC) interface, and so forth.
In one embodiment of the present description, the above-described components of computing device 400, as well as other components not shown in FIG. 4, may also be connected to each other, such as by a bus. It should be understood that the block diagram of the computing device shown in FIG. 4 is for exemplary purposes only and is not intended to limit the scope of the present description. Those skilled in the art may add or replace other components as desired.
Computing device 400 may be any type of stationary or mobile computing device, including a mobile computer or mobile computing device (e.g., tablet, personal digital assistant, laptop, notebook, netbook, etc.), mobile phone (e.g., smart phone), wearable computing device (e.g., smart watch, smart glasses, etc.), or other type of mobile device, or a stationary computing device such as a desktop computer or PC. Computing device 400 may also be a mobile or stationary server.
Wherein the processor 420 is configured to execute the following computer-executable instructions:
receiving a first call instruction of a first application program interface, wherein the first call instruction carries the reference capacity of a buffer area;
setting a buffer capacity to the reference capacity;
Determining whether to adjust the reference capacity according to the data amount cached in the buffer area;
and displaying the adjustment information of the reference capacity when the adjustment of the reference capacity is detected.
The foregoing is a schematic illustration of a computing device of this embodiment. It should be noted that, the technical solution of the computing device and the technical solution of the buffer capacity adjustment method belong to the same concept, and details of the technical solution of the computing device, which are not described in detail, can be referred to the description of the technical solution of the buffer capacity adjustment method.
An embodiment of the present disclosure also provides a computer-readable storage medium storing computer instructions that, when executed by a processor, perform the steps of the buffer capacity adjustment method.
The above is an exemplary version of a computer-readable storage medium of the present embodiment. It should be noted that, the technical solution of the storage medium and the technical solution of the buffer capacity adjustment method described above belong to the same concept, and details of the technical solution of the storage medium, which are not described in detail, can be referred to the description of the technical solution of the buffer capacity adjustment method described above.
The foregoing describes specific embodiments of the present disclosure. Other embodiments are within the scope of the following claims. In some cases, the actions or steps recited in the claims can be performed in a different order than in the embodiments and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In some embodiments, multitasking and parallel processing are also possible or may be advantageous.
The computer instructions include computer program code that may be in source code form, object code form, executable file or some intermediate form, etc. The computer readable medium may include: any entity or device capable of carrying the computer program code, a recording medium, a U disk, a removable hard disk, a magnetic disk, an optical disk, a computer Memory, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), an electrical carrier signal, a telecommunications signal, a software distribution medium, and so forth. It should be noted that the computer readable medium contains content that can be appropriately scaled according to the requirements of jurisdictions in which such content is subject to legislation and patent practice, such as in certain jurisdictions in which such content is subject to legislation and patent practice, the computer readable medium does not include electrical carrier signals and telecommunication signals.
It should be noted that, for the sake of simplicity of description, the foregoing method embodiments are all expressed as a series of combinations of actions, but it should be understood by those skilled in the art that the present description is not limited by the order of actions described, as some steps may be performed in other order or simultaneously in accordance with the present description. Further, those skilled in the art will appreciate that the embodiments described in the specification are all preferred embodiments, and that the acts and modules referred to are not necessarily all necessary in the specification.
In the foregoing embodiments, the descriptions of the embodiments are emphasized, and for parts of one embodiment that are not described in detail, reference may be made to the related descriptions of other embodiments.
The preferred embodiments of the present specification disclosed above are merely used to help clarify the present specification. Alternative embodiments are not intended to be exhaustive or to limit the invention to the precise form disclosed. Obviously, many modifications and variations are possible in light of the above teaching. The embodiments were chosen and described in order to best explain the principles of the disclosure and the practical application, to thereby enable others skilled in the art to best understand and utilize the disclosure. This specification is to be limited only by the claims and the full scope and equivalents thereof.
Claims (10)
1. A method for buffer capacity adjustment, the method comprising:
receiving a first call instruction of a first application program interface, wherein the first call instruction carries the reference capacity of a buffer area;
setting a buffer capacity as the reference capacity, wherein the buffer is used for temporarily caching data;
determining the change rate of the data volume cached in the buffer area within a preset time period, and determining whether to adjust the reference capacity according to the change rate of the data volume;
and displaying adjustment information of the reference capacity under the condition that the adjustment of the reference capacity is detected, wherein the adjustment information is used for monitoring the buffer capacity.
2. The buffer capacity adjustment method according to claim 1, wherein the determining the rate of change of the data amount of the buffer within the preset period of time includes:
acquiring a first data volume of cache data at the starting time of the preset time period and a second data volume of cache data at the ending time of the preset time period in the buffer zone;
and determining the change rate of the data volume of the buffer area in the preset time period according to the first data volume and the second data volume.
3. The buffer capacity adjustment method according to claim 1, wherein the determining whether to adjust the reference capacity according to the data amount change rate includes:
expanding the capacity of the buffer area according to the data volume change rate when the data volume change rate is an increase rate and the data volume change rate is larger than a first change rate threshold;
and under the condition that the data volume change rate is a reduction rate and the data volume change rate is larger than a second change rate threshold, reducing the buffer capacity according to the data volume change rate.
4. The buffer capacity adjustment method according to claim 3, wherein the expanding the buffer capacity according to the data amount change rate includes:
acquiring a target capacity adjustment value corresponding to the data volume change rate from a preset corresponding relation between the change rate and the capacity adjustment value;
and expanding the buffer capacity based on the target capacity adjustment value.
5. The buffer capacity adjustment method according to claim 3, wherein the first call instruction further carries an upper limit capacity of the buffer; after expanding the buffer capacity according to the data volume change rate, the method further comprises:
Determining whether the expanded buffer capacity exceeds the upper limit capacity;
and generating and displaying an alarm message under the condition that the capacity of the expanded buffer area exceeds the upper limit capacity.
6. The buffer capacity adjustment method according to any one of claims 1 to 5, characterized in that the method further comprises:
and displaying capacity attribute information of the capacity of the buffer zone, wherein the capacity attribute information comprises the current total capacity and occupied capacity of the buffer zone.
7. The buffer capacity adjustment method according to any one of claims 1 to 5, characterized in that after the buffer capacity is set to the reference capacity, further comprising:
receiving a second call instruction of a second application program interface, wherein the second call instruction carries the capacity of a target buffer area;
the buffer capacity is set to the target buffer capacity.
8. A buffer capacity adjustment device, the device comprising:
the first receiving module is configured to receive a first call instruction of a first application program interface, wherein the first call instruction carries the reference capacity of a buffer area;
a first setting module configured to set a buffer capacity as the reference capacity, wherein the buffer is used for temporarily caching data;
The determining module is configured to determine the change rate of the data volume buffered in the buffer area within a preset time period, and determine whether to adjust the reference capacity according to the change rate of the data volume;
and the display module is configured to display adjustment information of the reference capacity under the condition that the buffer capacity is detected to be adjusted, wherein the adjustment information is used for monitoring the buffer capacity.
9. A computing device, comprising:
a memory and a processor;
the memory is configured to store computer-executable instructions and the processor is configured to execute the computer-executable instructions to implement the method of:
receiving a first call instruction of a first application program interface, wherein the first call instruction carries the reference capacity of a buffer area;
setting a buffer capacity as the reference capacity, wherein the buffer is used for temporarily caching data;
determining the change rate of the data volume cached in the buffer area within a preset time period, and determining whether to adjust the reference capacity according to the change rate of the data volume;
and displaying adjustment information of the reference capacity under the condition that the adjustment of the reference capacity is detected, wherein the adjustment information is used for monitoring the buffer capacity.
10. A computer readable storage medium storing computer instructions which, when executed by a processor, implement the steps of the buffer capacity adjustment method of any one of claims 1 to 7.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011564613.XA CN112737975B (en) | 2020-12-25 | 2020-12-25 | Buffer capacity adjustment method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011564613.XA CN112737975B (en) | 2020-12-25 | 2020-12-25 | Buffer capacity adjustment method and device |
Publications (2)
Publication Number | Publication Date |
---|---|
CN112737975A CN112737975A (en) | 2021-04-30 |
CN112737975B true CN112737975B (en) | 2023-05-09 |
Family
ID=75616225
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202011564613.XA Active CN112737975B (en) | 2020-12-25 | 2020-12-25 | Buffer capacity adjustment method and device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112737975B (en) |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113364814B (en) * | 2021-08-10 | 2021-11-30 | 北京翔东智能科技有限公司 | Anti-weak network transmission method based on RTP |
CN113805814B (en) * | 2021-09-22 | 2023-08-15 | 深圳宏芯宇电子股份有限公司 | Cache management method, device, storage equipment and readable storage medium |
CN114598653B (en) * | 2022-05-09 | 2022-08-02 | 上海飞旗网络技术股份有限公司 | Data stream acceleration method based on time delay management model |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004030090A (en) * | 2002-06-25 | 2004-01-29 | Hitachi Ltd | Cache memory management method |
CN1607508A (en) * | 2003-10-16 | 2005-04-20 | 国际商业机器公司 | System and method of adaptively reconfiguring buffers |
CN107025223A (en) * | 2016-01-29 | 2017-08-08 | 华为技术有限公司 | A kind of buffer management method and server towards multi-tenant |
WO2018008676A1 (en) * | 2016-07-08 | 2018-01-11 | 日本電気株式会社 | Information processing system, cache allocation method, memory control device, memory control method, and recording medium |
CN111556361A (en) * | 2020-04-29 | 2020-08-18 | 腾讯科技(深圳)有限公司 | Buffer zone setting method, device, equipment and storage medium for Bluetooth audio playing |
Family Cites Families (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3290321B2 (en) * | 1994-12-20 | 2002-06-10 | 富士通株式会社 | Buffer monitoring method and device therefor |
US8271956B2 (en) * | 2008-02-07 | 2012-09-18 | International Business Machines Corporation | System, method and program product for dynamically adjusting trace buffer capacity based on execution history |
JP6163741B2 (en) * | 2012-11-30 | 2017-07-19 | ヤマハ株式会社 | Method and apparatus for determining buffer size of network reception buffer and network session system |
US9929926B1 (en) * | 2014-12-18 | 2018-03-27 | VCE IP Holding Company LLC | Capacity management system and method for a computing resource |
EP3321809B1 (en) * | 2015-08-21 | 2020-08-12 | Huawei Technologies Co., Ltd. | Memory access method, apparatus and system |
CN108681469B (en) * | 2018-05-03 | 2021-07-30 | 武汉斗鱼网络科技有限公司 | Page caching method, device, equipment and storage medium based on Android system |
CN110377572B (en) * | 2019-07-18 | 2024-02-13 | 腾讯科技(深圳)有限公司 | Cache space management method, device, equipment and medium |
-
2020
- 2020-12-25 CN CN202011564613.XA patent/CN112737975B/en active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004030090A (en) * | 2002-06-25 | 2004-01-29 | Hitachi Ltd | Cache memory management method |
CN1607508A (en) * | 2003-10-16 | 2005-04-20 | 国际商业机器公司 | System and method of adaptively reconfiguring buffers |
CN107025223A (en) * | 2016-01-29 | 2017-08-08 | 华为技术有限公司 | A kind of buffer management method and server towards multi-tenant |
WO2018008676A1 (en) * | 2016-07-08 | 2018-01-11 | 日本電気株式会社 | Information processing system, cache allocation method, memory control device, memory control method, and recording medium |
CN111556361A (en) * | 2020-04-29 | 2020-08-18 | 腾讯科技(深圳)有限公司 | Buffer zone setting method, device, equipment and storage medium for Bluetooth audio playing |
Also Published As
Publication number | Publication date |
---|---|
CN112737975A (en) | 2021-04-30 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN112737975B (en) | Buffer capacity adjustment method and device | |
CN109378000A (en) | Voice awakening method, device, system, equipment, server and storage medium | |
US20140092805A1 (en) | Mixed off-site/on-site prediction computation for reducing wireless reconnection time of a computing device | |
US20050235019A1 (en) | Method and system for transmitting data for data synchronization between server and client when data synchronization session was abnormally terminated | |
EP1259030A2 (en) | System and method for predicting network performance | |
EP3547715A1 (en) | Method and apparatus for reducing continuous-wakeup delay of bluetooth loudspeaker, and bluetooth loudspeaker | |
US7984161B2 (en) | Optimizing mobile device synchronization with multiple data sources | |
US10417062B2 (en) | Method and apparatus of unloading out of memory processing flow to user space | |
CN114422992A (en) | Dual-system Bluetooth device and electronic equipment | |
US10963208B2 (en) | Electronic device and method for operating electronic device | |
TW201830266A (en) | Mirroring of screens | |
CN110912990A (en) | Method and related equipment for updating consensus period | |
CN112965799B (en) | Task state prompting method and device, electronic equipment and medium | |
CN112788585B (en) | NF (NF) switching method and device in 5G core network and storage medium | |
US9703646B2 (en) | Centralized database system | |
CN115168440A (en) | Data read-write method, distributed storage system, device, equipment and storage medium | |
CN112416641B (en) | Method for detecting restarting of controlled end node in master-slave architecture and master control end node | |
US9639137B2 (en) | Control method and electronic device | |
US8175232B2 (en) | Push voicemail via “always on” | |
CN115617539A (en) | Method and device for processing real-time application message | |
CN113923249B (en) | High-performance network long connection establishment method and device | |
CN114364001B (en) | Power saving parameter configuration method, system, device and storage medium based on NB-IoT | |
CN112995571B (en) | Communication management method and communication management device for wireless conference system | |
EP4020131A1 (en) | Power saving method for terminal and device | |
CN116841948A (en) | Method and device for data transmission between Central Processing Units (CPUs) and electronic equipment |
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 | ||
CB02 | Change of applicant information |
Address after: 519000 room 402, Room 401, No. 327, Qiandao Ring Road, Tangjiawan Town, high tech Zone, Zhuhai City, Guangdong Province Applicant after: Zhuhai Xishanju Digital Technology Co.,Ltd. Address before: 519000 room 402, Room 401, No. 327, Qiandao Ring Road, Tangjiawan Town, high tech Zone, Zhuhai City, Guangdong Province Applicant before: ZHUHAI SEASUN MOBILE GAME TECHNOLOGY Co.,Ltd. |
|
CB02 | Change of applicant information | ||
GR01 | Patent grant | ||
GR01 | Patent grant |