CN107844399B - Method, storage medium, electronic device and system for automatically monitoring database service - Google Patents

Method, storage medium, electronic device and system for automatically monitoring database service Download PDF

Info

Publication number
CN107844399B
CN107844399B CN201710932690.8A CN201710932690A CN107844399B CN 107844399 B CN107844399 B CN 107844399B CN 201710932690 A CN201710932690 A CN 201710932690A CN 107844399 B CN107844399 B CN 107844399B
Authority
CN
China
Prior art keywords
database service
monitoring
information
database
script
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
CN201710932690.8A
Other languages
Chinese (zh)
Other versions
CN107844399A (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.)
Xi'an Dapangju Network Technology Co.,Ltd.
Original Assignee
Wuhan Douyu Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201710932690.8A priority Critical patent/CN107844399B/en
Publication of CN107844399A publication Critical patent/CN107844399A/en
Priority to PCT/CN2018/081314 priority patent/WO2019071926A1/en
Application granted granted Critical
Publication of CN107844399B publication Critical patent/CN107844399B/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/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3006Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system is distributed, e.g. networked systems, clusters, multiprocessor systems
    • 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/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
    • 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
    • G06F11/3093Configuration details thereof, e.g. installation, enabling, spatial arrangement of the probes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2201/00Indexing scheme relating to error detection, to error correction, and to monitoring
    • G06F2201/80Database-specific techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2201/00Indexing scheme relating to error detection, to error correction, and to monitoring
    • G06F2201/875Monitoring of systems including the internet

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Quality & Reliability (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method, a storage medium, electronic equipment and a system for automatically monitoring database service, and relates to the technical field of database service, wherein the method comprises the steps of obtaining and storing database service information on a server through a first script, reading the database service information through a second script, sending the database service information to a database monitoring agent client, logging in the database service through the monitoring agent client to collect monitoring information, and exposing the monitoring information to an http page of the monitoring agent client; acquiring an http page of the monitoring agent client through a third script, and writing the address and the access mode of the http page into a configuration file of prometheus; the Prometous database loads the configuration file, automatically finds and monitors the database service by actively capturing the monitoring information in the http page stored in the configuration file, and monitors the database service in time while reducing the operation and maintenance cost.

Description

Method, storage medium, electronic device and system for automatically monitoring database service
Technical Field
The invention relates to the technical field of database services, in particular to a method, a storage medium, electronic equipment and a system for automatically monitoring database services.
Background
As internet traffic grows faster, the demand for database service expansion and contraction is very high, which also adds many new challenges to the monitoring service.
The monitoring service not only considers the response speed of the database cluster, but also adjusts the monitoring in real time according to the online and offline conditions of the database instance, and the like, which occur at any moment, so that the flexibility of the monitoring activity is increased, and the automatic deployment of the monitoring is finally realized; as the response time required for monitoring becomes smaller and smaller, more and more companies select a time sequence database as a monitoring database, and here, a Prometheus time sequence database is mainly used as a monitoring scheme, and the Chinese name Prometheus in Prometheus is a time sequence database, and the database is mainly characterized in that: as long as the login page of the relevant http is written into the configuration file of the login page, the Promissles can actively grab the information of the page and store the information. However, when the prometheus time sequence database is used as a monitoring database, related monitoring objects need to be written into the configuration files of the prometheus time sequence database to add monitoring, and when the database instance is frequently on-line and off-line, the configuration files are changed each time, which is tedious, time-consuming and prone to error, so that after the database is on-line, how to find database services and automatically monitor the database services becomes a difficult problem.
Disclosure of Invention
Aiming at the defects in the prior art, the invention aims to provide a method, a storage medium, electronic equipment and a system for automatically monitoring database services, which are used for realizing automatic discovery and monitoring of the database services and monitoring the database services in time while reducing the operation and maintenance cost.
In order to achieve the above purposes, the technical scheme adopted by the invention is as follows: a method of automatically monitoring database services, comprising the steps of:
s1, creating a first script, acquiring database service information on a server through the first script and storing the database service information into a txt file, wherein the database service information comprises a database service type, port information and a configuration file;
s2, creating a second script, reading the database service information in the txt file through the second script, sending the database service information to a database monitoring agent client, logging in the database service through the monitoring agent client to collect monitoring information, and exposing the monitoring information to an http page of the monitoring agent client;
s3, creating a third script, acquiring an http page of the monitoring agent client through the third script, and writing the address and the access mode of the http page into a configuration file of prometheus;
and S4, loading the configuration file through a Prometheus database, and actively capturing monitoring information in an http page saved in the configuration file.
On the basis of the above technical solution, the specific process of step S1 includes:
s101, creating a first script, and acquiring database service information on a server through the first script;
s102, judging whether the acquired database service information exists in a txt file or not; if not, the step S103 is executed; if yes, go to step S104;
s103, storing the database service information into a txt file, and ending;
and S104, the txt file is not modified, and the operation is finished.
On the basis of the technical scheme, the database service information in the txt file is read through the second script, the database service type is judged, and the database service information is sent to the monitoring agent client corresponding to the database service type.
On the basis of the technical scheme, a txt file is read through a second script, and the database service information is obtained;
judging the type of the database:
if the type of the remote monitoring agent is a redis type, acquiring port information and a configuration file of the remote monitoring agent, acquiring a redis access password through the configuration file, and starting the monitoring agent client through the redis access password;
if the type is memcached, acquiring the port information of the client, and starting the monitoring agent client through the port information;
if the type is mongodb, acquiring port information and a configuration file of the monitoring agent client, judging whether a mongodb access password is set or not through the configuration file, if so, starting the monitoring agent client through the mongodb access password, and if not, starting the monitoring agent client through the port information;
and if the type is the mysql type, acquiring the port information and the configuration file of the monitoring agent, and acquiring authorization through the configuration file to start the monitoring agent client.
The invention also discloses a storage medium on which a computer program is stored, which, when executed by a processor, implements the method.
The invention also discloses an electronic device, comprising a memory and a processor, wherein the memory is stored with a computer program running on the processor: the method is implemented when a processor executes a computer program.
The invention also discloses a system for automatically monitoring database service, which comprises:
the database service information acquisition module is used for creating a first script, acquiring database service information on the server through the first script and storing the database service information into a txt file, wherein the database service information comprises a database service type, port information and a configuration file;
the proxy client calling module is used for creating a second script, reading the database service information in the txt file through the second script, sending the database service information to a database monitoring proxy client, logging in the database service through the monitoring proxy client to acquire monitoring information, and exposing the monitoring information to an http page of the monitoring proxy client;
the http page acquisition module is used for creating a third script, acquiring an http page of the monitoring agent client through the third script, and writing the address and the access mode of the http page into a configuration file of the proxy;
and the monitoring information acquisition module is used for loading the configuration file through a Prometous database and actively capturing the monitoring information in the http page stored in the configuration file.
On the basis of the technical scheme, the database service information acquisition module acquires the database service information on the server through a first script; judging whether the acquired database service information exists in a txt file or not; if the service information does not exist, the database service information is stored into a txt file; if so, the txt file is not modified.
On the basis of the technical scheme, the agent client calling module reads the database service information in the txt file through a second script, judges the type of the database service, and sends the database service information to the monitoring agent client corresponding to the type of the database service.
On the basis of the technical scheme, the proxy client calling module reads the txt file through a second script to acquire the database service information; and judging the type of the database:
if the type of the remote monitoring agent is a redis type, acquiring port information and a configuration file of the remote monitoring agent, acquiring a redis access password through the configuration file, and starting the monitoring agent client through the redis access password;
if the type is memcached, acquiring the port information of the client, and starting the monitoring agent client through the port information;
if the type is mongodb, acquiring port information and a configuration file of the monitoring agent client, judging whether a mongodb access password is set or not through the configuration file, if so, starting the monitoring agent client through the mongodb access password, and if not, starting the monitoring agent client through the port information;
and if the type is the mysql type, acquiring the port information and the configuration file of the monitoring agent, and acquiring authorization through the configuration file to start the monitoring agent client.
Compared with the prior art, the invention has the advantages that:
the method comprises the steps of obtaining and storing database service information on a server through a first script, reading the database service information through a second script, sending the database service information to a database monitoring agent client, logging in the database service through the monitoring agent client to collect monitoring information, and exposing the monitoring information to an http page of the monitoring agent client; acquiring an http page of the monitoring agent client through a third script, and writing the address and the access mode of the http page into a configuration file of prometheus; the Prometous database loads the configuration file, automatically finds and monitors the database service by actively capturing the monitoring information in the http page stored in the configuration file, and monitors the database service in time while reducing the operation and maintenance cost.
Drawings
FIG. 1 is a flow chart illustrating a method for automatically monitoring database services according to an embodiment of the present invention;
fig. 2 is a connection block diagram of an electronic device in an embodiment of the invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples.
Referring to fig. 1, an embodiment of the present invention provides a method for automatically monitoring a database service:
s1, a first script, named discover database. And acquiring the database service information on the server through the first script and storing the database service information into a txt file, wherein the txt file is named as discover _ database. The database service information includes database service type, port information and configuration files.
The specific process of step S1 includes:
s101, creating a first script, and acquiring database service information on a server through the first script;
s102, judging whether the acquired database service information exists in a txt file or not; if not, the step S103 is executed; if yes, go to step S104;
s103, storing the database service information into a txt file, and ending;
and S104, the txt file is not modified, and the operation is finished.
S2, a second script, named monitor. Reading the database service information in the txt file through the second script, judging the database service type, and sending the database service information to a monitoring agent client corresponding to the database service type:
judging the type of the database, if the type of the database is a redis type, acquiring port information and a configuration file of the database, acquiring a redis access password through the configuration file, and starting a monitoring agent client through the redis access password; if the type is memcached, acquiring the port information of the client, and starting the monitoring agent client through the port information; if the type is mongodb, acquiring port information and a configuration file of the monitoring agent client, judging whether a mongodb access password is set or not through the configuration file, if so, starting the monitoring agent client through the mongodb access password, and if not, starting the monitoring agent client through the port information; and if the type is the mysql type, acquiring the port information and the configuration file of the monitoring agent, and acquiring authorization through the configuration file to start the monitoring agent client.
And logging in a database service through the monitoring agent client to collect monitoring information, and exposing the monitoring information to an http page of the monitoring agent client.
S3, a third script, named salt _ find _ monitor. Acquiring an http page of the monitoring agent client through a third script, and writing the address and the access mode of the http page into a configuration file of prometheus;
and S4, loading the configuration file through the Prometheus database, and actively capturing the monitoring information in the http page saved in the configuration file.
The method comprises the steps of obtaining and storing database service information on a server through a first script, reading the database service information through a second script, sending the database service information to a database monitoring agent client, logging in the database service through the monitoring agent client to collect monitoring information, and exposing the monitoring information to an http page of the monitoring agent client; acquiring an http page of the monitoring agent client through a third script, and writing the address and the access mode of the http page into a configuration file of prometheus; the Prometous database loads the configuration file, automatically finds and monitors the database service by actively capturing the monitoring information in the http page stored in the configuration file, and monitors the database service in time while reducing the operation and maintenance cost.
The embodiment of the invention also discloses a storage medium, wherein the storage medium is stored with a computer program, and the computer program is executed by the processor to realize the method for automatically monitoring the database service.
Referring to fig. 2, an embodiment of the present invention further discloses an electronic device, which includes a memory and a processor, where the memory stores a computer program running on the processor, and the processor implements a method for automatically monitoring a database service when executing the computer program.
The embodiment of the invention also discloses a system for automatically monitoring database service, which comprises:
and the database service information acquisition module is used for creating a first script, named as a discover _ database.sh script, acquiring the database service information on the server through the first script and storing the database service information into a txt file, named as discover _ database.txt. The database service information comprises a database service type, port information and a configuration file;
the proxy client calling module is used for creating a second script, named as monitor.sh script, reading database service information in the txt file through the second script, sending the database service information to the database monitoring proxy client, logging in the database service through the monitoring proxy client to collect monitoring information, and exposing the monitoring information to an http page of the monitoring proxy client;
an http page get module to create a third script named salt fine monitor. Acquiring an http page of the monitoring agent client through a third script, and writing the address and the access mode of the http page into a configuration file of prometheus;
and the monitoring information acquisition module is used for loading the configuration file through the Prometheus database and actively capturing the monitoring information in the http page saved in the configuration file.
The database service information acquisition module acquires database service information on the server through a first script; judging whether the acquired database service information exists in the txt file or not; if the data does not exist, storing the database service information into a txt file; if so, the txt file is not modified.
And the proxy client calling module reads the database service information in the txt file through the second script, judges the database service type and sends the database service information to the monitoring proxy client corresponding to the database service type.
The proxy client calling module reads the txt file through the second script to acquire database service information; judging the type of the database, if the type of the database is a redis type, acquiring port information and a configuration file of the database, acquiring a redis access password through the configuration file, and starting a monitoring agent client through the redis access password; if the type is memcached, acquiring the port information of the client, and starting the monitoring agent client through the port information; if the type is mongodb, acquiring port information and a configuration file of the monitoring agent client, judging whether a mongodb access password is set or not through the configuration file, if so, starting the monitoring agent client through the mongodb access password, and if not, starting the monitoring agent client through the port information; and if the type is the mysql type, acquiring the port information and the configuration file of the monitoring agent, and acquiring authorization through the configuration file to start the monitoring agent client.
The present invention is not limited to the above-described embodiments, and it will be apparent to those skilled in the art that various modifications and improvements can be made without departing from the principle of the present invention, and such modifications and improvements are also considered to be within the scope of the present invention. Those not described in detail in this specification are within the skill of the art.

Claims (8)

1. A method for automatically monitoring database services, comprising the steps of:
s1, creating a first script, acquiring database service information on a server through the first script and storing the database service information into a txt file, wherein the database service information comprises a database service type, port information and a configuration file;
s2, creating a second script, reading the database service information in the txt file through the second script, sending the database service information to a monitoring agent client, logging in the database service through the monitoring agent client to collect monitoring information, and exposing the monitoring information to an http page of the monitoring agent client; reading the database service information in the txt file through a second script, judging the type of the database service, and sending the database service information to a monitoring agent client corresponding to the type of the database service;
s3, creating a third script, acquiring an http page of the monitoring agent client through the third script, and writing the address and the access mode of the http page into a configuration file of a prometheus database;
and S4, loading the configuration file through a Prometheus database, and actively capturing monitoring information in an http page saved in the configuration file.
2. A method of automatically monitoring database services according to claim 1, characterized in that:
the specific process of step S1 includes:
s101, creating a first script, and acquiring database service information on a server through the first script;
s102, judging whether the acquired database service information exists in a txt file or not; if not, the step S103 is executed; if yes, go to step S104;
s103, storing the database service information into a txt file, and ending;
and S104, the txt file is not modified, and the operation is finished.
3. A method of automatically monitoring database services according to claim 1, characterized in that:
reading the txt file through a second script to obtain the database service information;
judging the type of the database service:
if the type of the remote monitoring agent is a redis type, acquiring port information and a configuration file of the remote monitoring agent, acquiring a redis access password through the configuration file, and starting the monitoring agent client through the redis access password;
if the type is memcached, acquiring the port information of the client, and starting the monitoring agent client through the port information;
if the type is mongodb, acquiring port information and a configuration file of the monitoring agent client, judging whether a mongodb access password is set or not through the configuration file, if so, starting the monitoring agent client through the mongodb access password, and if not, starting the monitoring agent client through the port information;
and if the type is the mysql type, acquiring the port information and the configuration file of the monitoring agent, and acquiring authorization through the configuration file to start the monitoring agent client.
4. A storage medium having a computer program stored thereon, characterized in that: the computer program, when executed by a processor, implements the method of any of claims 1 to 3.
5. An electronic device comprising a memory and a processor, the memory having stored thereon a computer program that runs on the processor, characterized in that: a processor implementing the method of any one of claims 1 to 3 when executing the computer program.
6. A system for automatically monitoring database services, comprising:
the database service information acquisition module is used for creating a first script, acquiring database service information on the server through the first script and storing the database service information into a txt file, wherein the database service information comprises a database service type, port information and a configuration file;
the proxy client calling module is used for creating a second script, reading the database service information in the txt file through the second script, sending the database service information to the monitoring proxy client, logging in the database service through the monitoring proxy client to acquire monitoring information, and exposing the monitoring information to an http page of the monitoring proxy client; reading the database service information in the txt file through a second script, judging the type of the database service, and sending the database service information to a monitoring agent client corresponding to the type of the database service;
the http page acquisition module is used for creating a third script, acquiring an http page of the monitoring agent client through the third script, and writing the address and the access mode of the http page into a configuration file of a proxy database;
and the monitoring information acquisition module is used for loading the configuration file through a Prometous database and actively capturing the monitoring information in the http page stored in the configuration file.
7. A system for automatically monitoring database services according to claim 6, wherein:
the database service information acquisition module acquires database service information on a server through a first script; judging whether the acquired database service information exists in a txt file or not; if the service information does not exist, the database service information is stored into a txt file; if so, the txt file is not modified.
8. A system for automatically monitoring database services according to claim 6, wherein:
the proxy client calling module reads the txt file through a second script to acquire the database service information; and judging the type of the database service:
if the type of the remote monitoring agent is a redis type, acquiring port information and a configuration file of the remote monitoring agent, acquiring a redis access password through the configuration file, and starting the monitoring agent client through the redis access password;
if the type is memcached, acquiring the port information of the client, and starting the monitoring agent client through the port information;
if the type is mongodb, acquiring port information and a configuration file of the monitoring agent client, judging whether a mongodb access password is set or not through the configuration file, if so, starting the monitoring agent client through the mongodb access password, and if not, starting the monitoring agent client through the port information;
and if the type is the mysql type, acquiring the port information and the configuration file of the monitoring agent, and acquiring authorization through the configuration file to start the monitoring agent client.
CN201710932690.8A 2017-10-10 2017-10-10 Method, storage medium, electronic device and system for automatically monitoring database service Active CN107844399B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201710932690.8A CN107844399B (en) 2017-10-10 2017-10-10 Method, storage medium, electronic device and system for automatically monitoring database service
PCT/CN2018/081314 WO2019071926A1 (en) 2017-10-10 2018-03-30 Method for automatically monitoring database services, storage medium, electronic device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710932690.8A CN107844399B (en) 2017-10-10 2017-10-10 Method, storage medium, electronic device and system for automatically monitoring database service

Publications (2)

Publication Number Publication Date
CN107844399A CN107844399A (en) 2018-03-27
CN107844399B true CN107844399B (en) 2020-06-16

Family

ID=61662319

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710932690.8A Active CN107844399B (en) 2017-10-10 2017-10-10 Method, storage medium, electronic device and system for automatically monitoring database service

Country Status (2)

Country Link
CN (1) CN107844399B (en)
WO (1) WO2019071926A1 (en)

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107844399B (en) * 2017-10-10 2020-06-16 武汉斗鱼网络科技有限公司 Method, storage medium, electronic device and system for automatically monitoring database service
CN109254896A (en) * 2018-08-31 2019-01-22 北京奇虎科技有限公司 Acquisition methods, device, terminal device and the storage medium of engine monitoring data
CN109257256B (en) * 2018-10-16 2021-04-27 北京信研汇智信息技术有限公司 Equipment monitoring method and device, computer equipment and storage medium
CN109547237A (en) * 2018-11-02 2019-03-29 航天信息股份有限公司 A kind of monitoring system and method for web application
CN109800136A (en) * 2018-12-06 2019-05-24 珠海西山居移动游戏科技有限公司 A kind of long-range redis performance data method of sampling and its system
CN109634938A (en) * 2018-12-25 2019-04-16 浪潮电子信息产业股份有限公司 Mysql Database performance tuning method, apparatus, equipment and the medium of cloud platform
CN110347377B (en) * 2019-07-08 2023-04-18 紫光云技术有限公司 Prometheus exporter database monitoring system
CN111459750A (en) * 2020-03-18 2020-07-28 平安科技(深圳)有限公司 Private cloud monitoring method and device based on non-flat network, computer equipment and storage medium
CN112751726B (en) * 2020-12-17 2022-09-09 北京达佳互联信息技术有限公司 Data processing method and device, electronic equipment and storage medium
CN112632012A (en) * 2021-01-08 2021-04-09 中国农业银行股份有限公司 Script saving method, system and related equipment
CN113342373B (en) * 2021-05-31 2022-04-22 杭州沃趣科技股份有限公司 Implementation method and system for Prometheus universal collector
CN114615128B (en) * 2022-03-08 2024-02-23 网易(杭州)网络有限公司 Service management method and system, computer storage medium and electronic equipment
CN115426407B (en) * 2022-08-30 2024-06-07 北京捷科智诚科技有限公司 Recording method and system for proxy script of server
CN116431741B (en) * 2023-06-08 2023-08-29 成都房联云码科技有限公司 Http protocol-based relational database transaction proxy tool and method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101158975A (en) * 2007-11-21 2008-04-09 金蝶软件(中国)有限公司 Method and system for accessing distinct type data-base
CN107179977A (en) * 2017-05-10 2017-09-19 杭州铭师堂教育科技发展有限公司 Database Full-automatic monitoring system based on mpm models

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090125496A1 (en) * 2007-11-13 2009-05-14 B-Hive Networks, Inc Network device and method for monitoring of backend transactions in data centers
CN104731580B (en) * 2015-01-12 2018-02-06 上海新炬网络信息技术股份有限公司 Automation operational system and its implementation based on Karaf and ActiveMQ
CN104699759B (en) * 2015-02-10 2018-05-15 上海新炬网络信息技术股份有限公司 A kind of data base automatic operation and maintenance method
CN107229520B (en) * 2017-04-27 2019-10-18 北京数人科技有限公司 Data center operating system
CN107844399B (en) * 2017-10-10 2020-06-16 武汉斗鱼网络科技有限公司 Method, storage medium, electronic device and system for automatically monitoring database service

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101158975A (en) * 2007-11-21 2008-04-09 金蝶软件(中国)有限公司 Method and system for accessing distinct type data-base
CN107179977A (en) * 2017-05-10 2017-09-19 杭州铭师堂教育科技发展有限公司 Database Full-automatic monitoring system based on mpm models

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Prometheus系统监控方案一;Vovolie;《https://www.cnblogs.com/vovlie/p/Prometheus_CONCEPTS.html》;20161223;2 *

Also Published As

Publication number Publication date
CN107844399A (en) 2018-03-27
WO2019071926A1 (en) 2019-04-18

Similar Documents

Publication Publication Date Title
CN107844399B (en) Method, storage medium, electronic device and system for automatically monitoring database service
CN112637346B (en) Proxy method, proxy device, proxy server and storage medium
US8719818B2 (en) Cloud-based test system utilizing cloud systems that include cloud servers to simulate virtual test machines to test an electrical device
CN111970315A (en) Method, device and system for pushing message
CN108933798B (en) Data storage method, storage server and system
CN107368331B (en) Configuration file updating method and device for application program
US20070245134A1 (en) Testing device and testing method for computer
CN105183389A (en) Data hierarchical management method and device and electronic equipment
CN102368785B (en) Network file uploading method, device and system
CN103064717B (en) A kind of apparatus and method of parallel installation of software for cluster system
CN103607428A (en) Method of accessing shared memory and apparatus thereof
CN103716174A (en) Test log acquisition system and method for the same
CN103067445A (en) Method and device of software upgrading of distributed system
CN114281349A (en) Deployment method and device of open source message middleware RockettMQ cluster
CN112235371A (en) System and method for mounting network disk on cloud desktop based on distributed storage
CN113301155B (en) Data routing method, device, equipment and storage medium
CN112764830B (en) Data migration method and system applied to localization substitution
CN110677443A (en) Data transmitting and receiving method, transmitting end, receiving end, system and storage medium
CN112597406A (en) File transmission method and device, terminal equipment and storage medium
US20140303808A1 (en) System for device control, monitoring, data gathering and data analytics over a network
CN106790521B (en) System and method for distributed networking by using node equipment based on FTP
CN104346101A (en) Dynamic storage space allocation system and method
CN111431951B (en) Data processing method, node equipment, system and storage medium
CN110795030A (en) Small file reading method and device
CN105102083A (en) Data processing method, apparatus and system

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
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20230913

Address after: 710000 Unit 1701, Building 2, Wulong Tang Garden, Xujiawan, Weiyang District, Xi'an City, Shaanxi Province

Patentee after: Xi'an Dapangju Network Technology Co.,Ltd.

Address before: 430000 East Lake Development Zone, Wuhan City, Hubei Province, No. 1 Software Park East Road 4.1 Phase B1 Building 11 Building

Patentee before: WUHAN DOUYU NETWORK TECHNOLOGY Co.,Ltd.