CN111078651A - Method and device for counting usage amount of object storage - Google Patents

Method and device for counting usage amount of object storage Download PDF

Info

Publication number
CN111078651A
CN111078651A CN201911334005.7A CN201911334005A CN111078651A CN 111078651 A CN111078651 A CN 111078651A CN 201911334005 A CN201911334005 A CN 201911334005A CN 111078651 A CN111078651 A CN 111078651A
Authority
CN
China
Prior art keywords
request information
object storage
request
database
target tenant
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201911334005.7A
Other languages
Chinese (zh)
Inventor
王腾飞
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Inspur Cloud Information Technology Co Ltd
Original Assignee
Inspur Cloud Information 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 Inspur Cloud Information Technology Co Ltd filed Critical Inspur Cloud Information Technology Co Ltd
Priority to CN201911334005.7A priority Critical patent/CN111078651A/en
Publication of CN111078651A publication Critical patent/CN111078651A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/172Caching, prefetching or hoarding of files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/11File system administration, e.g. details of archiving or snapshots
    • G06F16/122File system administration, e.g. details of archiving or snapshots using management policies

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention provides a method and a device for counting the usage amount of object storage, wherein the method comprises the following steps: when an object storage gateway receives an object storage request, determining request information corresponding to the object storage request; the object storage gateway writes the request information into a message queue; the statistical module acquires the request information from the message queue one by one; the statistical module stores each piece of acquired request information into a database; and the counting module counts at least one piece of request information in the database and determines the usage amount of the object storage. The invention provides a method and a device for counting the usage amount of object storage, which can ensure the performance of an object storage gateway.

Description

Method and device for counting usage amount of object storage
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for counting the use amount of object storage.
Background
Object storage is a service that provides unstructured file storage for internet applications. Compared with the traditional hard disk storage, the object storage has the advantages of no upper limit of storage, high concurrent access support, lower cost and the like. The object storage solves the problem of file storage of a service architecture, effectively reduces the storage cost of massive files, supports high concurrent access of hotspot data, and improves the access experience of terminal users.
At present, each big cloud platform provides object storage service, and tenants can inquire the usage amount of object storage from various angles. In the prior art, after receiving a request, an object storage gateway directly writes request information into a database, and when there are many requests, the object storage gateway needs to process a large number of requests and write the request information into the database, which may reduce the performance of the object storage gateway.
Disclosure of Invention
The embodiment of the invention provides a method and a device for counting the usage amount of object storage, which can ensure the performance of an object storage gateway.
In a first aspect, an embodiment of the present invention provides a method for counting usage of an object store, including:
when an object storage gateway receives an object storage request, determining request information corresponding to the object storage request;
the object storage gateway writes the request information into a message queue;
the statistical module acquires the request information from the message queue one by one;
the statistical module stores each piece of acquired request information into a database;
and the counting module counts at least one piece of request information in the database and determines the usage amount of the object storage.
Alternatively,
the statistic module makes statistics on at least one piece of request information in the database and determines the usage amount of object storage, and the method comprises the following steps:
the statistical module queries at least one piece of request information of a target tenant from the database;
the counting module counts at least one piece of request information of the target tenant and generates the usage amount of the object storage of the target tenant.
Alternatively,
the method further comprises the following steps:
presetting a first usage statistic rule, wherein the first usage statistic rule comprises the following steps: counting the usage amount in each preset time period;
the statistic module makes statistics on at least one piece of request information in the database and determines the usage amount of object storage, and the method comprises the following steps:
the statistical module queries at least one piece of request information of the target tenant in the preset time period from the database;
the counting module counts at least one piece of request information of the target tenant in the preset time period to generate the usage amount of the target tenant in the object storage of the preset time period.
Alternatively,
the method further comprises the following steps:
presetting a second usage statistic rule, wherein the second usage statistic rule comprises: counting the use amount in idle time and the use amount in busy time;
the statistic module makes statistics on at least one piece of request information in the database to generate the usage amount of the object storage, and the method comprises the following steps:
the statistical module queries the request information of the target tenant in idle time and the request information of the target tenant in busy time from the database;
the statistical module is used for carrying out statistics on the idle request information of the target tenant and determining the idle usage of the target tenant;
the counting module counts the request information of the target tenant in busy hours and determines the usage amount of the target tenant in busy hours.
Alternatively,
the determining the request information corresponding to the object storage request includes:
the object storage gateway determines the type, the storage capacity, the downloading flow and the request path of the object storage request;
and the object storage gateway encapsulates the type, the storage capacity, the downloading flow and the request path of the object storage request as the request message.
In a second aspect, an embodiment of the present invention provides an apparatus for counting usage of an object store, including:
the object storage gateway, the message queue and the statistical module;
the object storage gateway is used for determining the request information corresponding to the object storage request when receiving the object storage request, and writing the request information into the message queue;
the statistical module is used for acquiring the request information from the message queue one by one, storing each acquired request information into a database, performing statistics on at least one piece of request information in the database, and determining the usage amount of object storage.
Alternatively,
the statistics module, when performing the statistics on at least one piece of the request information in the database and determining the usage amount of the object storage, is specifically configured to:
querying the database for at least one piece of request information of a target tenant;
and counting at least one piece of request information of the target tenant to generate the usage amount of the object storage of the target tenant.
Alternatively,
the apparatus further comprises:
a first saving unit, configured to save a first usage statistic rule, where the first usage statistic rule includes: counting the usage amount in each preset time period;
the statistics module, when performing the statistics on at least one piece of the request information in the database and determining the usage amount of the object storage, is specifically configured to:
querying the database for at least one piece of request information of the target tenant within the preset time period;
counting at least one piece of request information of the target tenant in the preset time period, and generating the usage amount of the target tenant in the object storage of the preset time period.
Alternatively,
the apparatus further comprises:
a second saving unit, configured to save a second usage amount statistical rule, where the second usage amount statistical rule includes: counting the use amount in idle time and the use amount in busy time;
the statistics module, when performing the statistics on at least one piece of the request information in the database and determining the usage amount of the object storage, is specifically configured to:
inquiring the request information of the target tenant at idle time and the request information of the target tenant at busy time from the database;
counting the idle request information of the target tenant, and determining the idle usage of the target tenant;
and counting the request information of the target tenant in the busy hour, and determining the usage amount of the target tenant in the busy hour.
Alternatively,
the object storage gateway, when executing the request information corresponding to the object storage request, is specifically configured to:
determining the type, the storage amount, the downloading flow and a request path of the object storage request;
and encapsulating the type, the storage capacity, the downloading flow and the request path of the object storage request as the request message.
In the embodiment of the invention, the message queue is arranged between the database and the object storage gateway, so that the decoupling of the database and the object storage gateway is realized, the object storage gateway does not need to store the request information into the database, the object storage gateway only needs to store the request information into the message queue, and the statistical module stores the request information in the message queue into the database, thereby greatly reducing the load of the object storage gateway and ensuring the performance of the object storage gateway.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a flow chart of a method for counting usage of an object store according to an embodiment of the present invention;
FIG. 2 is a flow chart of another method for counting the usage of an object store according to an embodiment of the present invention;
fig. 3 is a schematic diagram of an apparatus for counting usage of an object store according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer and more complete, the technical solutions in the embodiments of the present invention will be described below with reference to the 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, and based on the embodiments of the present invention, all other embodiments obtained by a person of ordinary skill in the art without creative efforts belong to the scope of the present invention.
As shown in fig. 1, an embodiment of the present invention provides a method for counting usage of an object store, including:
step 101: when an object storage gateway receives an object storage request, determining request information corresponding to the object storage request;
step 102: the object storage gateway writes the request information into a message queue;
step 103: the statistical module acquires the request information from the message queue one by one;
step 104: the statistical module stores each piece of acquired request information into a database;
step 105: and the counting module counts at least one piece of request information in the database and determines the usage amount of the object storage.
In the embodiment of the invention, the message queue is arranged between the database and the object storage gateway, so that the decoupling of the database and the object storage gateway is realized, the object storage gateway does not need to store the request information into the database, the object storage gateway only needs to store the request information into the message queue, and the statistical module stores the request information in the message queue into the database, thereby greatly reducing the load of the object storage gateway and ensuring the performance of the object storage gateway.
In the embodiment of the present invention, the object storage gateway may be implemented by toph's radosgw.
The message queue may be implemented by rabbitmq.
When running the statistics module, a new process may be invoked to run the statistics module.
In the embodiment of the invention, the object storage gateway extracts the request information from an object storage request which is not received, and then writes the request information into the message queue.
The statistical module continuously inquires whether the request information exists in the message queue, if so, the request information is taken out of the message queue and then written into the database.
When the usage amount stored by the object needs to be counted, the counting module inquires each piece of request information in the database, and then the usage amount is determined.
In an embodiment of the present invention, the usage amount of the object storage includes: user memory, usage flow, and API access times. The query of the usage amount of the object storage is very flexible, and the usage amount information is processed according to a time period or according to certain rules. For example, the user usage needs to distinguish idle traffic from busy traffic, and the download traffic is separately counted according to the intranet and the extranet.
In an embodiment of the present invention, the counting module counts at least one piece of the request information in the database, and determines a usage amount of the object storage, including:
the statistical module queries at least one piece of request information of a target tenant from the database;
the counting module counts at least one piece of request information of the target tenant and generates the usage amount of the object storage of the target tenant.
In the embodiment of the present invention, the usage amount of the object store is counted according to the tenant, and when the usage amount of the target tenant is counted, the statistics needs to be performed according to the request information of the target tenant.
In an embodiment of the invention, the method further comprises:
presetting a first usage statistic rule, wherein the first usage statistic rule comprises the following steps: counting the usage amount in each preset time period;
the statistic module makes statistics on at least one piece of request information in the database and determines the usage amount of object storage, and the method comprises the following steps:
the statistical module queries at least one piece of request information of the target tenant in the preset time period from the database;
the counting module counts at least one piece of request information of the target tenant in the preset time period to generate the usage amount of the target tenant in the object storage of the preset time period.
In the embodiment of the present invention, the usage amount may be counted according to a preset time period. For example: and counting the use amount of the tenant A in each hour, counting the use amount of the tenant A in each day, counting the use amount of the tenant A in each week and the like.
In an embodiment of the invention, the method further comprises:
presetting a second usage statistic rule, wherein the second usage statistic rule comprises: counting the use amount in idle time and the use amount in busy time;
the statistic module makes statistics on at least one piece of request information in the database to generate the usage amount of the object storage, and the method comprises the following steps:
the statistical module queries the request information of the target tenant in idle time and the request information of the target tenant in busy time from the database;
the statistical module is used for carrying out statistics on the idle request information of the target tenant and determining the idle usage of the target tenant;
the counting module counts the request information of the target tenant in busy hours and determines the usage amount of the target tenant in busy hours.
In the embodiment of the present invention, the idle time period and the busy time period may be configured according to needs, for example: in one day, 0 to 8 and 20 to 24 may be idle, and 8 to 20 may be busy.
In addition, data such as the flow through the external network flow and the internal network of the tenant can be used.
In an embodiment of the present invention, the determining request information corresponding to the object storage request includes:
the object storage gateway determines the type, the storage capacity, the downloading flow and the request path of the object storage request;
and the object storage gateway encapsulates the type, the storage capacity, the downloading flow and the request path of the object storage request as the request message.
In the embodiment of the present invention, the request information includes: the type, storage, download traffic, and request path of the object storage request. The object storage gateway can encapsulate the request information into a message and store the message into the message queue in a message mode. Correspondingly, after the statistical module obtains the message from the message queue, the statistical module analyzes the message, and analyzes the request information from the message.
As shown in fig. 2, the following describes in detail a method for counting usage of an object store according to an embodiment of the present invention, taking counting of usage of a tenant a in one day as an example, and specifically includes the following steps:
step 201: presetting a usage statistic rule for the tenant A, wherein the usage statistic rule comprises the following steps: and counting the usage amount of the user A in one day.
Step 202: and when the object storage gateway receives the object storage request, determining the request information corresponding to the object storage request.
The object storage request received by the object storage gateway also includes the object storage request of tenant a.
Step 203: and the object storage gateway writes the request information into the message queue.
When the request information of the tenant A exists, the object storage gateway writes the request information of the tenant A into the message queue.
Step 204: and the statistical module acquires the request information from the message queue one by one.
The statistics module obtains all request information in the message queue, wherein the request information also includes the request information of tenant a.
Step 205: and the statistical module stores each piece of acquired request information into a database.
When the statistical module acquires the request information of the tenant A from the message queue, the statistical module stores each acquired request information of the tenant A into the database.
Step 206: the statistic module queries the request information of the tenant A in one day from the database.
The statistical module is used for carrying out statistics on at least one piece of request information in the database and determining the usage amount of object storage
Step 207: the counting module counts the request information of the tenant A in one day and determines the usage amount of the tenant A in one day.
Specifically, the counting module counts the sum of the storage amount of all the request information of the tenant A in one day, and the sum is the usage amount of the tenant A in one day.
And the statistical module is used for counting the sum of the download traffic of all the request information of the tenant A in one day, wherein the sum of the download traffic is the usage of the tenant A in one day.
In the embodiment of the invention, an operation part needing statistics in the object storage gateway side code is added into a message queue to insert a record code, and a relevant record is inserted into the message queue after each operation is completed. And another process operation statistical module reads the message from the message queue for analysis, and then inserts the message into the database to further process the use record.
In the embodiment of the invention, the object storage gateway writes the operation at the object storage gateway side into the message queue, the statistical module takes out the message (specifically request information) from the message queue and stores the message into the database, the message queue is used as an intermediate buffer layer to decouple the object storage gateway and the database, so that the object storage gateway and the database are independent and do not influence each other, and even if the object storage gateway has a large number of requests, the performance problem can not be caused.
As shown in fig. 3, an embodiment of the present invention provides an apparatus for counting usage of an object storage, including:
an object storage gateway 301, a message queue 302 and a statistics module 303;
the object storage gateway 301 is configured to, when an object storage request is received, determine request information corresponding to the object storage request, and write the request information into the message queue 302;
the counting module 303 is configured to acquire the request information item by item from the message queue 302, store each acquired request information item in a database, count at least one piece of request information in the database, and determine a usage amount of the object storage.
In an embodiment of the present invention, when performing statistics on at least one piece of request information in the database and determining a usage amount of an object store, the statistics module is specifically configured to:
querying the database for at least one piece of request information of a target tenant;
and counting at least one piece of request information of the target tenant to generate the usage amount of the object storage of the target tenant.
In an embodiment of the present invention, the apparatus further comprises:
a first saving unit, configured to save a first usage statistic rule, where the first usage statistic rule includes: counting the usage amount in each preset time period;
the statistics module, when performing the statistics on at least one piece of the request information in the database and determining the usage amount of the object storage, is specifically configured to:
querying the database for at least one piece of request information of the target tenant within the preset time period;
counting at least one piece of request information of the target tenant in the preset time period, and generating the usage amount of the target tenant in the object storage of the preset time period.
In an embodiment of the present invention, the apparatus further comprises:
a second saving unit, configured to save a second usage amount statistical rule, where the second usage amount statistical rule includes: counting the use amount in idle time and the use amount in busy time;
the statistics module, when performing the statistics on at least one piece of the request information in the database and determining the usage amount of the object storage, is specifically configured to:
inquiring the request information of the target tenant at idle time and the request information of the target tenant at busy time from the database;
counting the idle request information of the target tenant, and determining the idle usage of the target tenant;
and counting the request information of the target tenant in the busy hour, and determining the usage amount of the target tenant in the busy hour.
In an embodiment of the present invention, when the determining of the request information corresponding to the object storage request is executed, the object storage gateway is specifically configured to:
determining the type, the storage amount, the downloading flow and a request path of the object storage request;
and encapsulating the type, the storage capacity, the downloading flow and the request path of the object storage request as the request message.
It is to be understood that the illustrated structure of the embodiment of the present invention does not constitute a specific limitation on the device for counting the usage amount of the object storage. In other embodiments of the invention, the means for counting usage of the object store may comprise more or fewer components than shown, or some components may be combined, some components may be split, or a different arrangement of components. The illustrated components may be implemented in hardware, software, or a combination of software and hardware.
It should be noted that not all steps and modules in the above flows and system structure diagrams are necessary, and some steps or modules may be omitted according to actual needs. The execution order of the steps is not fixed and can be adjusted as required. The system structure described in the above embodiments may be a physical structure or a logical structure, that is, some modules may be implemented by the same physical entity, or some modules may be implemented by a plurality of physical entities, or some components in a plurality of independent devices may be implemented together.
In the above embodiments, the hardware unit may be implemented mechanically or electrically. For example, a hardware element may comprise permanently dedicated circuitry or logic (such as a dedicated processor, FPGA or ASIC) to perform the corresponding operations. The hardware elements may also comprise programmable logic or circuitry, such as a general purpose processor or other programmable processor, that may be temporarily configured by software to perform the corresponding operations. The specific implementation (mechanical, or dedicated permanent, or temporarily set) may be determined based on cost and time considerations.
While the invention has been shown and described in detail in the drawings and in the preferred embodiments, it is not intended to limit the invention to the embodiments disclosed, and it will be apparent to those skilled in the art that various combinations of the code auditing means in the various embodiments described above may be used to obtain further embodiments of the invention, which are also within the scope of the invention.

Claims (10)

1. The method for counting the usage amount of the object storage is characterized by comprising the following steps:
when an object storage gateway receives an object storage request, determining request information corresponding to the object storage request;
the object storage gateway writes the request information into a message queue;
the statistical module acquires the request information from the message queue one by one;
the statistical module stores each piece of acquired request information into a database;
and the counting module counts at least one piece of request information in the database and determines the usage amount of the object storage.
2. The method of claim 1,
the statistic module makes statistics on at least one piece of request information in the database and determines the usage amount of object storage, and the method comprises the following steps:
the statistical module queries at least one piece of request information of a target tenant from the database;
the counting module counts at least one piece of request information of the target tenant and generates the usage amount of the object storage of the target tenant.
3. The method of claim 2,
further comprising:
presetting a first usage statistic rule, wherein the first usage statistic rule comprises the following steps: counting the usage amount in each preset time period;
the statistic module makes statistics on at least one piece of request information in the database and determines the usage amount of object storage, and the method comprises the following steps:
the statistical module queries at least one piece of request information of the target tenant in the preset time period from the database;
the counting module counts at least one piece of request information of the target tenant in the preset time period to generate the usage amount of the target tenant in the object storage of the preset time period.
4. The method of claim 2,
further comprising:
presetting a second usage statistic rule, wherein the second usage statistic rule comprises: counting the use amount in idle time and the use amount in busy time;
the statistic module makes statistics on at least one piece of request information in the database to generate the usage amount of the object storage, and the method comprises the following steps:
the statistical module queries the request information of the target tenant in idle time and the request information of the target tenant in busy time from the database;
the statistical module is used for carrying out statistics on the idle request information of the target tenant and determining the idle usage of the target tenant;
the counting module counts the request information of the target tenant in busy hours and determines the usage amount of the target tenant in busy hours.
5. The method according to any one of claims 1 to 4,
the determining the request information corresponding to the object storage request includes:
the object storage gateway determines the type, the storage capacity, the downloading flow and the request path of the object storage request;
and the object storage gateway encapsulates the type, the storage capacity, the downloading flow and the request path of the object storage request as the request message.
6. An apparatus for counting usage of an object store, comprising:
the object storage gateway, the message queue and the statistical module;
the object storage gateway is used for determining the request information corresponding to the object storage request when receiving the object storage request, and writing the request information into the message queue;
the statistical module is used for acquiring the request information from the message queue one by one, storing each acquired request information into a database, performing statistics on at least one piece of request information in the database, and determining the usage amount of object storage.
7. The apparatus of claim 6,
the statistics module, when performing the statistics on at least one piece of the request information in the database and determining the usage amount of the object storage, is specifically configured to:
querying the database for at least one piece of request information of a target tenant;
and counting at least one piece of request information of the target tenant to generate the usage amount of the object storage of the target tenant.
8. The apparatus of claim 7,
further comprising:
a first saving unit, configured to save a first usage statistic rule, where the first usage statistic rule includes: counting the usage amount in each preset time period;
the statistics module, when performing the statistics on at least one piece of the request information in the database and determining the usage amount of the object storage, is specifically configured to:
querying the database for at least one piece of request information of the target tenant within the preset time period;
counting at least one piece of request information of the target tenant in the preset time period, and generating the usage amount of the target tenant in the object storage of the preset time period.
9. The apparatus of claim 7,
further comprising:
a second saving unit, configured to save a second usage amount statistical rule, where the second usage amount statistical rule includes: counting the use amount in idle time and the use amount in busy time;
the statistics module, when performing the statistics on at least one piece of the request information in the database and determining the usage amount of the object storage, is specifically configured to:
inquiring the request information of the target tenant at idle time and the request information of the target tenant at busy time from the database;
counting the idle request information of the target tenant, and determining the idle usage of the target tenant;
and counting the request information of the target tenant in the busy hour, and determining the usage amount of the target tenant in the busy hour.
10. The apparatus according to any one of claims 6 to 9,
the object storage gateway, when executing the request information corresponding to the object storage request, is specifically configured to:
determining the type, the storage amount, the downloading flow and a request path of the object storage request;
and encapsulating the type, the storage capacity, the downloading flow and the request path of the object storage request as the request message.
CN201911334005.7A 2019-12-23 2019-12-23 Method and device for counting usage amount of object storage Pending CN111078651A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911334005.7A CN111078651A (en) 2019-12-23 2019-12-23 Method and device for counting usage amount of object storage

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911334005.7A CN111078651A (en) 2019-12-23 2019-12-23 Method and device for counting usage amount of object storage

Publications (1)

Publication Number Publication Date
CN111078651A true CN111078651A (en) 2020-04-28

Family

ID=70316804

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911334005.7A Pending CN111078651A (en) 2019-12-23 2019-12-23 Method and device for counting usage amount of object storage

Country Status (1)

Country Link
CN (1) CN111078651A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111641698A (en) * 2020-05-22 2020-09-08 浪潮电子信息产业股份有限公司 Data statistical method, system, equipment and storage medium
CN111835862A (en) * 2020-07-22 2020-10-27 浪潮云信息技术股份公司 Method for realizing reference flow type deployment object storage back-end service
CN112328864A (en) * 2020-11-04 2021-02-05 浪潮云信息技术股份公司 Download amount statistical method for Ceph object storage
CN118170826A (en) * 2024-05-11 2024-06-11 中移(苏州)软件技术有限公司 Usage statistics method and device and related equipment

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060294058A1 (en) * 2005-06-28 2006-12-28 Microsoft Corporation System and method for an asynchronous queue in a database management system
CN101258713A (en) * 2005-06-06 2008-09-03 茂比迪股份有限公司 System and method of scheduling delivery of packets
CN104283800A (en) * 2013-07-05 2015-01-14 株式会社日立制作所 Gateway device, communication system and flow control method
CN106603598A (en) * 2015-10-15 2017-04-26 阿里巴巴集团控股有限公司 Method for processing service request and apparatus thereof
CN110381137A (en) * 2019-07-19 2019-10-25 浪潮云信息技术有限公司 Object storage usage amount statistical method and system based on ceph
CN110489447A (en) * 2019-07-16 2019-11-22 招联消费金融有限公司 Data query method, apparatus, computer equipment and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101258713A (en) * 2005-06-06 2008-09-03 茂比迪股份有限公司 System and method of scheduling delivery of packets
US20060294058A1 (en) * 2005-06-28 2006-12-28 Microsoft Corporation System and method for an asynchronous queue in a database management system
CN104283800A (en) * 2013-07-05 2015-01-14 株式会社日立制作所 Gateway device, communication system and flow control method
CN106603598A (en) * 2015-10-15 2017-04-26 阿里巴巴集团控股有限公司 Method for processing service request and apparatus thereof
CN110489447A (en) * 2019-07-16 2019-11-22 招联消费金融有限公司 Data query method, apparatus, computer equipment and storage medium
CN110381137A (en) * 2019-07-19 2019-10-25 浪潮云信息技术有限公司 Object storage usage amount statistical method and system based on ceph

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111641698A (en) * 2020-05-22 2020-09-08 浪潮电子信息产业股份有限公司 Data statistical method, system, equipment and storage medium
CN111641698B (en) * 2020-05-22 2023-04-18 浪潮电子信息产业股份有限公司 Data statistical method, system, equipment and storage medium
CN111835862A (en) * 2020-07-22 2020-10-27 浪潮云信息技术股份公司 Method for realizing reference flow type deployment object storage back-end service
CN111835862B (en) * 2020-07-22 2023-05-30 浪潮云信息技术股份公司 Method for realizing storage back-end service of deployment object of reference flow type
CN112328864A (en) * 2020-11-04 2021-02-05 浪潮云信息技术股份公司 Download amount statistical method for Ceph object storage
CN112328864B (en) * 2020-11-04 2023-06-23 浪潮云信息技术股份公司 Downloading amount statistical method for Ceph object storage
CN118170826A (en) * 2024-05-11 2024-06-11 中移(苏州)软件技术有限公司 Usage statistics method and device and related equipment
CN118170826B (en) * 2024-05-11 2024-09-03 中移(苏州)软件技术有限公司 Usage statistics method and device and related equipment

Similar Documents

Publication Publication Date Title
CN111078651A (en) Method and device for counting usage amount of object storage
CN109271411B (en) Report generation method, report generation device, computer equipment and storage medium
US11734271B2 (en) Data query method, apparatus and device
CN108776934B (en) Distributed data calculation method and device, computer equipment and readable storage medium
US10877809B2 (en) Preloading applications from a priority list based on memory usage status of an electronic device
CN104699718B (en) Method and apparatus for being rapidly introduced into business datum
CN109039817B (en) Information processing method, device, equipment and medium for flow monitoring
CN109842621B (en) Method and terminal for reducing token storage quantity
CN108228322B (en) Distributed link tracking and analyzing method, server and global scheduler
JP2015530666A (en) Data indexing method and apparatus
CN111367873A (en) Log data storage method and device, terminal and computer storage medium
WO2023142824A1 (en) Gpu resource utilization monitoring method and apparatus, computer device, and medium
CN108228432A (en) A kind of distributed link tracking, analysis method and server, global scheduler
CN116627333A (en) Log caching method and device, electronic equipment and computer readable storage medium
CN110865877A (en) Task request response method and device
CN116842090A (en) Accounting system, method, equipment and storage medium
CN113010852B (en) Data metering and counting method and device, electronic equipment and storage medium
EP4167545A1 (en) Real time method and system for analyzing data streams
US9659041B2 (en) Model for capturing audit trail data with reduced probability of loss of critical data
CN113656370B (en) Data processing method and device for electric power measurement system and computer equipment
CN110019372A (en) Data monitoring method, device, server and storage medium
CN112711384A (en) Data storage method and device based on multiple storage devices
CN109934289A (en) Support card identification method and system
CN115396319B (en) Data stream slicing method, device, equipment and storage medium
CN116126546B (en) Performance optimization method and device, electronic equipment and medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20200428

RJ01 Rejection of invention patent application after publication