Information display method and device, electronic equipment, medium and program product

By drawing a topology diagram of the unit devices and utilizing access rules and calling relationships, the problem of poor monitoring timeliness was solved, and the effect of quickly determining the impact between unit devices was achieved.

CN116760713BActive Publication Date: 2026-06-02INDUSTRIAL AND COMMERCIAL BANK OF CHINA

Patent Information

Authority / Receiving Office
CN · China
Patent Type
Patents(China)
Current Assignee / Owner
INDUSTRIAL AND COMMERCIAL BANK OF CHINA
Filing Date
2023-04-26
Publication Date
2026-06-02

Smart Images

  • Figure CN116760713B_ABST
    Figure CN116760713B_ABST
Patent Text Reader

Abstract

The application provides an information display method and device, electronic equipment, medium and program product, and belongs to the technical field of data display. The method comprises the following steps: acquiring a relationship tree corresponding to each unit device, and setting a corresponding node for each unit device, wherein the relationship tree is used for indicating unit devices having a calling relationship; connecting the nodes corresponding to the unit devices having the calling relationship according to the relationship tree to obtain an initial topology graph, and acquiring access rules between each unit device; modifying parameters of the connection of the nodes corresponding to the initial topology graph according to the type of the access rules to obtain a target topology graph, and outputting the target topology graph. In the application, the topology graph is drawn according to the access rules and the calling relationship of the unit devices, so that when a monitoring personnel discovers that a certain unit device is abnormal, the monitoring personnel can quickly determine other unit devices that access or call the unit device based on the topology graph, and the monitoring timeliness of the unit devices is improved.
Need to check novelty before this filing date? Find Prior Art

Description

Technical Field

[0001] This application relates to the field of data display technology, and in particular to an information display method, apparatus, electronic device, medium, and program product. Background Technology

[0002] With the development of network technology, many large-scale network systems have implemented modular architecture. Modular architecture consists of multiple units, which can be deployed in different locations. Multiple units can be combined to complete various sub-tasks within a given task.

[0003] Each unit device is monitored while performing a task. During monitoring, data from the unit devices is acquired, and if any abnormalities are found, an alarm is output. Since the unit devices work collaboratively to complete a task, monitoring personnel can only detect an anomaly in one unit device based on the alarm information. To determine if other unit devices are experiencing anomalies, monitoring personnel must identify and access other unit devices that have been accessed or called upon, and then determine if any of those other unit devices are experiencing anomalies.

[0004] The calls or access between unit devices require monitoring personnel to obtain data analysis, which takes a long time. This makes it difficult for monitoring personnel to determine in a timely manner whether other unit devices are affected by the currently abnormal unit device, resulting in poor timeliness of unit device monitoring. Summary of the Invention

[0005] This application provides an information display method, apparatus, electronic device, medium, and program product to solve the problem of poor timeliness in monitoring unit devices.

[0006] On the one hand, this application provides an information display method, including:

[0007] Obtain the relationship tree corresponding to each unit device, and set corresponding nodes for each unit device. The relationship tree is used to indicate unit devices with calling relationships.

[0008] The initial topology is obtained by connecting the nodes corresponding to the unit devices with calling relationships according to the relationship tree, and the access rules between each unit device are obtained.

[0009] Based on the type of the access rule, the parameters of the connection between the nodes corresponding to the access rule in the initial topology graph are modified to obtain the target topology graph, and the target topology graph is output. The parameters of the connection include the length of the connection and the display color.

[0010] On the other hand, this application also provides an information display device, comprising:

[0011] The acquisition module is used to acquire the relationship tree corresponding to each unit device and set a corresponding node for each unit device. The relationship tree is used to indicate unit devices with calling relationships.

[0012] The processing module is used to connect the nodes corresponding to the unit devices with calling relationships according to the relationship tree to obtain an initial topology graph, and to obtain the access rules between each unit device;

[0013] The modification module is used to modify the parameters of the connection lines of the nodes corresponding to the access rules in the initial topology graph according to the type of the access rules, to obtain the target topology graph, and output the target topology graph. The parameters of the connection lines include the length of the connection lines and the display color.

[0014] On the other hand, this application also provides an electronic device, including: a processor, and a memory communicatively connected to the processor;

[0015] The memory stores computer-executed instructions;

[0016] The processor executes computer execution instructions stored in the memory to implement the method described above.

[0017] On the other hand, this application also provides a computer-readable storage medium storing computer-executable instructions, which, when executed by a processor, are used to implement the method described above.

[0018] On the other hand, this application also provides a computer program product, including a computer program that, when executed by a processor, implements the method described above.

[0019] The information display method, apparatus, electronic device, medium, and program product provided in this application obtain a relationship tree corresponding to each unit device, set corresponding nodes for each unit device, connect the nodes corresponding to unit devices with calling relationships based on the relationship tree to obtain an initial topology map, and obtain access rules between each unit device. Then, based on the type of access rule, the parameters of the connection between the nodes corresponding to the access rules in the initial topology map are modified to obtain a target topology map, and the target topology map is output. In this application, by drawing a topology map through the access rules and calling relationships of unit devices, monitoring personnel can quickly determine other unit devices that access or call that unit device based on the topology map when an anomaly is found in a certain unit device, thereby quickly determining whether other unit devices are affected, improving the timeliness of unit device monitoring. Attached Figure Description

[0020] The accompanying drawings, which are incorporated in and form part of this specification, illustrate embodiments consistent with this application and, together with the description, serve to explain the principles of this application.

[0021] Figure 1 This is a schematic diagram illustrating a scenario involving the information display method described in this application;

[0022] Figure 2 A flowchart illustrating the first embodiment of the information display method provided in this application;

[0023] Figure 3 A flowchart illustrating a second embodiment of the information display method provided in this application;

[0024] Figure 4 A flowchart illustrating a third embodiment of the information display method provided in this application;

[0025] Figure 5 A flowchart illustrating the fourth embodiment of the information display method provided in this application;

[0026] Figure 6 This is a schematic diagram of the information display device of this application;

[0027] Figure 7 This is a schematic diagram of the information display device of this application.

[0028] The accompanying drawings illustrate specific embodiments of this application, which will be described in more detail below. These drawings and descriptions are not intended to limit the scope of the concept in any way, but rather to illustrate the concept of this application to those skilled in the art through reference to particular embodiments. Detailed Implementation

[0029] Exemplary embodiments will now be described in detail, examples of which are illustrated in the accompanying drawings. When the following description relates to the drawings, unless otherwise indicated, the same numbers in different drawings denote the same or similar elements. The embodiments described in the following exemplary embodiments do not represent all embodiments consistent with this application. Rather, they are merely examples of apparatuses and methods consistent with some aspects of this application as detailed in the appended claims.

[0030] With the development of network technology, many large-scale network systems have implemented modular architecture. Modular architecture consists of multiple units, which can be deployed in different locations. Multiple units can be combined to complete various sub-tasks within a given task.

[0031] Each unit device is monitored while performing a task. During monitoring, data from the unit devices is acquired, and if any abnormalities are found, an alarm is output. Since the unit devices work collaboratively to complete a task, monitoring personnel can only detect an anomaly in one unit device based on the alarm information. To determine if other unit devices are experiencing anomalies, the monitoring personnel must identify the other unit devices that are using the previously mentioned unit device, and then determine if those other unit devices are experiencing anomalies.

[0032] The inventors of this application have discovered that the relationship between unit devices needs to be obtained by monitoring personnel through data analysis. Data analysis takes a long time, making it impossible for monitoring personnel to determine in a timely manner whether other unit devices are affected by the currently abnormal unit device, resulting in poor timeliness of unit device monitoring.

[0033] The inventors of this application therefore conceived of drawing a topology diagram based on the access rules and calling relationships of unit devices, so that when monitoring personnel discover an anomaly in a certain unit device, they can quickly determine other unit devices that access or call that unit device based on the topology diagram, and thus quickly determine whether other unit devices are affected, thereby improving the timeliness of unit device monitoring.

[0034] Reference Figure 1 , Figure 1 This is a schematic diagram of the scenario involved in the information display method of this application. The information display device 100 obtains a relationship tree from the database 200. The relationship tree includes the calling relationships of various unit devices. Based on the relationship tree, the information display device 100 connects the nodes corresponding to the unit devices with calling relationships to obtain an initial topology map. Then, based on the type of access rules of each unit device, the parameters of the connection lines in the initial topology map are modified to obtain a target topology map 300 (nodes are black dots, and the arrow direction is the calling relationship), and the target topology map 300 is output.

[0035] The technical solution of this application and how the technical solution of this application solves the above-mentioned technical problems are described in detail below with specific embodiments. These specific embodiments can be combined with each other, and the same or similar concepts or processes may not be described again in some embodiments. The embodiments of this application will now be described with reference to the accompanying drawings.

[0036] In addition, the data involved in this application can be data authorized by the user or fully authorized by all parties. The collection, dissemination and use of the data comply with the requirements of relevant national laws and regulations. The implementation methods / executives disclosed herein can be combined with each other.

[0037] It should be noted that the information display methods, devices, electronic devices, media, and program products of this application can be used in the field of data display technology, or in any field other than data display. The application fields of the information display methods, devices, electronic devices, media, and program products of this application are not limited.

[0038] Reference Figure 2 , Figure 2 This is a flowchart illustrating the first embodiment of the information display method of this application. The information display method includes the following steps:

[0039] Step S201: Obtain the relationship tree corresponding to each unit device and set the corresponding node for each unit device. The relationship tree is used to indicate the unit devices with calling relationships.

[0040] In this embodiment, the executing entity is an information display device. For ease of description, the term "device" will be used to refer to the information display device below. The device can be any terminal device with data display and drawing functions.

[0041] The device retrieves a relational tree corresponding to each unit device from the database. This relational tree indicates unit devices with calling relationships. For example, the device acquires data generated by each unit device and analyzes the data, specifically analyzing whether the data of a particular unit device is generated based on calling data from other unit devices. If so, a calling relationship exists between the two unit devices. Based on the data, the device determines the unit devices with calling relationships, constructs a relational tree using these units, and stores the relational tree in the database. The device can construct the relational tree for each unit device with a calling relationship in chronological order, where the chronological order represents the order in which the unit devices are called.

[0042] The device assigns corresponding nodes to each unit device. In one example, a corresponding node can be assigned to each node device, meaning that a node represents a unit device.

[0043] In another example, multiple point elements are set for each unit device. These point elements are used to indicate unit devices within the same cluster, the services corresponding to the unit devices, or the applications corresponding to the unit devices. In other words, point elements are set up according to clusters, services, or applications. The device then sets up corresponding nodes for each point element.

[0044] Step S202: Connect the nodes corresponding to the unit devices with calling relationships according to the relationship tree to obtain the initial topology diagram, and obtain the access rules between each unit device.

[0045] In this embodiment, the device can determine the unit devices with calling relationships based on the relationship tree. Each unit device corresponds to a node, and therefore there are calling relationships between the nodes. The device connects the nodes with calling relationships to obtain the initial topology map.

[0046] Access rules are also set between unit devices, including allow access and deny access. Allow access is, for example: allow unit device 1 to access unit device 2; deny access is, for example: deny unit device 1 to access unit device 3. There are also access rules between major and minor categories of access rules.

[0047] Permitted broad categories: Services of access units can access services of fragmentation units, and fragmentation units can access services of common units. Permitted subcategories: Access between devices of the same type, such as fragmentation unit 1 and fragmentation unit 2 can communicate with each other.

[0048] Major categories of prohibited access: Segmented units cannot access access units; common units cannot access existing units. Minor categories of prohibited access: Access units cannot communicate with each other, such as access unit 1 and access unit 2.

[0049] Point elements can coexist between major and minor categories. The device prioritizes drawing the connections between nodes corresponding to major categories, and then uses multiple threads to draw the connections between minor categories concurrently, thereby improving drawing efficiency.

[0050] Step S203: Based on the type of access rule, modify the parameters of the connection lines of the nodes corresponding to the access rule in the initial topology graph to obtain the target topology graph and output the target topology graph. The parameters of the connection lines include the length of the connection lines and the display color.

[0051] The device modifies the parameters of the connections between nodes corresponding to the access rule in the initial topology graph based on the type of access rule to obtain the target topology graph. The connection parameters include the connection length and display color. For example, if an access rule involves unit devices, and each unit device has a corresponding node in the initial topology graph, then the access rule also has a corresponding node in the initial topology graph. Since the access rule is set for two unit devices, there are two nodes corresponding to the access rule in the initial topology graph, and these two nodes need to be connected. If the access rule allows access, the display color of the connection can be set to red and the connection length can be set to a longer value; if the access rule denies access, the display color of the connection can be set to blue or green and the connection length can be set to a shorter value.

[0052] After determining the target topology map, the device outputs the target topology map, that is, the device can display the target topology or send the target topology map to the terminal device for display.

[0053] The target topology map offers multiple display formats, including radial, ring, and tree structures, to accommodate different numbers of point elements. For a large number of point elements, the ring structure allows viewing all data on a single screen; for a smaller number of point elements, the other two modes are available.

[0054] To address this, the device acquires the display format of the target topology map and then displays the target topology map according to the display format. For example, the device calculates the number of nodes in the target topology map. If the number is greater than a preset number, the display format is a ring structure, and the device converts the structure of the target topology map into a ring structure before displaying it. If the number is less than or equal to the preset number, the display format is a radial structure or a tree structure, and the device converts the structure of the target topology map into a radial structure or a tree structure before displaying it.

[0055] In this embodiment, a relationship tree corresponding to each unit device is obtained, and corresponding nodes are set for each unit device. Based on the relationship tree, the nodes corresponding to unit devices with calling relationships are connected to obtain an initial topology map. Access rules between each unit device are also obtained. The parameters of the connections between the nodes corresponding to the access rules in the initial topology map are modified according to the type of the access rules to obtain the target topology map, which is then output. In this embodiment, by drawing a topology map based on the access rules and calling relationships of unit devices, monitoring personnel can quickly identify other unit devices accessing or calling that unit device when an anomaly is detected, thereby quickly determining whether other unit devices are affected and improving the timeliness of unit device monitoring.

[0056] Reference Figure 3 , Figure 3 This is a second embodiment of the information display method of this application. Based on the first embodiment, step S203 includes:

[0057] Step S301: Based on the type of access rule, modify the display color of the connection line of the node corresponding to the access rule in the initial topology graph to obtain the topology graph to be determined.

[0058] In this embodiment, the device first modifies the display color of the connection between the nodes corresponding to the access rule in the initial topology graph according to the type of access rule. The modification steps are as described above and will not be repeated here. The device can then obtain the topology graph to be determined.

[0059] Step S302: Obtain the height of the relationship tree and the radius of the projection of the relationship tree, and take the larger value between the height and the radius as the depth. The depth is used to indicate the call complexity between various unit devices.

[0060] The device performs depth calculations, where depth indicates the complexity of the topology, representing the complexity of calls to each unit device. Depth is a key metric for measuring transactions. The device first determines the height of the aforementioned relationship tree, then determines the projection of the relationship tree, and obtains the radius of the projection. The projection refers to the noon projection of the relationship tree. The device selects the larger value between the height and the radius as the depth. For example, if the height is greater than the radius, the height is used as the depth; if the height is less than the radius, the radius is used as the depth.

[0061] Step S303: Add depth to the topology map to be determined to obtain the target topology map.

[0062] The device adds depth to the topology map to be determined, thus obtaining the target topology map. The target topology map displays depth, which users can use to determine the complexity of calls between various unit devices.

[0063] In this embodiment, the device first modifies the initial topology map based on the type of access rule to obtain the topology map to be determined, then determines the depth by the height of the relationship tree and the radius of the projection, and adds the depth to the topology map to be determined to obtain the target topology map, so that the user can intuitively determine the calling complexity between each unit device through the depth.

[0064] Reference Figure 4 , Figure 4 This is a third embodiment of the information display method of this application. Based on the first or second embodiment, after step S203, it further includes:

[0065] Step S401: Configure alarm rules for the unit device and send the alarm rules to the corresponding unit device.

[0066] Step S402: Receive alarm information triggered by the unit device based on alarm rules.

[0067] Step S403: Add the alarm information to the first position in the target topology diagram. The first position is the position of the first node in the target topology diagram, and the first node is the node of the unit device corresponding to the alarm information in the target topology diagram.

[0068] In this embodiment, the device configures alarm rules for each unit device. The alarm rules include:

[0069] Frequency: can be any value between nanoseconds and days, such as scanning once per minute or every five minutes. Too large an interval or too frequent intervals are not conducive to the reporting and processing of monitoring events of unit devices.

[0070] Metrics: The content to be monitored can be key metrics such as transaction volume, average execution time, maximum execution time, success rate, etc., or information such as TCP connection count and data source connection pool utilization.

[0071] Methods of receiving the message: email, telephone, web notification, video conferencing, etc.

[0072] Alarm-related parameters can be customized for each customer. For example, user A can configure the transaction volume per minute to send an email alarm to the operations and maintenance personnel if the number of transactions is less than 10,000. User B can configure the average time taken per hour to send a telephone alarm to the development team if the average time taken exceeds 30 seconds.

[0073] The device sends alarm rules to the corresponding unit devices, enabling the unit devices to perform alarm monitoring based on these rules. When the device receives an alarm message triggered by a unit device based on the alarm rules, it adds the alarm message to the first position in the target topology map. The first position is the location of the first node in the target topology map, and the first node is the node of the unit device corresponding to the alarm message in the target topology map. It is understood that the target topology map supports the display of alarm messages.

[0074] In this embodiment, the device sets alarm rules and sends the alarm rules to the corresponding unit devices. When it receives alarm information triggered by the unit devices based on the alarm rules, it adds the alarm information to the target topology map for notification.

[0075] Reference Figure 5 , Figure 5 This is the fourth embodiment of the information display method of this application. Based on either the first or third embodiment, after step S203, it further includes:

[0076] Step S501: Obtain the traffic information monitored by the unit device.

[0077] Step S502: Add the traffic information to the second position in the target topology diagram. The second position is the position of the second node in the target topology diagram, and the second node is the node of the unit device corresponding to the traffic information in the target topology diagram.

[0078] In this embodiment, the device can also add the monitored traffic of the unit devices to the topology graph. To do this, the device acquires the traffic information monitored by the unit devices and adds the traffic information to a second position in the target topology graph. The second position is the position of a second node in the target topology graph, and the second node is the node of the unit device corresponding to the traffic information in the target topology graph.

[0079] In addition, after monitoring the traffic information, the device can perform calculations on the traffic information, such as calculating whether the unit device is malfunctioning based on the traffic information, and store the calculated results in the database for easy querying.

[0080] In this embodiment, the device adds the traffic information of the unit devices to the topology map, so that the user can monitor the traffic of each unit device based on the topology map.

[0081] In one embodiment, after outputting the target topology map, the device supports one-click navigation to multiple functions. Specifically, the device associates the target topology map with multiple functions and sets a trigger method for each function on the target topology map. The trigger method is the one-click navigation trigger method. Functions include log viewing, link viewing, and business scenario viewing. When the device detects that an operation on the target topology map satisfies the trigger method of any function, it navigates to the display interface corresponding to the target function. The target function is the function corresponding to the operation that satisfies the trigger method.

[0082] For example, a triggering method can be set on a node or connection. For instance, a click operation can be set on a certain node, which is associated with the log viewing function. That is, when a click operation is detected on that node, the device switches to the display interface corresponding to the log viewing.

[0083] In this embodiment, by associating the target topology map with functions and corresponding triggering methods, it is convenient for users to jump to other functions based on their operations on the target topology map.

[0084] This application also provides an information display device, referring to... Figure 6 The information display device 600 includes:

[0085] The acquisition module 610 is used to acquire the relationship tree corresponding to each unit device and set the corresponding node for each unit device. The relationship tree is used to indicate the unit devices with calling relationships.

[0086] The processing module 620 is used to connect the nodes corresponding to the unit devices with calling relationships according to the relationship tree to obtain the initial topology map, and to obtain the access rules between each unit device.

[0087] Modification module 630 is used to modify the parameters of the connection lines of the nodes corresponding to the access rules in the initial topology graph according to the type of access rules, so as to obtain the target topology graph and output the target topology graph. The parameters of the connection lines include the length of the connection lines and the display color.

[0088] In one embodiment, the modification module 630 includes:

[0089] The modification unit is used to modify the display color of the connection line of the node corresponding to the access rule in the initial topology graph according to the type of access rule, so as to obtain the topology graph to be determined.

[0090] The first acquisition unit is used to acquire the height of the relationship tree and the radius of the projection of the relationship tree, and to acquire the larger value between the height and the radius as the depth. The depth is used to indicate the call complexity between the various unit devices.

[0091] Add cells to add depth to the topology graph to be determined, thus obtaining the target topology graph.

[0092] In one embodiment, the acquisition module 610 includes:

[0093] The unit is defined to determine multiple point elements based on each unit device. The point elements are used to indicate unit devices in the same cluster, services corresponding to unit devices, or applications corresponding to unit devices.

[0094] The setting unit is used to set the corresponding node for each point element.

[0095] In one embodiment, the information display device 600 further includes:

[0096] The acquisition module 610 is also used to acquire data generated by each unit device and determine the unit devices with calling relationships based on the data.

[0097] The building module is used to construct a relationship tree based on unit devices with calling relationships, and to store the relationship tree.

[0098] In one embodiment, the modification module 630 further includes:

[0099] The second acquisition unit is used to acquire the display method of the target topology map;

[0100] The display unit is used to display the target topology map according to the display method.

[0101] In one embodiment, the information display device 600 further includes:

[0102] The configuration module is used to configure alarm rules for unit devices and send the alarm rules to the corresponding unit devices;

[0103] The receiving module is used to receive alarm information triggered by the unit device based on alarm rules;

[0104] The first adding module is used to add alarm information to the first position in the target topology diagram. The first position is the position of the first node in the target topology diagram, and the first node is the node of the unit device corresponding to the alarm information in the target topology diagram.

[0105] In one embodiment, the information display device 600 further includes:

[0106] The acquisition module 610 is also used to acquire traffic information from the monitoring of unit devices;

[0107] The second addition module is used to add traffic information to a second position in the target topology diagram. The second position is the position of the second node in the target topology diagram, and the second node is the node of the unit device corresponding to the traffic information in the target topology diagram.

[0108] In one embodiment, the information display device 600 further includes:

[0109] The association module is used to associate the target topology map with multiple functions and set the triggering method for each function on the target topology map;

[0110] The jump module is used to jump to the display interface corresponding to the target function when the operation based on the target topology map is detected to meet any of the triggering methods. The target function is the function corresponding to the triggering method met by the operation.

[0111] Figure 7 This is a hardware structure diagram of an information display device according to an exemplary embodiment.

[0112] The information display device 700 may include: a processor 71, such as a CPU, a memory 72, and a transceiver 73. Those skilled in the art will understand that... Figure 7 The structure shown does not constitute a limitation on the information display device and may include more or fewer components than illustrated, or combine certain components, or have different component arrangements. The memory 72 may be implemented by any type of volatile or non-volatile storage device or a combination thereof, such as static random access memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic storage, flash memory, magnetic disk, or optical disk.

[0113] The processor 71 can call the computer program stored in the memory 72 or execute the computer execution instructions to complete all or part of the steps of the above information display method.

[0114] Transceiver 73 is used to receive information sent by external devices and to send information to external devices.

[0115] An electronic device includes: a processor and a memory communicatively connected to the processor;

[0116] The memory stores the instructions that the computer executes;

[0117] The processor executes computer execution instructions stored in memory to implement the information display method as described in any of the above embodiments.

[0118] A non-transitory computer-readable storage medium, wherein when the instructions (computer-executable instructions) in the storage medium are executed by the processor of an information display device, the information display device is able to perform the aforementioned information display method.

[0119] A computer program product includes a computer program that, when executed by a processor of an information display device, enables the information display device to perform the aforementioned information display method.

[0120] Other embodiments of this disclosure will readily occur to those skilled in the art upon consideration of the specification and practice of the invention disclosed herein. This application is intended to cover any variations, uses, or adaptations of this disclosure that follow the general principles of this disclosure and include common knowledge or customary techniques in the art not disclosed herein. The specification and examples are to be considered exemplary only, and the true scope and spirit of this disclosure are indicated by the following claims.

[0121] It should be understood that this disclosure is not limited to the precise structures described above and shown in the accompanying drawings, and various modifications and changes can be made without departing from its scope. The scope of this disclosure is limited only by the appended claims.

Claims

1. An information display method, characterized in that, include: Obtain the relationship tree corresponding to each unit device, and set corresponding nodes for each unit device. The relationship tree is used to indicate unit devices with calling relationships. The initial topology is obtained by connecting the nodes corresponding to the unit devices with calling relationships according to the relationship tree, and the access rules between each unit device are obtained; the access rules include allowed access and prohibited access. Based on the type of the access rule, the parameters of the connection between the nodes corresponding to the initial topology graph are modified to obtain the target topology graph, and the target topology graph is output. The parameters of the connection include the length of the connection and the display color. The step of modifying the parameters of the connection between the nodes corresponding to the initial topology graph according to the type of the access rule includes: Based on the type of the access rule, the display color of the connection line between the nodes corresponding to the access rule in the initial topology graph is modified to obtain the topology graph to be determined; Obtain the height of the relationship tree and the radius of the projection of the relationship tree, and take the larger value between the height and the radius as the depth, which is used to indicate the calling complexity between the various unit devices; The depth is added to the topology map to be determined to obtain the target topology map.

2. The information display method according to claim 1, characterized in that, The step of setting corresponding nodes for each of the unit devices includes: Multiple point elements are determined based on each of the unit devices, and the point elements are used to indicate unit devices in the same cluster, services corresponding to the unit devices, or applications corresponding to the unit devices; Set a corresponding node for each of the point elements.

3. The information display method according to claim 1, characterized in that, Before the step of obtaining the relationship tree corresponding to each unit device, the method further includes: Acquire the data generated by each of the unit devices, and determine the unit devices with calling relationships based on the data. A relationship tree is constructed based on the unit devices with calling relationships, and the relationship tree is stored.

4. The information display method according to claim 1, characterized in that, The step of outputting the target topology map includes: Obtain the display method of the target topology map; The target topology map is displayed according to the described display method.

5. The information display method according to claim 1, characterized in that, After the step of outputting the target topology map, the method further includes: Configure alarm rules for the unit device and send the alarm rules to the corresponding unit device; Receive alarm information triggered by the unit device based on the alarm rules; The alarm information is added to a first position in the target topology diagram, where the first position is the position of the first node in the target topology diagram, and the first node is the node of the unit device corresponding to the alarm information in the target topology diagram.

6. The information display method according to claim 1, characterized in that, After the step of outputting the target topology map, the method further includes: Obtain the traffic information monitored by the unit device; The traffic information is added to a second position in the target topology graph, where the second position is the position of a second node in the target topology graph, and the second node is the node of the unit device corresponding to the traffic information in the target topology graph.

7. The information display method according to any one of claims 1-6, characterized in that, After the step of outputting the target topology map, the method further includes: The target topology map is associated with multiple functions, and the triggering method for each function is set on the target topology map; When it is detected that an operation based on the target topology map satisfies any of the triggering methods of the function, the user is redirected to the display interface corresponding to the target function, where the target function is the function corresponding to the triggering method satisfied by the operation.

8. An information display device, characterized in that, include: The acquisition module is used to acquire the relationship tree corresponding to each unit device and set a corresponding node for each unit device. The relationship tree is used to indicate unit devices with calling relationships. The processing module is used to connect the nodes corresponding to the unit devices with calling relationships according to the relationship tree to obtain an initial topology graph, and to obtain the access rules between each unit device; the access rules include allowed access and prohibited access; The modification module is used to modify the parameters of the connection between the nodes corresponding to the access rule in the initial topology graph according to the type of the access rule, so as to obtain the target topology graph and output the target topology graph. The parameters of the connection include the length of the connection and the display color. The modification module includes: The modification unit is used to modify the display color of the connection line of the node corresponding to the access rule in the initial topology graph according to the type of the access rule, so as to obtain the topology graph to be determined. The first acquisition unit is used to acquire the height of the relationship tree and the radius of the projection of the relationship tree, and to acquire the larger value between the height and the radius as the depth, the depth being used to indicate the calling complexity between the various unit devices; An adding unit is used to add the depth to the topology map to be determined, thereby obtaining the target topology map.

9. An electronic device, characterized in that, include: A processor, and a memory communicatively connected to the processor; The memory stores computer-executed instructions; The processor executes computer execution instructions stored in the memory to implement the method as described in any one of claims 1-7.

10. A computer-readable storage medium, characterized in that, The computer-readable storage medium stores computer-executable instructions, which, when executed by a processor, are used to implement the method as described in any one of claims 1-7.

11. A computer program product, comprising a computer program, characterized in that, When the computer program is executed by a processor, it implements the method of any one of claims 1-7.