CN111104300A - Statistical method, system and device for directory access heat - Google Patents

Statistical method, system and device for directory access heat Download PDF

Info

Publication number
CN111104300A
CN111104300A CN201911208801.6A CN201911208801A CN111104300A CN 111104300 A CN111104300 A CN 111104300A CN 201911208801 A CN201911208801 A CN 201911208801A CN 111104300 A CN111104300 A CN 111104300A
Authority
CN
China
Prior art keywords
directory
heat
access
heat value
target
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.)
Withdrawn
Application number
CN201911208801.6A
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 Electronic Information Industry Co Ltd
Original Assignee
Inspur Electronic Information Industry 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 Electronic Information Industry Co Ltd filed Critical Inspur Electronic Information Industry Co Ltd
Priority to CN201911208801.6A priority Critical patent/CN111104300A/en
Publication of CN111104300A publication Critical patent/CN111104300A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3438Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment monitoring of user actions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3452Performance evaluation by statistical analysis

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Evolutionary Biology (AREA)
  • Probability & Statistics with Applications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a statistical method of directory access heat, firstly obtaining an operation type of a directory access operation, determining a target heat value corresponding to the operation type according to a preset type heat corresponding relation, then accumulating all target heat values corresponding to the directory to obtain a comprehensive heat value of the directory, and similarly obtaining the comprehensive heat value of each directory in a system. Therefore, the access heat of each directory in the system can be counted, and therefore developers can analyze the operation behaviors of the users conveniently. The invention also discloses a system and a device for counting the directory access heat, which have the same beneficial effects as the counting method.

Description

Statistical method, system and device for directory access heat
Technical Field
The invention relates to the field of file systems, in particular to a statistical method, a statistical system and a statistical device for directory access heat.
Background
Currently, in a file system, the access heat of different directories is greatly different. The access heat of the directory can reflect the access requirement of the user, namely the directory with higher access heat is higher in the access requirement of the user; on the contrary, the directory with lower access heat is lower in access requirement of the user. However, the existing file system does not count the access heat of the user to access the directory, so that it is inconvenient for a developer to analyze the operation behavior of the user.
Therefore, how to provide a solution to the above technical problem is a problem that needs to be solved by those skilled in the art.
Disclosure of Invention
The invention aims to provide a method, a system and a device for counting the access heat of directories, which can count the access heat of each directory in the system, thereby facilitating a developer to analyze the operation behavior of a user.
In order to solve the above technical problem, the present invention provides a statistical method for directory access heat, comprising:
obtaining access operation of each directory in a system, and determining the operation type of the access operation;
determining a target heat value corresponding to the operation type according to a preset type heat corresponding relation;
and accumulating the target heat values corresponding to the same directory to correspondingly obtain the comprehensive heat value of each directory.
Preferably, the process of determining the target heat value corresponding to the operation type according to the preset type heat correspondence includes:
when a target directory in each directory is accessed, according to a preset exponential decay algorithm new ═ old + delta × (e)t *ln(0.5)/2Calculating the current heat value new of the target directory; wherein old is the current heat value calculated when the target directory is accessed last time, delta is the interval time between the current time of accessing the target directory and the last time of accessing the target directory, and t is the access time of the current time of accessing the target directory;
and determining a target weight corresponding to the current operation type of the target directory according to a preset type weight corresponding relation, and taking the product of the current heat value and the target weight as a target heat value corresponding to the current operation type.
Preferably, the statistical method further comprises:
and sequencing the directories according to the comprehensive heat value of each directory to obtain the directory access heat sequencing of the system.
Preferably, the process of sorting the directories according to the magnitude of the comprehensive heat value of the directories includes:
correspondingly storing the directory paths and the comprehensive heat values of all the directories;
and sorting the directory paths of the directories according to the magnitude of the comprehensive heat value of the directories.
Preferably, the process of storing the directory path of each directory corresponding to the integrated heat value includes:
after acquiring the comprehensive heat value of a new directory in the system, correspondingly storing the directory path and the comprehensive heat value of the new directory;
correspondingly, the process of sorting the directory paths of the directories according to the magnitude of the comprehensive heat value of the directories includes:
and correspondingly inserting the directory path of the new directory into the ordered directory path according to the comparison result of the comprehensive heat value of the new directory and the comprehensive heat value of the stored directory.
Preferably, before the storing the directory paths and the comprehensive heat values of the new directory correspondingly, the storing the directory paths and the comprehensive heat values of each directory correspondingly further includes:
judging whether the number of the stored directory paths in the system reaches a preset number threshold value or not;
if the number of the new directories reaches a preset number threshold, judging whether the comprehensive heat value of the new directory is larger than a stored minimum comprehensive heat value; if so, deleting the stored minimum comprehensive heat value and the corresponding directory path thereof, and executing the step of correspondingly storing the directory path of the new directory and the comprehensive heat value; if not, the step of correspondingly storing the directory path of the new directory and the comprehensive heat value is not executed;
and if the number of the directory paths does not reach the preset number threshold, directly executing the step of correspondingly storing the directory paths of the new directory and the comprehensive heat value.
Preferably, the process of storing the directory path of each directory corresponding to the integrated heat value further includes:
after a new comprehensive heat value of a stored target directory is obtained, updating the comprehensive heat value stored last time in the target directory according to the new comprehensive heat value;
correspondingly, the process of sorting the directory paths of the directories according to the magnitude of the comprehensive heat value of the directories further includes:
and updating the arrangement sequence of the stored directory paths when the comparison result of the new comprehensive heat value of the target directory and the comprehensive heat values of the rest stored directories changes.
Preferably, the statistical method further comprises:
and after the directory access heat sequencing of the system is obtained, controlling a display to display the directory access heat sequencing.
In order to solve the above technical problem, the present invention further provides a system for counting directory access heat, including:
the type determining module is used for acquiring the access operation of each directory in the system and determining the operation type of the access operation;
the heat degree determining module is used for determining a target heat degree value corresponding to the operation type according to a preset type heat degree corresponding relation;
and the heat accumulation module is used for accumulating the target heat values corresponding to the same directory to correspondingly obtain the comprehensive heat value of each directory.
In order to solve the above technical problem, the present invention further provides a device for counting directory access heat, including:
a memory for storing a computer program;
and the processor is used for realizing the steps of any one of the above statistical methods for the access heat of the directory when the computer program is executed.
The invention provides a statistical method of directory access heat, firstly obtaining an operation type of a directory access operation, determining a target heat value corresponding to the operation type according to a preset type heat corresponding relation, then accumulating all target heat values corresponding to the directory to obtain a comprehensive heat value of the directory, and similarly obtaining the comprehensive heat value of each directory in a system. Therefore, the access heat of each directory in the system can be counted, and therefore developers can analyze the operation behaviors of the users conveniently.
The invention also provides a system and a device for counting the access heat of the directory, and the system and the device have the same beneficial effects as the statistical method.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed in the prior art and the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
Fig. 1 is a flowchart of a statistical method for directory access heat according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a directory access heat statistics system according to an embodiment of the present invention.
Detailed Description
The core of the invention is to provide a method, a system and a device for counting the access heat of the directories, which can count the access heat of each directory in the system, thereby facilitating the analysis of the operation behavior of the user by a developer.
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below 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. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, fig. 1 is a flowchart illustrating a method for counting directory access heat according to an embodiment of the present invention.
The statistical method for the access heat of the directory comprises the following steps:
step S1: and acquiring the access operation of each directory in the system, and determining the operation type of the access operation.
Specifically, the directory access frequency refers to the frequency of the user operating the directory, and specifically, the higher the directory access frequency, the higher the frequency of the user operating the directory. Therefore, in order to count the directory access heat, the embodiment first obtains the access operation of the user to each directory in the system, such as read, write, execute, and the like to the directory.
Meanwhile, in the embodiment, considering that different operation types have different influences on the directory access heat, after the access operation of the user on each directory in the system is obtained, the operation type of the access operation of each directory is also determined, so that the directory access heat is obtained based on the operation type of the subsequent access operation of the directory.
Step S2: and determining a target heat value corresponding to the operation type according to the preset type heat corresponding relation.
It should be noted that the preset of the present application is set in advance, and only needs to be set once, and the reset is not needed unless the modification is needed according to the actual situation.
Specifically, it is known that different operation types have different influences on the directory access heat, so the embodiment sets a correspondence relationship between a representation operation type and a heat value in advance, which is referred to as a type heat correspondence relationship for short, and aims to determine a target heat value corresponding to an operation type according to the type heat correspondence relationship after determining the operation type of the access operation of each directory.
Step S3: and accumulating the target heat values corresponding to the same directory to correspondingly obtain the comprehensive heat value of each directory.
Specifically, for any directory in the system, target heat values corresponding to different access operations of the directory by the user are accumulated, and a comprehensive heat value representing the access heat of the directory is obtained. Similarly, in this embodiment, the target heat values corresponding to the same directory in the system are accumulated to obtain the comprehensive heat value of each directory, so that the access heat of each directory in the system is counted.
The invention provides a statistical method of directory access heat, firstly obtaining an operation type of a directory access operation, determining a target heat value corresponding to the operation type according to a preset type heat corresponding relation, then accumulating all target heat values corresponding to the directory to obtain a comprehensive heat value of the directory, and similarly obtaining the comprehensive heat value of each directory in a system. Therefore, the access heat of each directory in the system can be counted, and therefore developers can analyze the operation behaviors of the users conveniently.
On the basis of the above-described embodiment:
as an optional embodiment, the process of determining the target heat value corresponding to the operation type according to the preset type heat correspondence relationship includes:
when a target directory in each directory is accessed, according to a preset exponential decay algorithm new ═ old + delta × (e)t *ln(0.5)/2Calculating the current heat value new of the target directory; wherein old is the current heat value calculated when the target directory is accessed last time, delta is the interval time between the current time of accessing the target directory and the last time of accessing the target directory, and t is the access time of the current time of accessing the target directory;
and determining a target weight corresponding to the current operation type of the target directory according to the preset type weight corresponding relation, and taking the product of the current heat value and the target weight as a target heat value corresponding to the current operation type.
Specifically, it is known that different operation types have different influences on the directory access heat, so the embodiment reasonably sets a corresponding relationship between the characterization operation type and the weight, referred to as a type weight corresponding relationship (e.g., write operation corresponds to 0.3, read operation corresponds to 0.4 … …), in advance, so as to determine the target weight corresponding to the current operation type according to the type weight corresponding relationship after determining the current operation type of a target directory in the system by the user.
Based on this, when the user accesses a target directory in the system, the present embodiment first uses an exponential decay algorithm to calculate the current heat value of the target directory, where the relation of the exponential decay algorithm is: new ═ e (old + delta) · et *ln(0.5)/2. And determining the target weight corresponding to the current operation type of the target directory according to the preset type weight corresponding relation. Then, the calculated current hot value of the target directory is multiplied by the current hot value of the target directoryAnd the product of the target weight corresponding to the operation type and the target weight is the target heat value corresponding to the current operation type when the comprehensive heat value is calculated by the target directory.
As an optional embodiment, the statistical method further comprises:
and sequencing the directories according to the comprehensive heat value of each directory to obtain the directory access heat sequencing of the system.
Further, in this embodiment, the directories may also be sorted according to the magnitude of the comprehensive heat value of each directory in the system, specifically, the directories are sorted according to the sequence from large to small of the comprehensive heat value of each directory, that is, the directory with the larger comprehensive heat value is arranged in front of the directory with the smaller comprehensive heat value, so as to obtain the directory access heat ranking of the system, and the directory access heat ranking may reflect which directories are operated by the user with higher frequency for the developer to refer to.
As an alternative embodiment, the process of sorting the directories according to the magnitude of the comprehensive heat value of the directories comprises:
correspondingly storing the directory paths and the comprehensive heat values of all the directories;
and sorting the directory paths of the directories according to the magnitude of the comprehensive heat value of the directories.
Specifically, in the present embodiment, when storing the comprehensive heat value of each directory, the directory path of each directory and the comprehensive heat value are stored correspondingly, for example, the directory path of any directory and the comprehensive heat value are stored together in a structural form, so that when sorting each directory, the directory paths of each directory are sorted according to the magnitude of the comprehensive heat value of each directory.
As an alternative embodiment, the process of storing the directory path of each directory corresponding to the integrated heat value includes:
after acquiring the comprehensive heat value of a new directory in the system, correspondingly storing the directory path of the new directory and the comprehensive heat value;
correspondingly, the process of sorting the directory paths of the directories according to the magnitude of the comprehensive heat value of the directories comprises the following steps:
and correspondingly inserting the directory path of the new directory into the ordered directory path according to the comparison result of the comprehensive heat value of the new directory and the comprehensive heat value of the stored directory.
Specifically, when a user operates a new directory, the comprehensive heat value of the new directory is calculated according to the steps, the directory path of the new directory is correspondingly stored with the comprehensive heat value, the storage position of the directory path of the new directory depends on the comparison result of the comprehensive heat value of the new directory and the comprehensive heat value of the stored directory, and it can be understood that the storage position of the directory path of the new directory is in front of the comprehensive heat value and behind the comprehensive heat value in the order of the comprehensive heat value from large to small.
As an alternative embodiment, before storing the directory paths and the comprehensive hot values of the new directories in correspondence, the process of storing the directory paths and the comprehensive hot values of each directory in correspondence further includes:
judging whether the number of the stored directory paths in the system reaches a preset number threshold value or not;
if the number reaches the preset number threshold, judging whether the comprehensive heat value of the new directory is larger than the stored minimum comprehensive heat value; if yes, deleting the stored minimum comprehensive heat value and the corresponding directory path thereof, and executing the step of correspondingly storing the directory path of the new directory and the comprehensive heat value; if not, the step of correspondingly storing the directory path of the new directory and the comprehensive heat value is not executed;
and if the preset quantity threshold value is not reached, directly executing the step of correspondingly storing the directory path of the new directory and the comprehensive heat value.
Further, the present embodiment sets a threshold value for the number of system storage directories, i.e., a maximum value of the system storage directories. Based on this, before the directory paths of the new directory and the comprehensive heat values are correspondingly stored, it is first determined whether the number of the directory paths stored in the system reaches a preset number threshold, and if the number of the directory paths stored in the system reaches the preset number threshold, it is determined whether the comprehensive heat value of the new directory is greater than a minimum comprehensive heat value among the stored comprehensive heat values; if the minimum comprehensive heat value is larger than the minimum comprehensive heat value, deleting the stored minimum comprehensive heat value and the corresponding directory path thereof so as to correspondingly store the directory path of the new directory and the comprehensive heat value; if not, the directory path of the new directory and its integrated heat value are not stored. And if the number of the stored directory paths does not reach the preset number threshold, directly storing the directory paths of the new directory and the comprehensive heat value correspondingly.
As an alternative embodiment, the process of storing the directory path of each directory corresponding to the integrated heat value further includes:
after acquiring a new comprehensive heat value of the stored target directory, updating the comprehensive heat value stored last time in the target directory according to the new comprehensive heat value;
correspondingly, the process of sorting the directory paths of the directories according to the magnitude of the comprehensive heat value of the directories further includes:
and updating the arrangement sequence of the stored directory paths when the comparison result of the new comprehensive heat value of the target directory and the comprehensive heat values of the rest stored directories changes.
Specifically, when a user operates a stored directory (called a target directory), a new comprehensive heat value of the target directory is calculated according to the steps, and then the comprehensive heat value stored last time in the target directory is updated according to the new comprehensive heat value. If the comparison result between the new comprehensive heat value of the target directory and the comprehensive heat values of the other stored directories changes, the stored directory path arrangement sequence needs to be updated, and it can be understood that the storage positions of the directory paths of the target directory are changed to be in front of the latest comprehensive heat value and behind the latest comprehensive heat value according to the arrangement sequence from large to small of the comprehensive heat values; if the comparison of the new integrated heat value of the target directory with the integrated heat values of the remaining stored directories is unchanged, the stored directory paths do not need to be rearranged.
As an optional embodiment, the statistical method further comprises:
and after the directory access hot degree sequence of the system is obtained, controlling a display to display the directory access hot degree sequence.
Further, in the embodiment, after the directory access popularity ranking of the system is obtained, the display is controlled to display the directory access popularity ranking, so that a developer can visually check the directory access popularity ranking. Or, the present embodiment may also control the display to display the current directory access heat rank after receiving the viewing instruction.
Referring to fig. 2, fig. 2 is a schematic structural diagram of a directory access heat statistics system according to an embodiment of the present invention.
The statistical system for the access heat of the directory comprises:
the type determining module 1 is used for acquiring the access operation of each directory in the system and determining the operation type of the access operation;
the heat degree determining module 2 is used for determining a target heat degree value corresponding to the operation type according to the preset type heat degree corresponding relation;
and the heat accumulation module 3 is used for accumulating the target heat values corresponding to the same directory to correspondingly obtain the comprehensive heat value of each directory.
For introduction of the statistical system provided in the present application, reference is made to the above statistical method embodiment, which is not repeated herein.
The present application further provides a device for counting the access heat of a directory, including:
a memory for storing a computer program;
and the processor is used for realizing the steps of any one of the above statistical methods for the access heat of the directory when executing the computer program.
For introduction of the statistical apparatus provided in the present application, reference is made to the above statistical method, which is not repeated herein.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A statistical method for directory access heat, comprising:
obtaining access operation of each directory in a system, and determining the operation type of the access operation;
determining a target heat value corresponding to the operation type according to a preset type heat corresponding relation;
and accumulating the target heat values corresponding to the same directory to correspondingly obtain the comprehensive heat value of each directory.
2. The statistical method for directory access popularity according to claim 1, wherein the process of determining the target popularity value corresponding to the operation type according to the preset type popularity correspondence includes:
when a target directory in each directory is accessed, according to a preset exponential decay algorithm new ═ old + delta × (e)t *ln(0.5)/2Calculating the current heat value new of the target directory; it is composed ofWherein old is the current heat value calculated when the target directory is accessed last time, delta is the interval time between the current access of the target directory and the previous access of the target directory, and t is the access time of the current access of the target directory;
and determining a target weight corresponding to the current operation type of the target directory according to a preset type weight corresponding relation, and taking the product of the current heat value and the target weight as a target heat value corresponding to the current operation type.
3. The statistical method for directory access popularity according to claim 1, wherein the statistical method further comprises:
and sequencing the directories according to the comprehensive heat value of each directory to obtain the directory access heat sequencing of the system.
4. The statistical method for directory access popularity according to claim 3, wherein the process of sorting directories according to their comprehensive popularity value comprises:
correspondingly storing the directory paths and the comprehensive heat values of all the directories;
and sorting the directory paths of the directories according to the magnitude of the comprehensive heat value of the directories.
5. The statistical method for directory access popularity according to claim 4, wherein the process of storing the directory path of each directory corresponding to the integrated popularity value comprises:
after acquiring the comprehensive heat value of a new directory in the system, correspondingly storing the directory path and the comprehensive heat value of the new directory;
correspondingly, the process of sorting the directory paths of the directories according to the magnitude of the comprehensive heat value of the directories includes:
and correspondingly inserting the directory path of the new directory into the ordered directory path according to the comparison result of the comprehensive heat value of the new directory and the comprehensive heat value of the stored directory.
6. The statistical method for directory access heat according to claim 5, wherein the process of storing the directory paths and the integrated heat value of each directory before storing the directory paths and the integrated heat value of the new directory correspondingly further comprises:
judging whether the number of the stored directory paths in the system reaches a preset number threshold value or not;
if the number of the new directories reaches a preset number threshold, judging whether the comprehensive heat value of the new directory is larger than a stored minimum comprehensive heat value; if so, deleting the stored minimum comprehensive heat value and the corresponding directory path thereof, and executing the step of correspondingly storing the directory path of the new directory and the comprehensive heat value; if not, the step of correspondingly storing the directory path of the new directory and the comprehensive heat value is not executed;
and if the number of the directory paths does not reach the preset number threshold, directly executing the step of correspondingly storing the directory paths of the new directory and the comprehensive heat value.
7. The method for counting directory access popularity according to claim 5, wherein the step of storing the directory path of each directory in correspondence with the integrated popularity value further comprises:
after a new comprehensive heat value of a stored target directory is obtained, updating the comprehensive heat value stored last time in the target directory according to the new comprehensive heat value;
correspondingly, the process of sorting the directory paths of the directories according to the magnitude of the comprehensive heat value of the directories further includes:
and updating the arrangement sequence of the stored directory paths when the comparison result of the new comprehensive heat value of the target directory and the comprehensive heat values of the rest stored directories changes.
8. The statistical method for directory access heat according to claim 3, wherein the statistical method further comprises:
and after the directory access heat sequencing of the system is obtained, controlling a display to display the directory access heat sequencing.
9. A statistical system for directory access popularity, comprising:
the type determining module is used for acquiring the access operation of each directory in the system and determining the operation type of the access operation;
the heat degree determining module is used for determining a target heat degree value corresponding to the operation type according to a preset type heat degree corresponding relation;
and the heat accumulation module is used for accumulating the target heat values corresponding to the same directory to correspondingly obtain the comprehensive heat value of each directory.
10. A statistic device for directory access heat, comprising:
a memory for storing a computer program;
processor for implementing the steps of the statistical method of directory access heat according to any one of claims 1 to 8 when executing said computer program.
CN201911208801.6A 2019-11-30 2019-11-30 Statistical method, system and device for directory access heat Withdrawn CN111104300A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911208801.6A CN111104300A (en) 2019-11-30 2019-11-30 Statistical method, system and device for directory access heat

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911208801.6A CN111104300A (en) 2019-11-30 2019-11-30 Statistical method, system and device for directory access heat

Publications (1)

Publication Number Publication Date
CN111104300A true CN111104300A (en) 2020-05-05

Family

ID=70420922

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911208801.6A Withdrawn CN111104300A (en) 2019-11-30 2019-11-30 Statistical method, system and device for directory access heat

Country Status (1)

Country Link
CN (1) CN111104300A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112559504A (en) * 2020-12-09 2021-03-26 北京思特奇信息技术股份有限公司 Data cleaning method and device based on data heat and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107679193A (en) * 2017-10-09 2018-02-09 郑州云海信息技术有限公司 A kind of hot statistics method and system for distributed file system
CN108846114A (en) * 2018-06-26 2018-11-20 郑州云海信息技术有限公司 Distributed system control method, device, equipment and readable storage medium storing program for executing
CN109388614A (en) * 2018-09-27 2019-02-26 郑州云海信息技术有限公司 A kind of method, system and the equipment of catalogue file number quota

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107679193A (en) * 2017-10-09 2018-02-09 郑州云海信息技术有限公司 A kind of hot statistics method and system for distributed file system
CN108846114A (en) * 2018-06-26 2018-11-20 郑州云海信息技术有限公司 Distributed system control method, device, equipment and readable storage medium storing program for executing
CN109388614A (en) * 2018-09-27 2019-02-26 郑州云海信息技术有限公司 A kind of method, system and the equipment of catalogue file number quota

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112559504A (en) * 2020-12-09 2021-03-26 北京思特奇信息技术股份有限公司 Data cleaning method and device based on data heat and storage medium

Similar Documents

Publication Publication Date Title
CN106294206B (en) Cache data processing method and device
CN110688168A (en) Method, device and equipment for improving starting speed of application program and storage medium
CN112988185A (en) Cloud application updating method, device and system, electronic equipment and storage medium
CN113076416A (en) Information heat evaluation method and device and electronic equipment
CN111104300A (en) Statistical method, system and device for directory access heat
CN110704139B (en) Icon classification method and device
WO2019206260A1 (en) Method and apparatus for reading file cache
CN114048136A (en) Test type determination method, device, server, medium and product
CN108228598B (en) Media information sorting method, server and system
CN111638892A (en) Method, device, system and storage medium for optimizing application update sequencing
CN111813307A (en) Application program display method and device and electronic equipment
CN107807993B (en) Method and device for realizing webpage history recording function
CN115858668A (en) Distributed transaction processing method, device, electronic device and storage medium
CN112035203B (en) Interface polling method, device, equipment and storage medium
CN114637914A (en) List processing method, computing device and storage medium
CN109582863B (en) Recommendation method and server
CN112486795A (en) Operation performance testing method and device, electronic equipment and storage medium
CN113038242A (en) Method, device and equipment for determining display position of live broadcast card and storage medium
CN113703993A (en) Service message processing method, device and equipment
CN111258899A (en) Use case generation method and device, electronic equipment and computer readable storage medium
CN107992622B (en) Information display method and device
CN107203551B (en) Data processing method and device
CN111767522A (en) Recursive algorithm implementation method and device and electronic equipment
CN112948720B (en) Interaction optimization method and device based on user behaviors and computer equipment
CN113360356B (en) Method for identifying reading cheating behaviors, computing device and computer storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WW01 Invention patent application withdrawn after publication

Application publication date: 20200505

WW01 Invention patent application withdrawn after publication