CN113821409A - Method, device, storage medium and equipment for monitoring data transmission - Google Patents

Method, device, storage medium and equipment for monitoring data transmission Download PDF

Info

Publication number
CN113821409A
CN113821409A CN202111114707.1A CN202111114707A CN113821409A CN 113821409 A CN113821409 A CN 113821409A CN 202111114707 A CN202111114707 A CN 202111114707A CN 113821409 A CN113821409 A CN 113821409A
Authority
CN
China
Prior art keywords
data
preset
transmission rate
data file
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.)
Granted
Application number
CN202111114707.1A
Other languages
Chinese (zh)
Other versions
CN113821409B (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.)
China Construction Bank Corp
Original Assignee
China Construction Bank Corp
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 China Construction Bank Corp filed Critical China Construction Bank Corp
Priority to CN202111114707.1A priority Critical patent/CN113821409B/en
Priority claimed from CN202111114707.1A external-priority patent/CN113821409B/en
Publication of CN113821409A publication Critical patent/CN113821409A/en
Application granted granted Critical
Publication of CN113821409B publication Critical patent/CN113821409B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3089Monitoring arrangements determined by the means or processing involved in sensing the monitored data, e.g. interfaces, connectors, sensors, probes, agents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3037Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a memory, e.g. virtual memory, cache

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application discloses a method, a device, a storage medium and equipment for monitoring data transmission, wherein a preset data acquisition script runs regularly in each preset time period, and index data of a host are acquired. And generating a data file based on the synchronous data amount and the time stamp. And storing the data file generated in each preset time period into a preset database. And under the condition of receiving a monitoring instruction of a user, acquiring a data file meeting a preset condition from a preset database. And carrying out format conversion on the data files meeting the preset conditions to obtain transmission rate data, and displaying the change trend to a user through a preset interface. Compared with the prior art, the scheme disclosed by the application does not need a user to log in the host to execute any host command, so that the user is prevented from executing repetitive work, and the time spent on monitoring work is effectively reduced. Therefore, based on the scheme disclosed by the application, the method and the device can assist the user in monitoring the delay time of data transmission so as to improve the efficiency of monitoring work.

Description

Method, device, storage medium and equipment for monitoring data transmission
Technical Field
The present application relates to the field of data transmission, and in particular, to a method, an apparatus, a storage medium, and a device for monitoring data transmission.
Background
In order to ensure the security of data storage, a data storage of a large enterprise usually adopts a host active-standby framework to construct a disaster-standby system, wherein the disaster-standby system comprises a production end and a disaster-standby end. Specifically, the production end copies the production data to the disaster recovery end in a data transmission mode of Global Mirror (GM). The copying efficiency of the GM directly affects the Recovery Point Object (RPO), and the RPO is used as a main technical index of the disaster Recovery system, and when a production end has a serious failure or disaster and cannot support business operation, the production end needs to be switched to the disaster Recovery end, if GM transmission is delayed, the production data generated in the delay time is lost by the disaster Recovery end compared with the production end, and after the disaster Recovery system recovers to normal, the production data in the delay time needs to be reconstructed. Therefore, how to monitor the delay time of the GM becomes a major concern of the enterprise.
At present, in the existing monitoring mode, a host of the disaster recovery system needs to be manually logged in, and data transmitted by a GM is acquired by operating a host command. However, no matter whether real-time data or historical data is checked, at most only partial data can be checked, and therefore, manual operation is needed to perform page turning and checking back and forth, so that more repetitive work and long time are taken, and the monitoring work efficiency is low.
Disclosure of Invention
The application provides a method, a device, a storage medium and equipment for monitoring data transmission, and aims to assist a user in monitoring the delay time of data transmission so as to improve the efficiency of monitoring work.
In order to achieve the above object, the present application provides the following technical solutions:
a method of monitoring data transmissions, comprising:
in each preset time period, a preset data acquisition script is run regularly, and index data of a host are acquired; the metric data includes a synchronized data amount and a timestamp; the synchronous data quantity characterizes the data transmission rate of the heterogeneous disk copy; the timestamp represents the occurrence time of the allopatric disk copy;
generating a data file based on the synchronous data volume and the timestamp;
storing the data file generated in each preset time period into a preset database;
under the condition that a monitoring instruction of a user is received, acquiring a data file meeting a preset condition from the preset database; the preset conditions are as follows: the occurrence time of the allopatric disk copy shown in the data file is within a preset time period;
carrying out format conversion on the data file meeting the preset condition to obtain transmission rate data; the transmission rate data is used for indicating the variation trend of the data transmission rate in the preset time period;
and displaying the change trend to the user through a preset interface.
Optionally, the obtaining a data file meeting a preset condition from the preset database includes:
and calling a preset database access interface, and acquiring a data file meeting preset conditions from the preset database.
Optionally, the performing format conversion on the data file meeting the preset condition to obtain transmission rate data includes:
analyzing the data file meeting the preset conditions to obtain a target synchronous data volume and a target timestamp;
carrying out format conversion on the target synchronous data volume to obtain a first field, and carrying out format conversion on the target timestamp to obtain a second field;
generating transmission rate data based on the first field and the second field.
Optionally, after performing format conversion on the data file meeting the preset condition to obtain transmission rate data, the method further includes:
and uploading the transmission rate data to a preset big data platform.
Optionally, the displaying the variation trend to the user through a preset interface includes:
calling a preset visualization tool, generating a curve graph corresponding to the change trend, and displaying the curve graph to the user through a preset interface; wherein the abscissa of the graph represents the amount of synchronization data and the ordinate represents the time stamp.
An apparatus for monitoring data transmissions, comprising:
the acquisition unit is used for regularly running a preset data acquisition script in each preset time period and acquiring index data of the host; the metric data includes a synchronized data amount and a timestamp; the synchronous data quantity characterizes the data transmission rate of the heterogeneous disk copy; the timestamp represents the occurrence time of the allopatric disk copy;
a generating unit configured to generate a data file based on the synchronized data amount and the timestamp;
the storage unit is used for storing the data file generated in each preset time period into a preset database;
the acquisition unit is used for acquiring a data file meeting preset conditions from the preset database under the condition of receiving a monitoring instruction of a user; the preset conditions are as follows: the occurrence time of the allopatric disk copy shown in the data file is within a preset time period;
the conversion unit is used for carrying out format conversion on the data file meeting the preset conditions to obtain transmission rate data; the transmission rate data is used for indicating the variation trend of the data transmission rate in the preset time period;
and the display unit is used for displaying the change trend to the user through a visualization tool.
Optionally, the obtaining unit is specifically configured to:
and calling a preset database access interface, and acquiring a data file meeting preset conditions from the preset database.
Optionally, the conversion unit is specifically configured to:
analyzing the data file meeting the preset conditions to obtain a target synchronous data volume and a target timestamp;
carrying out format conversion on the target synchronous data volume to obtain a first field, and carrying out format conversion on the target timestamp to obtain a second field;
generating transmission rate data based on the first field and the second field.
A computer-readable storage medium comprising a stored program, wherein the program performs the method of monitoring data transmission.
An apparatus for monitoring data transmissions, comprising: a processor, a memory, and a bus; the processor and the memory are connected through the bus;
the memory is used for storing a program and the processor is used for executing the program, wherein the program executes the method for monitoring data transmission.
According to the technical scheme, the preset data acquisition script runs regularly in each preset time period, and index data of the host are acquired. The index data comprises a synchronous data volume and a time stamp, the synchronous data volume characterizes the data transmission rate of the allopatric disk copy, and the time stamp characterizes the occurrence time of the allopatric disk copy. And generating a data file based on the synchronous data amount and the time stamp. And storing the data file generated in each preset time period into a preset database. And under the condition of receiving a monitoring instruction of a user, acquiring a data file meeting a preset condition from a preset database. The preset conditions are as follows: the occurrence time of the off-site disk copy shown in the data file is within a preset time period. And carrying out format conversion on the data file meeting the preset condition to obtain transmission rate data, wherein the transmission rate data is used for indicating the change trend of the data transmission rate in a preset time period. And displaying the change trend to a user through a preset interface. Compared with the prior art, the scheme disclosed by the application does not need a user to log in the host to execute any host command, so that the user is prevented from executing repetitive work, and the time spent on monitoring work is effectively reduced. In addition, the change trend of the data transmission rate in the preset time period is displayed through the preset interface, and the delay time of data transmission can be intuitively reflected to a user. Therefore, based on the scheme disclosed by the application, the method and the device can assist the user in monitoring the delay time of data transmission so as to improve the efficiency of monitoring work.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1a is a schematic diagram of a method for monitoring data transmission according to an embodiment of the present application;
FIG. 1b is a graph according to an embodiment of the present disclosure;
fig. 2 is a schematic diagram of another method for monitoring data transmission according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of an apparatus for monitoring data transmission according to an embodiment of the present disclosure.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
As shown in fig. 1a, a schematic diagram of a method for monitoring data transmission provided in an embodiment of the present application includes the following steps:
s101: and in each preset time period, regularly running a preset data acquisition script and acquiring index data of the host.
The index data comprises a synchronous data volume and a time stamp, the synchronous data volume characterizes the data transmission rate of the allopatric disk copy, and the time stamp characterizes the occurrence time of the allopatric disk copy.
S102: and generating a data file based on the synchronous data amount and the time stamp.
S103: and storing the data file generated in each preset time period into a preset database.
The predetermined database includes, but is not limited to, a database for parsing and storing tools for performance data.
S104: and under the condition of receiving a monitoring instruction of a user, calling a preset database access interface, and acquiring a data file meeting preset conditions from a preset database.
Wherein the preset conditions are as follows: the occurrence time of the off-site disk copy shown in the data file is within a preset time period.
S105: and analyzing the data files meeting the preset conditions to obtain the target synchronous data volume and the target timestamp.
S106: and carrying out format conversion on the target synchronous data volume to obtain a first field, and carrying out format conversion on the target timestamp to obtain a second field.
And the first field and the second field are JSON data.
S107: based on the first field and the second field, transmission rate data is generated.
Wherein, the transmission rate data is used for indicating the variation trend of the data transmission rate in a preset time period.
S108: and uploading the transmission rate data to a preset big data platform.
The transmission rate data is uploaded to a big data platform, and a user can conveniently look up the data at any time.
S109: and calling a preset visualization tool, generating a curve graph corresponding to the change trend, and displaying the curve graph to a user through a preset interface.
Wherein the abscissa of the graph represents the amount of synchronization data and the ordinate represents the time stamp. Specifically, a graph corresponding to the variation trend can be seen in fig. 1 b.
It should be noted that, the graph is displayed to the user through the preset interface, so that the user can be assisted to visually check the delay time of the data transmission.
In summary, compared with the prior art, the scheme shown in this embodiment does not require the user to log in the host to execute any host command, so as to avoid the user from executing repetitive work, and effectively reduce the time spent on monitoring work. In addition, the graph displayed by the preset interface can intuitively reflect the delay time of data transmission to the user. Therefore, based on the scheme shown in the embodiment, the method can assist the user in monitoring the delay time of data transmission so as to improve the efficiency of monitoring work.
It should be noted that, the above-mentioned embodiment refers to S105, which is an alternative implementation manner of the method for monitoring data transmission shown in this application. In addition, S109 mentioned in the above embodiment is also an optional implementation manner of the method for monitoring data transmission shown in this application. For this reason, the flow mentioned in the above embodiment can be summarized as the method shown in fig. 2.
As shown in fig. 2, a schematic diagram of another method for monitoring data transmission provided in the embodiment of the present application includes the following steps:
s201: and in each preset time period, regularly running a preset data acquisition script and acquiring index data of the host.
Wherein the index data comprises a synchronous data volume and a timestamp; the synchronous data volume characterizes the data transmission rate of the heterogeneous disk copy; the timestamp characterizes the time of occurrence of the offsite disk copy.
S202: and generating a data file based on the synchronous data amount and the time stamp.
S203: and storing the data file generated in each preset time period into a preset database.
S204: and under the condition of receiving a monitoring instruction of a user, acquiring a data file meeting a preset condition from a preset database.
Wherein the preset conditions are as follows: the occurrence time of the off-site disk copy shown in the data file is within a preset time period.
S205: and carrying out format conversion on the data file meeting the preset condition to obtain transmission rate data.
Wherein, the transmission rate data is used for indicating the variation trend of the data transmission rate in a preset time period.
S206: and displaying the change trend to a user through a preset interface.
In summary, compared with the prior art, the scheme shown in this embodiment does not require the user to log in the host to execute any host command, so as to avoid the user from executing repetitive work, and effectively reduce the time spent on monitoring work. In addition, the change trend of the data transmission rate in the preset time period is displayed through the preset interface, and the delay time of data transmission can be intuitively reflected to a user. Therefore, based on the scheme shown in the embodiment, the method can assist the user in monitoring the delay time of data transmission so as to improve the efficiency of monitoring work.
It should be understood that the various steps recited in the method embodiments disclosed herein may be performed in a different order and/or performed in parallel. Moreover, method embodiments may include additional steps and/or omit performing the illustrated steps. The scope of the disclosure is not limited in this respect.
Furthermore, computer program code for carrying out operations of the present disclosure may be written in any combination of one or more programming languages, including but not limited to an object oriented programming language such as Java, Smalltalk, C + +, and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
Corresponding to the method for monitoring data transmission provided by the embodiment of the application, the embodiment of the application also provides a device for monitoring data transmission.
As shown in fig. 3, an architecture diagram of an apparatus for monitoring data transmission provided in the embodiment of the present application includes:
the acquisition unit 100 is used for regularly running a preset data acquisition script in each preset time period and acquiring index data of the host; the index data includes a synchronized data amount and a timestamp; the synchronous data volume characterizes the data transmission rate of the heterogeneous disk copy; the timestamp characterizes the time of occurrence of the offsite disk copy.
A generating unit 200 for generating a data file based on the synchronized data amount and the time stamp.
The storage unit 300 is configured to store the data file generated in each preset time period in a preset database.
An obtaining unit 400, configured to obtain, from a preset database, a data file meeting a preset condition in a case where a monitoring instruction of a user is received; the preset conditions are as follows: the occurrence time of the off-site disk copy shown in the data file is within a preset time period.
The obtaining unit 400 is specifically configured to: and calling a preset database access interface, and acquiring the data file meeting the preset conditions from the preset database.
A converting unit 500, configured to perform format conversion on a data file meeting a preset condition to obtain transmission rate data; the transmission rate data is used to indicate the variation trend of the data transmission rate in a preset time period.
Wherein, the conversion unit 500 is specifically configured to: analyzing the data files meeting the preset conditions to obtain a target synchronous data volume and a target timestamp; carrying out format conversion on the target synchronous data volume to obtain a first field, and carrying out format conversion on the target timestamp to obtain a second field; based on the first field and the second field, transmission rate data is generated.
And the display unit 600 is used for displaying the change trend to the user through a visualization tool.
Wherein, the display unit 600 is specifically configured to: calling a preset visualization tool, generating a curve graph corresponding to the change trend, and displaying the curve graph to a user through a preset interface; wherein the abscissa of the graph represents the amount of synchronization data and the ordinate represents the time stamp.
The upload unit 700 is configured to upload the transmission rate data to a preset big data platform.
In summary, compared with the prior art, the scheme shown in this embodiment does not require the user to log in the host to execute any host command, so as to avoid the user from executing repetitive work, and effectively reduce the time spent on monitoring work. In addition, the change trend of the data transmission rate in the preset time period is displayed through the preset interface, and the delay time of data transmission can be intuitively reflected to a user. Therefore, based on the scheme shown in the embodiment, the method can assist the user in monitoring the delay time of data transmission so as to improve the efficiency of monitoring work.
The present application also provides a computer-readable storage medium comprising a stored program, wherein the program performs the method of monitoring data transmission provided herein above.
The present application further provides a device for monitoring data transmission, comprising: a processor, a memory, and a bus. The processor is connected with the memory through a bus, the memory is used for storing programs, the processor is used for running the programs, and when the programs are run, the method for monitoring data transmission provided by the application is executed, and the method comprises the following steps:
in each preset time period, a preset data acquisition script is run regularly, and index data of a host are acquired; the metric data includes a synchronized data amount and a timestamp; the synchronous data quantity characterizes the data transmission rate of the heterogeneous disk copy; the timestamp represents the occurrence time of the allopatric disk copy;
generating a data file based on the synchronous data volume and the timestamp;
storing the data file generated in each preset time period into a preset database;
under the condition that a monitoring instruction of a user is received, acquiring a data file meeting a preset condition from the preset database; the preset conditions are as follows: the occurrence time of the allopatric disk copy shown in the data file is within a preset time period;
carrying out format conversion on the data file meeting the preset condition to obtain transmission rate data; the transmission rate data is used for indicating the variation trend of the data transmission rate in the preset time period;
and displaying the change trend to the user through a preset interface.
Optionally, the obtaining a data file meeting a preset condition from the preset database includes:
and calling a preset database access interface, and acquiring a data file meeting preset conditions from the preset database.
Optionally, the performing format conversion on the data file meeting the preset condition to obtain transmission rate data includes:
analyzing the data file meeting the preset conditions to obtain a target synchronous data volume and a target timestamp;
carrying out format conversion on the target synchronous data volume to obtain a first field, and carrying out format conversion on the target timestamp to obtain a second field;
generating transmission rate data based on the first field and the second field.
Optionally, after performing format conversion on the data file meeting the preset condition to obtain transmission rate data, the method further includes:
and uploading the transmission rate data to a preset big data platform.
Optionally, the displaying the variation trend to the user through a preset interface includes:
calling a preset visualization tool, generating a curve graph corresponding to the change trend, and displaying the curve graph to the user through a preset interface; wherein the abscissa of the graph represents the amount of synchronization data and the ordinate represents the time stamp.
The functions described in the method of the embodiment of the present application, if implemented in the form of software functional units and sold or used as independent products, may be stored in a storage medium readable by a computing device. Based on such understanding, part of the contribution to the prior art of the embodiments of the present application or part of the technical solution may be embodied in the form of a software product stored in a storage medium and including several instructions for causing a computing device (which may be a personal computer, a server, a mobile computing device or a network device) to execute all or part of the steps of the method described in the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method of monitoring data transmission, comprising:
in each preset time period, a preset data acquisition script is run regularly, and index data of a host are acquired; the metric data includes a synchronized data amount and a timestamp; the synchronous data quantity characterizes the data transmission rate of the heterogeneous disk copy; the timestamp represents the occurrence time of the allopatric disk copy;
generating a data file based on the synchronous data volume and the timestamp;
storing the data file generated in each preset time period into a preset database;
under the condition that a monitoring instruction of a user is received, acquiring a data file meeting a preset condition from the preset database; the preset conditions are as follows: the occurrence time of the allopatric disk copy shown in the data file is within a preset time period;
carrying out format conversion on the data file meeting the preset condition to obtain transmission rate data; the transmission rate data is used for indicating the variation trend of the data transmission rate in the preset time period;
and displaying the change trend to the user through a preset interface.
2. The method according to claim 1, wherein the obtaining the data file meeting the preset condition from the preset database comprises:
and calling a preset database access interface, and acquiring a data file meeting preset conditions from the preset database.
3. The method according to claim 1, wherein the converting the format of the data file meeting the predetermined condition to obtain the transmission rate data comprises:
analyzing the data file meeting the preset conditions to obtain a target synchronous data volume and a target timestamp;
carrying out format conversion on the target synchronous data volume to obtain a first field, and carrying out format conversion on the target timestamp to obtain a second field;
generating transmission rate data based on the first field and the second field.
4. The method according to claim 1, wherein after performing format conversion on the data file meeting the preset condition to obtain the transmission rate data, the method further comprises:
and uploading the transmission rate data to a preset big data platform.
5. The method of claim 1, wherein the presenting the trend of change to the user through a preset interface comprises:
calling a preset visualization tool, generating a curve graph corresponding to the change trend, and displaying the curve graph to the user through a preset interface; wherein the abscissa of the graph represents the amount of synchronization data and the ordinate represents the time stamp.
6. An apparatus for monitoring data transmission, comprising:
the acquisition unit is used for regularly running a preset data acquisition script in each preset time period and acquiring index data of the host; the metric data includes a synchronized data amount and a timestamp; the synchronous data quantity characterizes the data transmission rate of the heterogeneous disk copy; the timestamp represents the occurrence time of the allopatric disk copy;
a generating unit configured to generate a data file based on the synchronized data amount and the timestamp;
the storage unit is used for storing the data file generated in each preset time period into a preset database;
the acquisition unit is used for acquiring a data file meeting preset conditions from the preset database under the condition of receiving a monitoring instruction of a user; the preset conditions are as follows: the occurrence time of the allopatric disk copy shown in the data file is within a preset time period;
the conversion unit is used for carrying out format conversion on the data file meeting the preset conditions to obtain transmission rate data; the transmission rate data is used for indicating the variation trend of the data transmission rate in the preset time period;
and the display unit is used for displaying the change trend to the user through a visualization tool.
7. The apparatus according to claim 6, wherein the obtaining unit is specifically configured to:
and calling a preset database access interface, and acquiring a data file meeting preset conditions from the preset database.
8. The apparatus according to claim 6, wherein the conversion unit is specifically configured to:
analyzing the data file meeting the preset conditions to obtain a target synchronous data volume and a target timestamp;
carrying out format conversion on the target synchronous data volume to obtain a first field, and carrying out format conversion on the target timestamp to obtain a second field;
generating transmission rate data based on the first field and the second field.
9. A computer-readable storage medium, characterized in that the computer-readable storage medium comprises a stored program, wherein the program performs the method of monitoring data transmission according to any one of claims 1-5.
10. An apparatus for monitoring data transmission, comprising: a processor, a memory, and a bus; the processor and the memory are connected through the bus;
the memory is used for storing a program and the processor is used for executing the program, wherein the program executes the method for monitoring data transmission according to any one of claims 1-5.
CN202111114707.1A 2021-09-23 Method, device, storage medium and equipment for monitoring data transmission Active CN113821409B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111114707.1A CN113821409B (en) 2021-09-23 Method, device, storage medium and equipment for monitoring data transmission

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111114707.1A CN113821409B (en) 2021-09-23 Method, device, storage medium and equipment for monitoring data transmission

Publications (2)

Publication Number Publication Date
CN113821409A true CN113821409A (en) 2021-12-21
CN113821409B CN113821409B (en) 2024-06-04

Family

ID=

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103220167A (en) * 2013-03-25 2013-07-24 中标软件有限公司 Distributed monitoring system and data storing method thereof
CN103793500A (en) * 2014-01-23 2014-05-14 浪潮集团山东通用软件有限公司 Master data synchronization method based on increments
CN104135395A (en) * 2014-03-10 2014-11-05 腾讯科技(深圳)有限公司 Method and system of monitoring data transmission quality in IDC (Internet Data Center) network
CN105224546A (en) * 2014-06-04 2016-01-06 阿里巴巴集团控股有限公司 Data storage and query method and apparatus
US20160292227A1 (en) * 2010-12-30 2016-10-06 Sap Se Processing database queries using format conversion
CN107888456A (en) * 2017-12-04 2018-04-06 北京百度网讯科技有限公司 Method and device for monitoring port data volume
CN108090138A (en) * 2017-11-29 2018-05-29 链家网(北京)科技有限公司 The monitoring method and system of a kind of data warehouse
US20180285008A1 (en) * 2017-03-29 2018-10-04 The Travelers Indemnity Company Multi-server system resource manager
CN110515955A (en) * 2019-09-02 2019-11-29 上海移远通信技术股份有限公司 Storage, querying method, system, electronic equipment and the storage medium of data
CN110633321A (en) * 2019-08-30 2019-12-31 中国人民财产保险股份有限公司 Data synchronization method, device and equipment
CN111198914A (en) * 2019-12-12 2020-05-26 山西云时代技术有限公司 Whole database real-time data acquisition method based on oracle database filing log

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160292227A1 (en) * 2010-12-30 2016-10-06 Sap Se Processing database queries using format conversion
CN103220167A (en) * 2013-03-25 2013-07-24 中标软件有限公司 Distributed monitoring system and data storing method thereof
CN103793500A (en) * 2014-01-23 2014-05-14 浪潮集团山东通用软件有限公司 Master data synchronization method based on increments
CN104135395A (en) * 2014-03-10 2014-11-05 腾讯科技(深圳)有限公司 Method and system of monitoring data transmission quality in IDC (Internet Data Center) network
CN105224546A (en) * 2014-06-04 2016-01-06 阿里巴巴集团控股有限公司 Data storage and query method and apparatus
US20180285008A1 (en) * 2017-03-29 2018-10-04 The Travelers Indemnity Company Multi-server system resource manager
CN108090138A (en) * 2017-11-29 2018-05-29 链家网(北京)科技有限公司 The monitoring method and system of a kind of data warehouse
CN107888456A (en) * 2017-12-04 2018-04-06 北京百度网讯科技有限公司 Method and device for monitoring port data volume
CN110633321A (en) * 2019-08-30 2019-12-31 中国人民财产保险股份有限公司 Data synchronization method, device and equipment
CN110515955A (en) * 2019-09-02 2019-11-29 上海移远通信技术股份有限公司 Storage, querying method, system, electronic equipment and the storage medium of data
CN111198914A (en) * 2019-12-12 2020-05-26 山西云时代技术有限公司 Whole database real-time data acquisition method based on oracle database filing log

Similar Documents

Publication Publication Date Title
CN110661659B (en) Alarm method, device and system and electronic equipment
US8799709B2 (en) Snapshot management method, snapshot management apparatus, and computer-readable, non-transitory medium
CN110516971B (en) Anomaly detection method, device, medium and computing equipment
US9612920B2 (en) Hierarchical system manager rollback
CN110737591B (en) Webpage performance evaluation method, device, server and storage medium
EP3148116A1 (en) Information system fault scenario information collection method and system
CN110795287A (en) Data recovery method, system, electronic device and computer storage medium
EP2506145A1 (en) Method and device for pass-by breakpoint setting and debugging
KR20110091776A (en) System for assisting with execution of actions in response to detected events, method for assisting with execution of actions in response to detected events, assisting device, and computer program
CN108958965B (en) Method, device and equipment for monitoring recoverable ECC errors by BMC
CN111339118A (en) Kubernetes-based resource change history recording method and device
CN113821409B (en) Method, device, storage medium and equipment for monitoring data transmission
CN113821409A (en) Method, device, storage medium and equipment for monitoring data transmission
CN112363873A (en) Distributed consistent backup and recovery system and backup method thereof
CN111324485A (en) Data information backup method, device, equipment and storage medium of data table
CN110611576B (en) Data quality monitoring method, device, equipment and storage medium
CN114022279A (en) Service data error correction method, device, equipment and readable storage medium
CN112817795A (en) Interface level database disaster recovery method and device and electronic equipment
JP2007041828A (en) Sla achieved situation determining method
CN106375354B (en) Data processing method and device
CN110704370B (en) File system performance monitoring method, device, equipment and readable storage medium
CN116450120B (en) Method, device, equipment and medium for analyzing kernel of real-time operating system
CN108804463B (en) Data synchronization method and device of MySQL database and electronic equipment
CN116860580A (en) Log acquisition state generation method, device, equipment and storage medium
CN115604135A (en) Service monitoring method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant