CN106445943B - Log display method and device - Google Patents

Log display method and device Download PDF

Info

Publication number
CN106445943B
CN106445943B CN201510475916.7A CN201510475916A CN106445943B CN 106445943 B CN106445943 B CN 106445943B CN 201510475916 A CN201510475916 A CN 201510475916A CN 106445943 B CN106445943 B CN 106445943B
Authority
CN
China
Prior art keywords
log
sector area
logs
displaying
asahi
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201510475916.7A
Other languages
Chinese (zh)
Other versions
CN106445943A (en
Inventor
黄媛媛
汪德彬
李庆
罗波
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nanjing ZTE New Software Co Ltd
Original Assignee
Nanjing ZTE New Software 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 Nanjing ZTE New Software Co Ltd filed Critical Nanjing ZTE New Software Co Ltd
Priority to CN201510475916.7A priority Critical patent/CN106445943B/en
Priority to PCT/CN2016/075217 priority patent/WO2016177047A1/en
Publication of CN106445943A publication Critical patent/CN106445943A/en
Application granted granted Critical
Publication of CN106445943B publication Critical patent/CN106445943B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/18File system types
    • G06F16/1805Append-only file systems, e.g. using logs or journals to store data
    • G06F16/1815Journaling file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • 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

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)
  • User Interface Of Digital Computer (AREA)
  • Measuring And Recording Apparatus For Diagnosis (AREA)
  • Debugging And Monitoring (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a method and a device for displaying a log, wherein the method for displaying the log comprises the following steps: carrying out layered statistics on the obtained logs to obtain a statistical result; adding the statistics to an asahi chart; and displaying the statistical result by using the Asahi daily map. According to the scheme, the obtained logs are subjected to hierarchical statistics to obtain a statistical result, the statistical result is added into an Asahi day map, the statistical result is displayed by utilizing the Asahi day map, and more visual data related to the logs and a more convenient operation mode can be provided for audit analysis.

Description

Log display method and device
Technical Field
The invention relates to the technical field of log management, in particular to a log display method and device.
Background
At present, the log management system in the field of government and enterprise and network management has the following problems:
(1) most log management systems do not have a statistical function, and generally use a table to present log query results;
(2) for a few log management systems supporting the statistical function, the statistical result is only displayed through the numbers in the table, the result display is not visual, and the user can sense the statistical result only by carefully checking the data; moreover, the statistical data only comprises the number information of the logs, the periodic trend of the logs cannot be seen, and the audit analysis of the logs is very inconvenient;
(3) the statistical function and the query function are separated, after a user views statistical data on a statistical interface, if the user wants to view log records corresponding to the statistical data, the user needs to return to the query interface and set corresponding query conditions to query logs, and the operation steps are multiple and tedious;
(4) the statistical result of the existing log management system is flat, no hierarchical relation exists, if whether the operation of a certain user is abnormal or not needs to be analyzed, the user needs to be analyzed first, then all the operations made by the user need to be analyzed, and the analysis efficiency is low.
Disclosure of Invention
The invention aims to provide a log display method and a log display device, which can provide more visual log-related data and a more convenient operation mode for audit analysis.
In order to achieve the above object, the present invention provides a method for displaying a log, including:
carrying out layered statistics on the obtained logs to obtain a statistical result;
adding the statistics to an asahi chart;
and displaying the statistical result by using the Asahi daily map.
Preferably, the statistical result is organized in a json string form, wherein each json object represents a log type, and the statistical result of the lowest log type of the logs is the number of logs counted by day.
Preferably, the asahi sun map is a multi-layer hollow pie map based on the D3 technology, the layers of the map correspond to the layers of the log, and the sector area in each layer corresponds to the type of the log; the step of adding the statistics to an asahi daily map comprises:
dividing the hierarchy of the Asahi sun map, the number of the fan-shaped areas in each layer and the size of each fan-shaped area according to the statistical result;
and after the division is finished, adding the statistical results to the corresponding sector areas respectively.
Preferably, the step of displaying the statistical result by using the asahi map comprises:
after a sector area is selected, acquiring the number of logs of the log type corresponding to the sector area;
calculating the ratio of the number of the logs to the total number of the logs to obtain a proportional result;
and displaying the log type corresponding to the sector area and the proportional result.
Preferably, the step of displaying the statistical result by using the asahi map comprises:
after a sector area is selected, acquiring the number of logs of a log type corresponding to the sector area every day;
generating a histogram according to the number of the log types corresponding to the sector area on each day, wherein the histogram is used for representing the number of the log types corresponding to the sector area on each day;
displaying the histogram.
Preferably, the step of displaying the statistical result by using the asahi map comprises:
after a sector area is selected, generating a query condition, wherein the query condition is a log type corresponding to the sector area;
and displaying all logs related to the query condition.
Preferably, the step of displaying the statistical result by using the asahi map comprises:
after a sector area is selected, processing the sector area and the sector area on the upper layer of the sector area into high brightness, and performing desalination treatment on other sector areas; and/or
And displaying the hierarchical path information of the sector area, wherein the hierarchical path information is a log type corresponding to the sector area and an upper-layer log type thereof.
Preferably, the log is an operation log, a security log or a system log.
The invention also provides a display device of the log, which comprises:
the statistical module is used for carrying out layered statistics on the acquired logs to obtain a statistical result;
the adding module is used for adding the statistical result into an Asahi daily map;
and the display module is used for displaying the statistical result by utilizing the Asahi sun map.
Preferably, the statistical result is organized in a json string form, wherein each json object represents a log type, and the statistical result of the lowest log type of the logs is the number of logs counted by day.
Preferably, the asahi sun map is a multi-layer hollow pie map based on the D3 technology, the layers of the map correspond to the layers of the log, and the sector area in each layer corresponds to the type of the log; the adding module comprises:
the division submodule is used for dividing the hierarchy of the Asahi sun map, the number of the fan-shaped areas in each layer and the size of each fan-shaped area according to the statistical result;
and the adding submodule is used for respectively adding the statistical results to the corresponding sector areas after the division is finished.
Preferably, the display module comprises:
the device comprises a first acquisition module, a second acquisition module and a third acquisition module, wherein the first acquisition module is used for acquiring the number of logs of the log type corresponding to a sector area after the sector area is selected;
the calculation module is used for calculating the proportion of the number of the logs to the total number of the logs to obtain a proportion result;
and the first display module is used for displaying the log type corresponding to the sector area and the proportion result.
Preferably, the display module comprises:
the second acquisition module is used for acquiring the number of logs of the log type corresponding to a sector area every day after the sector area is selected;
the first generation module is used for generating a histogram according to the number of the log types corresponding to the sector area in each day, and the histogram is used for representing the number of the log types corresponding to the sector area in each day;
and the second display module is used for displaying the histogram.
Preferably, the display module comprises:
the second generation module is used for generating a query condition after a sector area is selected, wherein the query condition is a log type corresponding to the sector area;
and the third display module is used for displaying all logs related to the query condition.
Preferably, the display module comprises:
the processing module is used for processing the sector area and the sector area on the upper layer of the sector area into high brightness after the sector area is selected, and performing desalination treatment on other sector areas; and/or
And the fourth display module is used for displaying the hierarchical path information of the sector area, wherein the hierarchical path information is a log type corresponding to the sector area and an upper-layer log type.
Preferably, the log is an operation log, a security log or a system log.
Through the technical scheme, the invention has the beneficial effects that:
according to the log display method and device, the obtained logs are subjected to hierarchical statistics to obtain a statistical result, the statistical result is added into an Asahi-sun map, and the statistical result is displayed by utilizing the Asahi-sun map, so that more visual log-related data and a more convenient operation mode can be provided for audit analysis, the statistical result is more visual, the hierarchy of the logs and the change trend of the logs are reflected, the corresponding query result is obtained, and the practicability is higher.
Drawings
Fig. 1 shows a flowchart of a method for displaying a log according to an embodiment of the present invention.
Fig. 2 is a schematic structural diagram of a display device of a log according to an embodiment of the present invention.
FIG. 3 is a diagram illustrating a result of an operation log according to an embodiment of the invention.
FIG. 4 shows an Asahi date map 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 more apparent, the following detailed description of the embodiments is provided with reference to the accompanying drawings.
Referring to fig. 1, an embodiment of the present invention provides a method for displaying a log, which is used in a log management system, and includes:
s101: carrying out layered statistics on the obtained logs to obtain a statistical result;
s102: adding the statistics to an asahi chart;
s103: and displaying the statistical result by using the Asahi daily map.
According to the log display method, the obtained logs are subjected to hierarchical statistics to obtain a statistical result, the statistical result is added into an Asahi-sun map, the statistical result is displayed by utilizing the Asahi-sun map, and more visual log-related data and a more convenient operation mode can be provided for audit analysis.
In practical applications, the logs to be managed are generally operation logs, security logs or system logs. Specifically, in the hierarchical statistics of the present invention, the operation log is often counted according to three levels, i.e., level, operation and command code, the security log is often counted according to two levels, i.e., user and log name, and the system log is often counted according to three levels, i.e., level, log source and log name.
In the embodiment of the invention, the statistical results obtained by performing hierarchical statistics on the logs are organized according to a json character string form, wherein each json object represents a log type, and the statistical results of the lowest log type of the logs are not the total number of the logs but the number of the logs counted according to the time condition and the day.
In the following, an operation log is taken as an example to describe a specific form of the statistical result. The operation logs are counted according to three levels of levels, operations and command codes, the time condition is the operation log of the last 7 days, and the counting result of the bottom log type is an array with the length of 7.
Specifically, the statistical results obtained are organized in the form of json strings, as shown in table 1 below:
Figure BDA0000775942100000051
Figure BDA0000775942100000061
TABLE 1
From table 1 above, it can be seen that:
the first layer log type of the statistical result of the operation log comprises a level 4 and a level 3;
at level 4, the second tier log type includes polling management and modifying topology objects; under polling management, the third layer (bottom layer) log type comprises an operation polling task interface, and the statistical result of the operation polling task interface is an array with the length of 7 [15,10,30,13,5,9,6 ]; meanwhile, under the condition of modifying the topology object, the third layer of log types comprise a modified topology node and a modified topology link, and the statistical results are respectively [1,1,3,3,5,7,6] and [15,10,3,1,5,9,6 ];
at level 3, the second tier log type includes role management; under role management, the third layer log type includes a new role and a modified role, and the statistics are [5,6,3,1,6,15,3] and [10,1,0,13,5,6,0], respectively.
In an embodiment of the present invention, the asahi chart is a multi-layer pie chart based on D3 technology, the layers of the pie chart correspond to the layers of the log, and the fan-shaped area in each layer corresponds to the type of the log, so as to effectively show the statistical result. The D3 technology is a JavaScript library for data-based operation documents that makes the display of data more vivid by using HTML, SVG, and CSS technologies.
Based on the aforementioned Asahi-sun map, the step of adding the statistics to an Asahi-sun map comprises:
dividing the hierarchy of the Asahi sun map, the number of the fan-shaped areas in each layer and the size of each fan-shaped area according to the statistical result;
and after the division is finished, adding the statistical results to the corresponding sector areas respectively.
In order to fully show the statistical result, in an embodiment of the present invention, each sector area may be set, and when a sector area is selected, the statistical result related to the log type corresponding to the sector area may be shown, for example, a ratio of the log number of the log type corresponding to the sector area to the total log number, a daily variation of the log number of the log type corresponding to the sector area, and the like.
For example, the certain setting is that a mouse hover event is added to each sector area, and when the mouse stays in a certain sector area, the sector area is selected, that is, a trigger event.
Based on the above, the step of displaying the statistical result by using the asahi sun map comprises:
after a sector area is selected, acquiring the number of logs of the log type corresponding to the sector area;
calculating the ratio of the number of the logs to the total number of the logs to obtain a proportional result;
and displaying the log type corresponding to the sector area and the proportional result.
The log type and the scale result corresponding to the sector area are displayed in the hollow position of the asahi sun map, for example, so that the user can know the log type and the scale result.
Specifically, the step of displaying the statistical result by using the asahi sun map further includes:
after a sector area is selected, acquiring the number of logs of a log type corresponding to the sector area every day;
generating a histogram according to the number of the log types corresponding to the sector area on each day, wherein the histogram is used for representing the number of the log types corresponding to the sector area on each day;
displaying the histogram.
In this way, the daily change and trend of the number of logs of the log type corresponding to the sector area can be known from the histogram. The bar-shaped legend is displayed on the right side of the Asahi sun map, which is convenient for the user to observe.
Specifically, the step of displaying the statistical result by using the asahi sun map further includes:
after a sector area is selected, generating a query condition, wherein the query condition is a log type corresponding to the sector area;
and displaying all logs related to the query condition.
Therefore, the statistical function is associated with the query function, all relevant logs can be queried on the statistical interface, and the query interface is prevented from being returned. The query result is displayed below the asahi sun map, for example, and is convenient for the user to know the query result.
Specifically, the step of displaying the statistical result by using the asahi sun map further includes:
after a sector area is selected, processing the sector area and the sector area on the upper layer of the sector area into high brightness, and performing desalination treatment on other sector areas; and/or
And displaying the hierarchical path information of the sector area, wherein the hierarchical path information is a log type corresponding to the sector area and an upper-layer log type thereof.
Thus, through highlighting and fading processing, as shown in fig. 4, a striking effect can be achieved, and a user can know the effect conveniently. The hierarchical path information of the sector area is displayed by breadcrumbs below the asahi sun map, for example, and the proportional information of the log number of the log type corresponding to the sector area and the total log number may be displayed at the position of the breadcrumbs.
Referring to FIG. 3, a diagram illustrating results of an operation log according to an embodiment of the present invention is shown. In the display result diagram of fig. 3, besides the asahi-day map, a proportional result of the log number of the log type "query user and department" in the total log number is displayed at the hollow position of the asahi-day map, the change of the log number of the log type "query user and department" in the last 30 days is displayed on the right side of the asahi-day map through a column diagram, the query result of the query condition "query user and department" is displayed below the asahi-day map through a table, and hierarchical path information corresponding to the "query user and department" is displayed below the asahi-day map through breadcrumbs, and the like. Through the display content, the statistical result is more visual, the level of the log and the change trend of the log are reflected, the corresponding query result is obtained, and the practicability is higher.
Referring to fig. 2, an embodiment of the present invention further provides a log display apparatus, which is used in a log management system, and corresponds to the log display method in fig. 1, where the log display apparatus includes:
the statistical module 21 is configured to perform hierarchical statistics on the obtained logs to obtain a statistical result;
an adding module 22, configured to add the statistical result to an asahi daily map;
and the display module 23 is configured to display the statistical result by using the asahi sun map.
According to the log display device provided by the embodiment of the invention, the obtained logs are subjected to hierarchical statistics to obtain a statistical result, the statistical result is added into an Asahi-sun map, and the statistical result is displayed by utilizing the Asahi-sun map, so that more visual log-related data and a more convenient operation mode can be provided for audit analysis.
In practical applications, the logs to be managed are generally operation logs, security logs or system logs.
In the embodiment of the invention, the statistical results obtained by performing hierarchical statistics on the logs are organized according to a json character string form, wherein each json object represents a log type, and the statistical result of the lowest layer type of the logs is not the total number of the logs but the number of the logs counted according to the time condition and day.
Specifically, the Asahi chart is a multilayer hollow pie chart based on the D3 technology, the hierarchy of the sandwich pie chart corresponds to the hierarchy of the log, and the sector area in each layer corresponds to the type of the log; the adding module comprises:
the division submodule is used for dividing the hierarchy of the Asahi sun map, the number of the fan-shaped areas in each layer and the size of each fan-shaped area according to the statistical result;
and the adding submodule is used for respectively adding the statistical results to the corresponding sector areas after the division is finished.
In order to fully show the statistical result, in an embodiment of the present invention, each sector area may be set, and when a sector area is selected, the statistical result related to the log type corresponding to the sector area may be shown, for example, a ratio of the log number of the log type corresponding to the sector area to the total log number, a daily variation of the log number of the log type corresponding to the sector area, and the like.
Based on the above, the display module includes:
the device comprises a first acquisition module, a second acquisition module and a third acquisition module, wherein the first acquisition module is used for acquiring the number of logs of the log type corresponding to a sector area after the sector area is selected;
the calculation module is used for calculating the proportion of the number of the logs to the total number of the logs to obtain a proportion result;
and the first display module is used for displaying the log type corresponding to the sector area and the proportion result.
Specifically, the display module further includes:
the second acquisition module is used for acquiring the number of logs of the log type corresponding to a sector area every day after the sector area is selected;
the first generation module is used for generating a histogram according to the number of the log types corresponding to the sector area in each day, and the histogram is used for representing the number of the log types corresponding to the sector area in each day;
and the second display module is used for displaying the histogram.
Specifically, the display module further includes:
the second generation module is used for generating a query condition after a sector area is selected, wherein the query condition is a log type corresponding to the sector area;
and the third display module is used for displaying all logs related to the query condition.
Specifically, the display module further includes:
the processing module is used for processing the sector area and the sector area on the upper layer of the sector area into high brightness after the sector area is selected, and performing desalination treatment on other sector areas; and/or
And the fourth display module is used for displaying the hierarchical path information of the sector area, wherein the hierarchical path information is a log type corresponding to the sector area and an upper-layer log type.
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 (14)

1. A log display method is characterized by comprising the following steps:
carrying out layered statistics on the obtained logs to obtain a statistical result;
adding the statistics to an asahi chart;
displaying the statistical result by using the Asahi daily map;
wherein, the Asahi chart is a multilayer hollow pie chart based on the D3 technology, the layers of the pie chart correspond to the layers of the log, and the sector area in each layer corresponds to the type of the log; the step of adding the statistics to an asahi daily map comprises:
dividing the hierarchy of the Asahi sun map, the number of the fan-shaped areas in each layer and the size of each fan-shaped area according to the statistical result;
and after the division is finished, adding the statistical results to the corresponding sector areas respectively.
2. The method of claim 1, wherein the statistics are organized as json strings, wherein each json object represents a log type, and the statistics of the lowest log type of the logs are the number of logs counted by day.
3. The method of claim 1, wherein the step of displaying the statistical result using the Asahi daily map comprises:
after a sector area is selected, acquiring the number of logs of the log type corresponding to the sector area;
calculating the ratio of the number of the logs to the total number of the logs to obtain a proportional result;
and displaying the log type corresponding to the sector area and the proportional result.
4. The method of claim 1, wherein the step of displaying the statistical result using the Asahi daily map comprises:
after a sector area is selected, acquiring the number of logs of a log type corresponding to the sector area every day;
generating a histogram according to the number of the log types corresponding to the sector area on each day, wherein the histogram is used for representing the number of the log types corresponding to the sector area on each day;
displaying the histogram.
5. The method of claim 1, wherein the step of displaying the statistical result using the Asahi daily map comprises:
after a sector area is selected, generating a query condition, wherein the query condition is a log type corresponding to the sector area;
and displaying all logs related to the query condition.
6. The method of claim 1, wherein the step of displaying the statistical result using the Asahi daily map comprises:
after a sector area is selected, processing the sector area and the sector area on the upper layer of the sector area into high brightness, and performing desalination treatment on other sector areas; and/or
And displaying the hierarchical path information of the sector area, wherein the hierarchical path information is a log type corresponding to the sector area and an upper-layer log type thereof.
7. The method for displaying the log according to claim 1, wherein the log is an operation log, a security log or a system log.
8. An apparatus for displaying a log, comprising:
the statistical module is used for carrying out layered statistics on the acquired logs to obtain a statistical result;
the adding module is used for adding the statistical result into an Asahi daily map;
the display module is used for displaying the statistical result by utilizing the Asahi sun map;
wherein, the Asahi chart is a multilayer hollow pie chart based on the D3 technology, the layers of the pie chart correspond to the layers of the log, and the sector area in each layer corresponds to the type of the log; the adding module comprises:
the division submodule is used for dividing the hierarchy of the Asahi sun map, the number of the fan-shaped areas in each layer and the size of each fan-shaped area according to the statistical result;
and the adding submodule is used for respectively adding the statistical results to the corresponding sector areas after the division is finished.
9. The apparatus for displaying logs according to claim 8, wherein the statistical result is organized in a json string, each json object represents a log type, and the statistical result of the lowest log type of the logs is the number of logs counted by day.
10. The apparatus of claim 8, wherein the presentation module comprises:
the device comprises a first acquisition module, a second acquisition module and a third acquisition module, wherein the first acquisition module is used for acquiring the number of logs of the log type corresponding to a sector area after the sector area is selected;
the calculation module is used for calculating the proportion of the number of the logs to the total number of the logs to obtain a proportion result;
and the first display module is used for displaying the log type corresponding to the sector area and the proportion result.
11. The apparatus of claim 8, wherein the presentation module comprises:
the second acquisition module is used for acquiring the number of logs of the log type corresponding to a sector area every day after the sector area is selected;
the first generation module is used for generating a histogram according to the number of the log types corresponding to the sector area in each day, and the histogram is used for representing the number of the log types corresponding to the sector area in each day;
and the second display module is used for displaying the histogram.
12. The apparatus of claim 8, wherein the presentation module comprises:
the second generation module is used for generating a query condition after a sector area is selected, wherein the query condition is a log type corresponding to the sector area;
and the third display module is used for displaying all logs related to the query condition.
13. The apparatus of claim 8, wherein the presentation module comprises:
the processing module is used for processing the sector area and the sector area on the upper layer of the sector area into high brightness after the sector area is selected, and performing desalination treatment on other sector areas; and/or
And the fourth display module is used for displaying the hierarchical path information of the sector area, wherein the hierarchical path information is a log type corresponding to the sector area and an upper-layer log type.
14. The apparatus for presenting a log according to claim 8, wherein the log is an operation log, a security log or a system log.
CN201510475916.7A 2015-08-06 2015-08-06 Log display method and device Active CN106445943B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201510475916.7A CN106445943B (en) 2015-08-06 2015-08-06 Log display method and device
PCT/CN2016/075217 WO2016177047A1 (en) 2015-08-06 2016-03-01 Log display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510475916.7A CN106445943B (en) 2015-08-06 2015-08-06 Log display method and device

Publications (2)

Publication Number Publication Date
CN106445943A CN106445943A (en) 2017-02-22
CN106445943B true CN106445943B (en) 2020-09-08

Family

ID=57217397

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510475916.7A Active CN106445943B (en) 2015-08-06 2015-08-06 Log display method and device

Country Status (2)

Country Link
CN (1) CN106445943B (en)
WO (1) WO2016177047A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109471991A (en) * 2018-11-15 2019-03-15 北京神舟航天软件技术有限公司 A kind of product BOM multiple view tissue and methods of exhibiting
CN109635035A (en) * 2018-12-14 2019-04-16 万翼科技有限公司 Report the methods of exhibiting, device and storage medium of problem for repairment

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101093514A (en) * 2007-08-20 2007-12-26 中兴通讯股份有限公司 Processing system for automated testing log
KR100806698B1 (en) * 2007-02-06 2008-02-27 (주) 프람트 Method for storing content database reflecting use-log of user
CN101261628A (en) * 2007-03-07 2008-09-10 国际商业机器公司 Method, mutual method and its apparatus using angle chart for displaying hierarchical structure data
CN102915269A (en) * 2012-09-20 2013-02-06 山东浪潮齐鲁软件产业股份有限公司 Method for analyzing common logs of B/S (browser/server) software system
CN103914485A (en) * 2013-01-07 2014-07-09 上海宝信软件股份有限公司 System and method for remotely collecting, retrieving and displaying application system logs
CN103942040A (en) * 2013-01-22 2014-07-23 Lg电子株式会社 Mobile terminal and control method thereof
CN104268254A (en) * 2014-10-09 2015-01-07 浪潮电子信息产业股份有限公司 Security state analysis and statistics method
CN104660427A (en) * 2013-11-18 2015-05-27 深圳市腾讯计算机系统有限公司 Method and device for real-time statistics of logs

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100806698B1 (en) * 2007-02-06 2008-02-27 (주) 프람트 Method for storing content database reflecting use-log of user
CN101261628A (en) * 2007-03-07 2008-09-10 国际商业机器公司 Method, mutual method and its apparatus using angle chart for displaying hierarchical structure data
CN101093514A (en) * 2007-08-20 2007-12-26 中兴通讯股份有限公司 Processing system for automated testing log
CN102915269A (en) * 2012-09-20 2013-02-06 山东浪潮齐鲁软件产业股份有限公司 Method for analyzing common logs of B/S (browser/server) software system
CN103914485A (en) * 2013-01-07 2014-07-09 上海宝信软件股份有限公司 System and method for remotely collecting, retrieving and displaying application system logs
CN103942040A (en) * 2013-01-22 2014-07-23 Lg电子株式会社 Mobile terminal and control method thereof
CN104660427A (en) * 2013-11-18 2015-05-27 深圳市腾讯计算机系统有限公司 Method and device for real-time statistics of logs
CN104268254A (en) * 2014-10-09 2015-01-07 浪潮电子信息产业股份有限公司 Security state analysis and statistics method

Also Published As

Publication number Publication date
WO2016177047A1 (en) 2016-11-10
CN106445943A (en) 2017-02-22

Similar Documents

Publication Publication Date Title
US11670021B1 (en) Enhanced graphical user interface for representing events
US10509555B2 (en) Machine data analysis in an information technology environment
CN107533570B (en) System and method for automatically inferring cube schema from tabular data
CA2892814C (en) Systems and methods for identifying and visualizing elements of query results
US7698349B2 (en) Dimension member sliding in online analytical processing
US20200320044A1 (en) System and method for extracting a star schema from tabular data for use in a multidimensional database environment
CN111542813A (en) Using object models of heterogeneous data to facilitate building data visualizations
CN114730313B (en) Method and user interface for visual analysis of data visualization with multiple line calculations
WO2013022698A1 (en) Automatic generation of trend charts
CN104462421B (en) Multi-tenant extended method based on key-value database
Bao et al. Visual framework for big data in d3. js
Hellsten et al. The construction of interdisciplinarity: the development of the knowledge base and programmatic focus of the journal C limatic C hange, 1977–2013
EP1665089A1 (en) Method of providing tree-structured views of data
CN106445943B (en) Log display method and device
US20120001918A1 (en) Techniques for Displaying Numeric Data Sets that Include Multiple Measures
US8112385B2 (en) Ready to render business intelligence result sets
van der Werf et al. SERONTO: A Socio-Ecological Research and Observation Ontology: the core ontology: A Long-Term Biodiversity, Ecosystem and Awareness Research Network
US20120254787A1 (en) Method and system for accessing data
CN110032560A (en) A kind of generation method and device monitoring chart
Du et al. Visual guidance in the exploration of large databases
Wang et al. Multiscale Visualization of Relational Databases using Layered Zoom Trees and Partial Data Cubes.
CN117610532A (en) Report generation method and system, electronic equipment and storage medium
EP3956780A1 (en) Visual representation of directional correlation of service health
Hristakeva et al. 5.3 Monitored Success Factors

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20200731

Address after: 210012 Nanjing, Yuhuatai District, South Street, Bauhinia Road, No. 68

Applicant after: Nanjing Zhongxing New Software Co.,Ltd.

Address before: 518057 Nanshan District science and Technology Industrial Park, Guangdong high tech Industrial Park, ZTE building

Applicant before: ZTE Corp.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant