CN105117411A - Server log file management system and method - Google Patents

Server log file management system and method Download PDF

Info

Publication number
CN105117411A
CN105117411A CN201510455683.4A CN201510455683A CN105117411A CN 105117411 A CN105117411 A CN 105117411A CN 201510455683 A CN201510455683 A CN 201510455683A CN 105117411 A CN105117411 A CN 105117411A
Authority
CN
China
Prior art keywords
module
log file
log
scanning
user
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
CN201510455683.4A
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.)
Shanghai Feixun Data Communication Technology Co Ltd
Original Assignee
Shanghai Feixun Data Communication Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Feixun Data Communication Technology Co Ltd filed Critical Shanghai Feixun Data Communication Technology Co Ltd
Priority to CN201510455683.4A priority Critical patent/CN105117411A/en
Publication of CN105117411A publication Critical patent/CN105117411A/en
Pending legal-status Critical Current

Links

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/1734Details of monitoring file system events, e.g. by the use of hooks, filter drivers, logs
    • 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/1737Details of further file system functions for reducing power consumption or coping with limited storage space, e.g. in mobile devices
    • 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/18File system types
    • G06F16/1805Append-only file systems, e.g. using logs or journals to store data
    • G06F16/1815Journaling file systems

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)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a server log file management system and method. The server log file management system comprises an input module, a monitoring module, a scanning module, a generation module and a sending module, wherein the input module is used for obtaining parameter data input by a user; the monitoring module is connected with the input module and used for monitoring whether the scanning module needs to be started for triggering a scanning event according to the parameter data; the scanning module is connected with the input module and the monitoring module and used for, if the monitoring module judges that the scanning module needs to be started, scanning a server log file according to the parameter data to obtain log parameters required for the user; the generation module is connected with the scanning module and used for generating a log file according to the log parameters obtained by the scanning module; and the sending module is connected with the generation module and used for forming a WEB page according to the log file and feeding back the WEB page to the user. The management of the server log file is realized and the false deletion of the server log file is effectively avoided.

Description

Server log file management system and method
Technical Field
The invention relates to the technical field of network information management and maintenance, in particular to a server log file management system and a server log file management method.
Background
With the development of internet technology, the application of servers becomes more and more extensive, and the servers receive a large number of service requests every day, and the servers generally record the service requests into log files (log files) in the running process, so that if the number of the log files is not cleaned in time, the log files accumulated in a disk are accumulated more and more along with the time.
For how to clean up log files in time, the current common practice is as follows: a script is written on the server, and the script regularly clears log files for a certain time, so that the condition that a server disk is full can be effectively prevented.
However, with the above-mentioned method of cleaning the log file, problems may occur, such as: in some cases, the user does not want to delete all log files, for example, some logs have important error information and need to locate problems; or the user feels that the disk space can be received and does not want to delete the log files; even if the system user receives the notification, the current service is very important and the related log information needs to be preserved. It can be seen that in the above situation, the conventional method for clearing the log file cannot meet the requirement.
Accordingly, a server log file management system and method capable of solving the above-described problems has become a need.
Disclosure of Invention
In view of the above problems, the present invention is directed to a server log file management system and method, which scan and manage a server log file according to parameter data and a management instruction input by a user, so that the user can selectively delete a log, and the problem of mistaken deletion of the log is avoided.
The technical scheme provided by the invention is as follows:
a server log file management system, the server log file management system comprising: an input module, a monitoring module, a scanning module, a generating module and a sending module, wherein,
the input module is used for acquiring parameter data input by a user;
the monitoring module is connected with the input module and monitors whether the scanning module needs to be started to trigger a scanning event according to the parameter data;
the scanning module is respectively connected with the input module and the monitoring module, and if the monitoring module judges that the scanning module needs to be started, the scanning module scans a server log file according to the parameter data to acquire log parameters required by a user;
the generating module is connected with the scanning module and generates a log file according to the log parameters acquired by the scanning module;
the sending module is connected with the generating module, forms a WEB page according to the log file and feeds the WEB page link back to the user.
In the technical scheme, the scanning module scans the server log file according to the rule set by the user, so that the subsequent user can conveniently manage the scanned user requirement, and the method is simple and convenient.
Preferably, the parameter data comprises: a server log file path to be scanned, log keywords and scanning time.
In the technical scheme, path information, keyword information and scanning time when the scanning module scans the server log file are appointed, namely only when the scanning time is up, the scanning module starts to scan the server log file according to the path information and the keyword information input by a user.
Preferably, the monitoring module monitors whether the scanning module needs to be started to trigger a scanning event according to the scanning time.
Preferably, the log parameter includes log information of a plurality of logs, and the log information of each log includes: log name, log size, log key, number of log keys, and generation date.
In the technical scheme, a list is formed according to the log information of each log to generate a WEB page.
Preferably, the server log file management system further comprises an interface module and a log management module; wherein,
the input module is used for acquiring a management instruction input by a user;
the interface module is respectively associated with the log file and the WEB page link, a user accesses the interface module by triggering the WEB page link, and the interface module further feeds back the WEB page of the log file to the user;
the log management module is respectively connected with the input module, the interface module and the monitoring module, and manages each log in the log file according to the management instruction; and when the log management module finishes executing the management instruction, the monitoring module continues to monitor whether the scanning module needs to be started to trigger a scanning event.
In the technical scheme, a user accesses the log file list in the WEB page through the WEB page link, and then manages the log file information in the log file list, namely, the log file information is deleted and the like according to the actual situation, so that the mistaken deletion operation of the log file is effectively avoided.
Preferably, the management instruction includes deleting any one of the logs in the log file.
Preferably, the interface module is a Restful northbound interface.
A server log file management method applied to the server log file management system according to any one of claims 1 to 7, specifically comprising the steps of:
acquiring parameter data input by a user;
monitoring whether a scanning event needs to be triggered or not according to the parameter data;
if the scanning event is triggered, scanning a server log file according to the parameter data to obtain log parameters required by a user;
generating a log file according to the log parameters;
and forming a WEB page according to the log file, and feeding back a WEB page link to the user.
Preferably, the server log file management method further includes the steps of:
the user triggers the WEB page link to enter the WEB page of the log file;
acquiring a management instruction input by a user;
managing the log file in the WEB page according to the management instruction;
continue to listen for a need to trigger a scan event.
Preferably, when the scanning event is triggered, the server log file is scanned according to the parameter data to obtain the log parameters required by the user, meanwhile, the space and the disk utilization rate of the disk are scanned and counted, and then, the log file is generated according to the log parameters, the space of the disk and the disk utilization rate.
The server log file management system and method provided by the invention can bring the following beneficial effects:
in the invention, the server log file is scanned by using the scanning module according to the parameter data input by the user, and then the WEB link of the scanned log file is sent to the user, so that the user manages the WEB page of the log file by triggering the WEB link, and the user can select the operation of deleting or reserving the scanned log file according to the actual situation, thereby realizing the management of the server log file and effectively avoiding the mistaken deletion of the server log file.
Drawings
The foregoing features, technical features, advantages and embodiments are further described in the following detailed description of the preferred embodiments, which is to be read in connection with the accompanying drawings.
FIG. 1 is a schematic structural diagram of a server log file management system according to a first embodiment of the present invention;
FIG. 2 is a diagram illustrating a second embodiment of a server log file management system according to the present invention;
FIG. 3 is a schematic diagram illustrating a process of sending a WEB page link to a user in the server log file management method of the present invention;
FIG. 4 is a schematic flow chart illustrating a process of managing log files by a user through a WEB page in the server log file management method of the present invention;
reference numerals:
1. an input module, 2 a monitoring module, 3 a scanning module, 4 a generating module, 5 a sending module,
6. and 7, an interface module and a log management module.
Detailed Description
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the following description will be made with reference to the accompanying drawings. It is obvious that the drawings in the following description are only some examples of the invention, and that for a person skilled in the art, other drawings and embodiments can be derived from them without inventive effort.
As shown in fig. 1, which is a schematic structural diagram of a first embodiment in a server log file management system provided by the present invention, it can be seen from the diagram that the server log file management system includes: the system comprises an input module 1, a monitoring module 2, a scanning module 3, a generating module 4 and a sending module 5, wherein the input end of the monitoring module 2 is connected with the output end of the input module 1, the input end of the scanning module 3 is respectively connected with the output end of the input module 1 and the output end of the monitoring module 2, the input end of the generating module 4 is connected with the output end of the scanning module 3, and the input end of the sending module 5 is connected with the output end of the production module.
Specifically, the input module 1 is used for acquiring parameter data input by a user. In this embodiment, a user may input the parameter data through a display (e.g., a liquid crystal display, etc.), and then send the acquired parameter data to the monitoring module 2 and the scanning module 3. The parameter data described here specifically include: a server log file path to be scanned, log keywords, scanning time and the like. Of course, specific contents of the parameter data are not specifically limited, and may further include a time of the server log file to be scanned, that is, the user may specify to scan the server log file for a certain period of time (for example, one month ago, etc.) to implement management of the server log file, and in general, as long as the parameter data can meet current requirements of the user, all the contents are included in the present invention.
And the monitoring module 2 is connected with the input module 1, and the monitoring module 2 monitors whether the scanning module 3 needs to be started to trigger a scanning event according to the parameter data. From the above description, it is known that the parameter data includes information such as scanning time, and specifically, the monitoring module 2 may monitor whether the scanning module 3 needs to be started to trigger a scanning event according to the scanning time, in this case, the monitoring module 2 only obtains the scanning time set by the user from the input module 1, when the scanning time set by the user arrives, the monitoring module 2 sends a trigger signal to the scanning module 3, and the scanning module 3 starts to scan the server log file according to the trigger signal. Of course, the monitoring module 2 may also monitor other parameter data information to control the scanning module 3, for example, the monitoring module 2 monitors whether the scanning module 3 needs to be started by acquiring the log keyword from the input module 1, that is, when the user inputs the preset log keyword, the monitoring module 2 sends a trigger signal to the scanning module 3, and the scanning module 3 starts to scan the server log file. It can be seen that, in the present invention, the monitoring condition of the monitoring module 2 is not limited, and the user can set the monitoring condition according to the actual situation, and the monitoring condition is included in the content of the present invention as long as the requirement of the user can be met.
And the scanning module 3 is respectively connected with the input module 1 and the monitoring module 2, and if the monitoring module 2 judges that the scanning module 3 needs to be started, the scanning module 3 scans the server log file according to the parameter data to acquire the log parameters required by the user. Specifically, when the scanning module 3 receives the trigger signal sent by the monitoring module 2, the scanning module 3 scans the server log file according to the parameter data acquired by the input module 1, and scans the server log file in the device according to the server log file path, log parameters and other information specified by the user, so as to acquire the information concerned by the user. More specifically, it is known that, generally, the obtained log parameters include log information of a plurality of logs, and in the scanning process, the obtained log information of each log specifically includes: the log name, the log size, the log keywords, the number of the log keywords, the generation date, the production days and the like, so that the user can comprehensively know the log information to be known. In addition, in this embodiment, the scanning module 3 scans the server log file according to the data parameters input by the user, and also counts the space of the disk in the device, the utilization rate of the disk, and the like, so that the user can further manage and judge the scanned log file according to the use condition of the disk in the device.
And the generating module 4 is connected with the scanning module 3 and generates a log file according to the log parameters acquired by the scanning module 3. Specifically, the generating module 4 generates the log file according to the log parameters acquired by the scanning module 3, and as shown in table 1, presents the generated log file to the user in the form of a table, and as can be seen from the table, in the process of forming the log file table, a checkable option is added to each log in the table at the same time, and the checkable option is displayed in a check box in table 1, so that when the user manages the log file according to the table, the user can select the log to be deleted according to the check box. More specifically, in the table, the log file name is a name corresponding to each corresponding log, such as, Logfile 1; the log keywords are scanned log keywords set by a user, and as seen from the table, the log with the name of Logfile1 comprises one user-set keyword WordA, and the log with the name of Logfile2 comprises two user-set log keywords WordB and three log keywords WordC; the log with the name of LogFile1 has the generation date of 2014-3-1 and the log size of 3M, the log information is generated for 3 days, the log with the name of LogFile2 has the generation date of 2014-3-2 and the log size of 4M, and the log information is generated for 2 days.
Table 1:
and the sending module 5 is connected with the generating module 4, and the sending module 5 arranges the log file into a WEB page and feeds the WEB page link back to the user. Specifically, the sending module 5 sends the generated WEB page link to the user in the form of an email for the user to access. Of course, the WEB page link may also be sent to the user in other forms, such as short message, and the like, and all that is required is to send the WEB page link to the user is included in the content of the present invention.
Fig. 2 is a schematic structural diagram of a second embodiment of the server log file management system, and it can be seen that the server log file further includes an interface module 6 and a log management module 7; the interface module 6 is respectively linked with the log file and the WEB page, and the log management module 7 is respectively connected with the input module 1, the interface module 6 and the monitoring module 2. Specifically, in this embodiment, a management instruction input by a user is first acquired through the input module 1; when a user accesses the interface module 6 by triggering a WEB page link, the interface module 6 feeds back the WEB page of the log file to the user; subsequently, the log management module 7 manages each log in the log file according to the management instruction; finally, when the log management module 7 finishes executing the management command, the monitoring module 2 continues to monitor whether the scanning module 3 needs to be started to trigger the scanning event. Specifically, the management instruction described above includes deleting any one of the logs in the log file, that is, the user can select the log to be deleted through the check box shown in table 1. More specifically, in the embodiment, the interface module 6 is specifically a Restful northbound interface, and when the user clicks the WEB page link sent to the user by the sending module 5, the Restful northbound interface can be accessed through the WEB page link, and the Restful northbound interface immediately feeds back the WEB page of the log file to the user for the user to look up, so that the user manages the log file information displayed in the WEB page.
The present invention also provides a server log file management method, as shown in fig. 3, which is a schematic flow diagram of sending a WEB page link to a user in the server log file management method of the present invention, and the server log file management method is applied to the server log file management system, and specifically includes the following steps:
s1, acquiring parameter data input by a user; specifically, the user obtains the parameter data through the input module 1, and in a specific embodiment, the parameter data may be input through a display (e.g., a liquid crystal display, etc.). The parameter data specifically includes: a server log file path to be scanned, log keywords, scanning time and the like.
S2 listens for whether a scan event needs to be triggered based on the parameter data. Specifically, the monitoring module 2 monitors whether the scanning time needs to be triggered or not, and more specifically, the monitoring module 2 may monitor whether the scanning module 3 needs to be started to trigger the scanning event according to the scanning time, in this case, the monitoring module 2 only obtains the scanning time set by the user from the input module 1, when the scanning time set by the user arrives, the monitoring module 2 sends a trigger signal to the scanning module 3, and the scanning module 3 starts to scan the server log file according to the trigger signal.
And S3, if the scanning event is triggered, scanning the server log file according to the parameter data to acquire the log parameters required by the user. Specifically, the scanning module 3 scans the server log file, and specifically, when a scanning event is triggered, the scanning module 3 scans the server log file according to the parameter data to obtain the log parameters required by the user, and simultaneously, the scanning module 3 scans and counts the space and the disk utilization rate of the disk, and then generates the log file according to the log parameters, the space of the disk and the disk utilization rate, so that the user can determine whether to delete the obtained log according to the use condition of the disk in the device.
S4 generates a log file based on the log parameters. Specifically, here we generate a log file by the generating module 4 from the scanned log parameters, and the log file is presented to the user in the form of a table.
S5 forms a WEB page according to the log file and feeds the WEB page link back to the user. Specifically, the sending module 5 sends the WEB page link to the user, and more specifically, the sending module 5 sends the generated WEB page link to the user in the form of an email for the user to access, and the user only needs to click on the received WEB page link to view the result.
As shown in fig. 4, a schematic flow chart of the management method for a server log file in the present invention, in which a user manages a log file through a WEB page, that is, in the present invention, after the step S5, the management method for a server log file further includes the following steps:
s6 the user triggers the WEB page link to enter the WEB page of the log file. Specifically, we enter the WEB page through the interface module 6, and more specifically, the interface module 6 is a Restful northbound interface, that is, when the user clicks the WEB page link sent to the user by the sending module 5, the Restful northbound interface can be accessed through the WEB page link, and the Restful northbound interface immediately feeds back the WEB page of the log file to the user for the user to look up.
S7 acquires a management instruction input by the user. In particular, here we also obtain management instructions through the input module 1, where the management instructions include deleting any one of the logs in the log file.
S8 manages the log file in the WEB page according to the management instruction. Specifically, here, we implement the management of the log file through the log management module 7, that is, the user selects the log to be deleted through the check box shown in table 1.
S9 continues to listen for whether a scan event needs to be triggered. After the user manages the log file, the scanning module 3 continues to monitor whether the scanning time needs to be triggered, so as to loop.
In the server log management system and method provided by the invention, firstly, the scanning module 3 scans and counts the space and the disk utilization rate of a disk at preset time, and simultaneously scans the path of a server log file configured by a user, log keywords to be detected and the like, and then the space, the disk utilization rate, the number of log files and a file list of the log files before one month are arranged into a document (the scanned log time is set by the user input module), and the document is sent to the user in a mail mode. The user opens a WEB page link of the mail, can see a document list of the log file, each log in the log file has a deletion option, each log has keyword information, and remark information can be added if the log contains keywords concerned by the user, so that the user can selectively delete the logs in the log file, the management of the server log file is realized, and the operations of mistakenly deleting the log file and the like are effectively avoided.
It should be noted that the above embodiments can be freely combined as necessary. The foregoing is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present invention, and these modifications and decorations should also be regarded as the protection scope of the present invention.

Claims (10)

1. A server log file management system, comprising: an input module, a monitoring module, a scanning module, a generating module and a sending module, wherein,
the input module is used for acquiring parameter data input by a user;
the monitoring module is connected with the input module and monitors whether the scanning module needs to be started to trigger a scanning event according to the parameter data;
the scanning module is respectively connected with the input module and the monitoring module, and if the monitoring module judges that the scanning module needs to be started, the scanning module scans a server log file according to the parameter data to acquire log parameters required by a user;
the generating module is connected with the scanning module and generates a log file according to the log parameters acquired by the scanning module;
the sending module is connected with the generating module, forms a WEB page according to the log file and feeds the WEB page link back to the user.
2. The server log file management system of claim 1, wherein the parameter data comprises: a server log file path to be scanned, log keywords and scanning time.
3. The server log file management system of claim 2, wherein: and the monitoring module monitors whether the scanning module needs to be started to trigger a scanning event according to the scanning time.
4. The server log file management system of claim 2, wherein the log parameters include log information of a plurality of logs, the log information of each of the logs including: log name, log size, log key, number of log keys, and generation date.
5. The server log file management system of claim 4, further comprising an interface module and a log management module; wherein,
the input module is used for acquiring a management instruction input by a user;
the interface module is respectively associated with the log file and the WEB page link, a user accesses the interface module by triggering the WEB page link, and the interface module further feeds back the WEB page of the log file to the user;
the log management module is respectively connected with the input module, the interface module and the monitoring module, and manages each log in the log file according to the management instruction; and when the log management module finishes executing the management instruction, the monitoring module continues to monitor whether the scanning module needs to be started to trigger a scanning event.
6. The server log file management system of claim 5, wherein the management instruction comprises deleting any one of the logs in the log file.
7. The server log file management system of claim 5 or 6, wherein the interface module is a Restful northbound interface.
8. A server log file management method, which is applied to the server log file management system according to any one of claims 1 to 7, and specifically includes the steps of:
acquiring parameter data input by a user;
monitoring whether a scanning event needs to be triggered or not according to the parameter data;
if the scanning event is triggered, scanning a server log file according to the parameter data to obtain log parameters required by a user;
generating a log file according to the log parameters;
and forming a WEB page according to the log file, and feeding back a WEB page link to the user.
9. The server log file management method according to claim 8, wherein the server log file management method further comprises the steps of:
the user triggers the WEB page link to enter the WEB page of the log file;
acquiring a management instruction input by a user;
managing the log file in the WEB page according to the management instruction;
continue to listen for a need to trigger a scan event.
10. The server log file management method according to claim 8 or 9, wherein:
when the scanning event is triggered, scanning a server log file according to the parameter data to obtain log parameters required by a user, scanning and counting the space and the disk utilization rate of a disk, and then generating a log file according to the log parameters, the space of the disk and the disk utilization rate.
CN201510455683.4A 2015-07-29 2015-07-29 Server log file management system and method Pending CN105117411A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510455683.4A CN105117411A (en) 2015-07-29 2015-07-29 Server log file management system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510455683.4A CN105117411A (en) 2015-07-29 2015-07-29 Server log file management system and method

Publications (1)

Publication Number Publication Date
CN105117411A true CN105117411A (en) 2015-12-02

Family

ID=54665401

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510455683.4A Pending CN105117411A (en) 2015-07-29 2015-07-29 Server log file management system and method

Country Status (1)

Country Link
CN (1) CN105117411A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106503138A (en) * 2016-10-20 2017-03-15 山东中创软件商用中间件股份有限公司 A kind of journal file processing method and processing device
CN108984545A (en) * 2017-05-31 2018-12-11 广东神马搜索科技有限公司 Journal file processing method, device and server
CN109542655A (en) * 2017-09-21 2019-03-29 北京金山安全软件有限公司 Method and device for analyzing mistaken deletion reason, server and readable storage medium
CN109558385A (en) * 2018-11-16 2019-04-02 郑州云海信息技术有限公司 A kind of journal file managing device based on linux system
CN112528330A (en) * 2020-12-14 2021-03-19 建信金融科技有限责任公司 Log scanning method, device and equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130227358A1 (en) * 2012-02-23 2013-08-29 Canon Kabushiki Kaisha Image forming apparatus, control method for image forming apparatus, and storage medium
CN103501241A (en) * 2013-09-18 2014-01-08 华为技术有限公司 Method, device and system for cleaning useless files
CN103853743A (en) * 2012-11-29 2014-06-11 百度在线网络技术(北京)有限公司 Distributed system and log query method thereof

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130227358A1 (en) * 2012-02-23 2013-08-29 Canon Kabushiki Kaisha Image forming apparatus, control method for image forming apparatus, and storage medium
CN103853743A (en) * 2012-11-29 2014-06-11 百度在线网络技术(北京)有限公司 Distributed system and log query method thereof
CN103501241A (en) * 2013-09-18 2014-01-08 华为技术有限公司 Method, device and system for cleaning useless files

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106503138A (en) * 2016-10-20 2017-03-15 山东中创软件商用中间件股份有限公司 A kind of journal file processing method and processing device
CN108984545A (en) * 2017-05-31 2018-12-11 广东神马搜索科技有限公司 Journal file processing method, device and server
CN109542655A (en) * 2017-09-21 2019-03-29 北京金山安全软件有限公司 Method and device for analyzing mistaken deletion reason, server and readable storage medium
CN109558385A (en) * 2018-11-16 2019-04-02 郑州云海信息技术有限公司 A kind of journal file managing device based on linux system
CN109558385B (en) * 2018-11-16 2021-10-29 郑州云海信息技术有限公司 Log file management device based on Linux system
CN112528330A (en) * 2020-12-14 2021-03-19 建信金融科技有限责任公司 Log scanning method, device and equipment

Similar Documents

Publication Publication Date Title
US20170228460A1 (en) Single click delta analysis
US10545966B1 (en) Identifying relevant messages in a conversation graph
US9001673B2 (en) Outgoing communications inventory
US9503502B1 (en) Feedback mechanisms providing contextual information
US20200320067A1 (en) Displaying messages relevant to system administration
US8533238B2 (en) Sharing information about a document across a private computer network
US20150149576A1 (en) In-product micro-blogging for design sharing
US9418117B1 (en) Displaying relevant messages of a conversation graph
CN105117411A (en) Server log file management system and method
US20150082221A1 (en) Multi-lane time-synched visualizations of machine data events
US11734651B2 (en) Rendering related content prior to an event in a group-based communication interface
US11314761B1 (en) Method and system for centralized multi-instance deployment consolidation
US11336604B2 (en) Techniques for supervising communications from multiple communication modalities
US20190259040A1 (en) Information aggregator and analytic monitoring system and method
JP6287122B2 (en) Information processing system and information processing method
US20220351144A1 (en) Activity stream based interaction
US8756292B2 (en) Smart cache learning mechanism in enterprise portal navigation
CN111198805B (en) Abnormality monitoring method and device
US20180198697A1 (en) Activity stream based collaboration
US8510346B2 (en) Efficiently handling information on changes to a UDDI registry including those resulting in virtual deletes
US20150188876A1 (en) Calendaring systems and methods
US9338243B2 (en) Tracking contacts across multiple communications services
CN111917633B (en) Message sending method, sending device, electronic equipment and storage medium
JP2017091472A (en) Management server and management method
CN116192790A (en) Message triggering method, device, computer equipment and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
AD01 Patent right deemed abandoned
AD01 Patent right deemed abandoned

Effective date of abandoning: 20190531