WO2019071926A1 - Method for automatically monitoring database services, storage medium, electronic device and system - Google Patents

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

Info

Publication number
WO2019071926A1
WO2019071926A1 PCT/CN2018/081314 CN2018081314W WO2019071926A1 WO 2019071926 A1 WO2019071926 A1 WO 2019071926A1 CN 2018081314 W CN2018081314 W CN 2018081314W WO 2019071926 A1 WO2019071926 A1 WO 2019071926A1
Authority
WO
WIPO (PCT)
Prior art keywords
monitoring
database service
information
script
configuration file
Prior art date
Application number
PCT/CN2018/081314
Other languages
French (fr)
Chinese (zh)
Inventor
赵闪
张文明
陈少杰
Original Assignee
武汉斗鱼网络科技有限公司
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 武汉斗鱼网络科技有限公司 filed Critical 武汉斗鱼网络科技有限公司
Publication of WO2019071926A1 publication Critical patent/WO2019071926A1/en

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

Definitions

  • the present invention relates to the field of database service technologies, and in particular, to a method, a storage medium, an electronic device and a system for automatically monitoring a database service.
  • the monitoring service must not only take into account the response speed of the database cluster, but also adjust the monitoring in real time for the case of the database instance going online and offline, and increase the flexibility of monitoring activities, and finally realize the automatic deployment of monitoring;
  • the time is getting smaller and smaller, more and more companies choose the time series database as the monitoring database.
  • the prometheus time series database is mainly used as the monitoring program.
  • Prometheus Chinese name Prometheus is a time series database.
  • the prometheus time series database is used as the monitoring database, the related monitoring object needs to be written into its configuration file to add monitoring.
  • changing the configuration file each time is not only cumbersome and time-consuming, but also error-prone. Therefore, when the database is online, how to discover the database service and automatically monitor it becomes a problem.
  • the object of the present invention is to provide a method, a storage medium, an electronic device and a system for automatically monitoring a database service, which realize automatic discovery and monitoring of a database service, and reduce the operation and maintenance cost at the same time. Monitor database services.
  • the technical solution adopted by the present invention is: a method for automatically monitoring a database service, comprising the following steps:
  • step S1 includes:
  • step S102 determining whether the obtained database service information exists in the txt file; if not, proceeding to step S103; if yes, proceeding to step S104;
  • the database service information in the txt file is read by the second script, and the database service type is determined, and the database service information is sent to the monitoring agent client corresponding to the database service type.
  • the txt file is read by the second script to obtain the database service information
  • the present invention also discloses a storage medium having stored thereon a computer program that, when executed by a processor, implements the method.
  • the invention also discloses an electronic device comprising a memory and a processor, the memory storing a computer program running on the processor: the method is implemented when the processor executes the computer program.
  • the invention also discloses a system for automatically monitoring a database service, comprising:
  • a database service information obtaining module configured to create a first script, obtain database service information on the server by using the first script, and save the data to the txt file, where the database service information includes a database service type, port information, and a configuration file;
  • a proxy client calling module configured to create a second script, read the database service information in the txt file by using the second script, and send the database service information to the database monitoring proxy client, and log in through the monitoring proxy client Collecting monitoring information into the database service, and exposing the monitoring information to the http page of the monitoring agent client;
  • the http page obtaining module is configured to create a third script, obtain the http page of the monitoring proxy client through the third script, and write the address and access mode of the http page to the configuration file of the prometheus;
  • the monitoring information obtaining module is configured to load the configuration file through the Prometheus database, and actively capture the monitoring information in the http page saved in the configuration file.
  • the database service information obtaining module acquires the database service information on the server by using the first script, and determines whether the obtained database service information exists in the txt file; if not, the The database service information is saved to the txt file; if it exists, the txt file is not modified.
  • the proxy client calling module reads the database service information in the txt file through the second script, and determines the database service type, and sends the database service information to the database service type. Monitor the proxy client.
  • the proxy client calling module reads the txt file through the second script to obtain the database service information; and determines the database type:
  • the invention acquires the database service information on the server by using the first script and saves the data, and reads the database service information through the second script, sends the database service information to the database monitoring agent client, and logs and collects the monitoring through the monitoring agent client to the database service.
  • Information, and the monitoring information is exposed to the http page of the monitoring agent client; the http page of the monitoring agent client is obtained through the third script, and the address and access mode of the http page are written to the configuration file of the prometheus; the Prometheus database loads the configuration file.
  • the initiative to capture the monitoring information in the http page saved in the configuration file can realize automatic discovery and monitoring of the database service, and timely monitor the database service while reducing the operation and maintenance cost.
  • FIG. 1 is a schematic flowchart of a method for automatically monitoring a database service according to an embodiment of the present invention
  • FIG. 2 is a block diagram of an electronic device connection in an embodiment of the present invention.
  • an embodiment of the present invention provides a method for automatically monitoring a database service:
  • S1 create the first script, named the discover_database.sh script. Obtain the database service information on the server through the first script and save it to the txt file, named discover_database.txt.
  • Database service information includes database service types, port information, and configuration files.
  • step S1 includes:
  • step S102 determining whether the acquired database service information exists in the txt file; if not, proceeding to step S103; if yes, proceeding to step S104;
  • S3 create a third script, named the salt_find_monitor.py script. Obtain the http page of the monitoring proxy client through the third script, and write the address and access mode of the http page to the configuration file of the prometheus;
  • the invention acquires the database service information on the server by using the first script and saves the data, and reads the database service information through the second script, sends the database service information to the database monitoring agent client, and logs and collects the monitoring through the monitoring agent client to the database service.
  • Information, and the monitoring information is exposed to the http page of the monitoring agent client; the http page of the monitoring agent client is obtained through the third script, and the address and access mode of the http page are written to the configuration file of the prometheus; the Prometheus database loads the configuration file.
  • the initiative to capture the monitoring information in the http page saved in the configuration file can realize automatic discovery and monitoring of the database service, and timely monitor the database service while reducing the operation and maintenance cost.
  • the embodiment of the invention also discloses a storage medium on which a computer program is stored, and when the computer program is executed by the processor, a method for automatically monitoring the database service is implemented.
  • an embodiment of the present invention further discloses an electronic device including a memory and a processor.
  • the memory stores a computer program running on the processor, and the method for automatically monitoring the database service when the processor executes the computer program .
  • the embodiment of the invention also discloses a system for automatically monitoring a database service, comprising:
  • the database service information obtaining module is used to create a first script, named as the discover_database.sh script, and obtains the database service information on the server through the first script and saves it to the txt file, which is named discover_database.txt.
  • Database service information includes database service type, port information and configuration files;
  • the proxy client invokes a module, which is used to create a second script, named monitor.sh script, reads the database service information in the txt file through the second script, and sends the database service information to the database monitoring proxy client through the monitoring agent.
  • monitor.sh script reads the database service information in the txt file through the second script, and sends the database service information to the database monitoring proxy client through the monitoring agent.
  • the client logs in to the database service to collect monitoring information, and exposes the monitoring information to the http page of the monitoring agent client;
  • the http page fetch module which is used to create a third script, named salt_find_monitor.py script. Obtain the http page of the monitoring proxy client through the third script, and write the address and access mode of the http page to the configuration file of the prometheus;
  • the monitoring information obtaining module is configured to load the configuration file through the Prometheus database, and actively capture the monitoring information in the http page saved in the configuration file.
  • the database service information obtaining module obtains the database service information on the server by using the first script; and determines whether the obtained database service information exists in the txt file; if not, saves the database service information to the txt file; if it exists, the module does not Modify the txt file.
  • the proxy client invokes the module to read the database service information in the txt file through the second script, and determines the database service type, and sends the database service information to the monitoring proxy client corresponding to the database service type.
  • the proxy client invokes the module to read the txt file through the second script to obtain the database service information; and determines the database type. If the type is redis, obtain the port information and the configuration file, obtain the redis access password through the configuration file, and access the password through redis.
  • Start the monitoring proxy client if it is memcached type, obtain its port information, start the monitoring proxy client through its port information; if it is mongodb type, obtain its port information and configuration file, and determine whether it has mongodb access password through its configuration file. If it is set, use the mongodb access password to start the monitoring proxy client. If it is not set, start the monitoring proxy client through its port information; if it is mysql type, obtain its port information and configuration file, and obtain authorization through its configuration file. Start the monitoring agent client.

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

A method for automatically monitoring database services, a storage medium, an electronic device, and a system, relating to the technical field of database services. The method comprises: acquiring, by using a first script, database service information in a server and saving same; reading the database service information by using a second script, sending the database service information to a database monitoring proxy client, collecting monitoring information by logging by means of the monitoring proxy client into database services and exposing the monitoring information to a http page of the monitoring proxy client; acquiring, by using a third script, the http page of the monitoring proxy agent, and writing the address of and an access method for the http page into a configuration file of prometheus; and by means of the prometheus database, loading the configuration file and actively capturing the monitoring information in the http page saved in the configuration file. Therefore, automatic discovery and monitoring on the database services is achieved; operational and maintenance cost is reduced; and the database services are timely monitored.

Description

自动监控数据库服务的方法、存储介质、电子设备及系统Method, storage medium, electronic device and system for automatically monitoring database service 技术领域Technical field
本发明涉及数据库服务技术领域,具体涉及一种自动监控数据库服务的方法、存储介质、电子设备及系统。The present invention relates to the field of database service technologies, and in particular, to a method, a storage medium, an electronic device and a system for automatically monitoring a database service.
背景技术Background technique
由于互联网业务发展较快,对数据库服务扩展和收缩的要求非常高,这也对监控服务增加了很多新的挑战。Due to the rapid development of Internet services, the requirements for database service expansion and contraction are very high, which also adds many new challenges to monitoring services.
监控服务不仅要兼顾数据库集群的响应速度,还要针对时刻发生的数据库实例上线和下线等情况,实时调整监控,增加监控活动的灵活性,最终实现监控的自动部署;随着监控要求的响应时间越来越小,越来越多的公司选择时序数据库作为监控的数据库,这里就主要使用prometheus时序数据库作为监控方案,Prometheus中文名普罗米修斯,是一款时序数据库,该数据库的主要特点是:只要将相关http的登录页面写入到其配置文件中,普罗米修斯就会主动抓取这个页面的信息,并将该信息保存。但prometheus时序数据库作为监控数据库时,需要将相关的监控对象写入到其配置文件中,才能添加监控,而当数据库实例频繁上下线时,每次更改配置文件不仅比较繁琐耗时,也易出错,因此当数据库上线后,如何发现数据库服务,并自动监控成为一个难题。The monitoring service must not only take into account the response speed of the database cluster, but also adjust the monitoring in real time for the case of the database instance going online and offline, and increase the flexibility of monitoring activities, and finally realize the automatic deployment of monitoring; The time is getting smaller and smaller, more and more companies choose the time series database as the monitoring database. Here, the prometheus time series database is mainly used as the monitoring program. Prometheus Chinese name Prometheus is a time series database. The main features of the database. Yes: As long as the relevant http login page is written to its configuration file, Prometheus will actively capture the information of this page and save the information. However, when the prometheus time series database is used as the monitoring database, the related monitoring object needs to be written into its configuration file to add monitoring. When the database instance frequently goes online and offline, changing the configuration file each time is not only cumbersome and time-consuming, but also error-prone. Therefore, when the database is online, how to discover the database service and automatically monitor it becomes a problem.
发明内容Summary of the invention
针对现有技术中存在的缺陷,本发明的目的在于提供一种自动监 控数据库服务的方法、存储介质、电子设备及系统,实现数据库服务的自动发现和监控,在降低运维成本的同时,及时监控数据库服务。Aiming at the defects existing in the prior art, the object of the present invention is to provide a method, a storage medium, an electronic device and a system for automatically monitoring a database service, which realize automatic discovery and monitoring of a database service, and reduce the operation and maintenance cost at the same time. Monitor database services.
为达到以上目的,本发明采取的技术方案是:一种自动监控数据库服务的方法,包括以下步骤:To achieve the above objective, the technical solution adopted by the present invention is: a method for automatically monitoring a database service, comprising the following steps:
S1,创建第一脚本,通过第一脚本获取服务器上的数据库服务信息并保存至txt文件中,所述数据库服务信息包括数据库服务类型,端口信息和配置文件;S1, creating a first script, obtaining database service information on the server by using the first script, and saving the data to the txt file, where the database service information includes a database service type, port information, and a configuration file;
S2,创建第二脚本,通过第二脚本读取txt文件中的所述数据库服务信息,将所述数据库服务信息发送至数据库监控代理客户端,通过监控代理客户端登录到数据库服务中采集监控信息,并将所述监控信息暴露到监控代理客户端的http页面中;S2. Create a second script, read the database service information in the txt file by using the second script, send the database service information to the database monitoring agent client, and log in to the database service to collect monitoring information by monitoring the proxy client. And exposing the monitoring information to the http page of the monitoring agent client;
S3,创建第三脚本,通过第三脚本获取监控代理客户端的http页面,并将http页面的地址及访问方式写入到prometheus的配置文件;S3, creating a third script, obtaining a http page of the monitoring proxy client through the third script, and writing the address and access mode of the http page to the configuration file of the prometheus;
S4,通过Prometheus数据库加载所述配置文件,并主动抓取所述配置文件中保存的http页面中的监控信息。S4. Load the configuration file through the Prometheus database, and actively capture the monitoring information in the http page saved in the configuration file.
在上述技术方案的基础上,步骤S1的具体过程包括:Based on the above technical solution, the specific process of step S1 includes:
S101,创建第一脚本,通过第一脚本获取服务器上的数据库服务信息;S101. Create a first script, and obtain database service information on the server by using the first script.
S102,判断获取的所述数据库服务信息是否存在于txt文件中;若否,进入步骤S103;若是,进入步骤S104;S102, determining whether the obtained database service information exists in the txt file; if not, proceeding to step S103; if yes, proceeding to step S104;
S103,将所述数据库服务信息保存至txt文件中,结束;S103. Save the database service information to a txt file, and end.
S104,不修改txt文件,结束。S104, does not modify the txt file, and ends.
在上述技术方案的基础上,通过第二脚本读取txt文件中的所述数据库服务信息,并判断数据库服务类型,将所述数据库服务信息发 送至数据库服务类型对应的监控代理客户端。On the basis of the foregoing technical solution, the database service information in the txt file is read by the second script, and the database service type is determined, and the database service information is sent to the monitoring agent client corresponding to the database service type.
在上述技术方案的基础上,通过第二脚本读取txt文件,获取所述数据库服务信息;On the basis of the foregoing technical solution, the txt file is read by the second script to obtain the database service information;
判断数据库类型:Determine the database type:
若为redis类型,获取其端口信息及配置文件,通过其配置文件获取redis访问密码,通过redis访问密码启动监控代理客户端;If the type is redis, obtain the port information and configuration file, obtain the redis access password through the configuration file, and start the monitoring proxy client through the redis access password.
若为memcached类型,获取其端口信息,通过其端口信息启动监控代理客户端;If it is of the memcached type, obtain its port information, and start the monitoring proxy client through its port information;
若为mongodb类型,获取其端口信息及配置文件,通过其配置文件判断是否设有mongodb访问密码,若设有,通过mongodb访问密码启动监控代理客户端,若不设有,通过其端口信息启动监控代理客户端;If it is a mongodb type, obtain its port information and configuration file, and determine whether it has a mongodb access password through its configuration file. If it is set, start the monitoring proxy client by using mongodb access password. If it is not set, start monitoring through its port information. Proxy client;
若为mysql类型,获取其端口信息及配置文件,通过其配置文件获取授权以启动监控代理客户端。If it is mysql type, obtain its port information and configuration file, and obtain authorization through its configuration file to start the monitoring agent client.
本发明还公开了一种存储介质,该存储介质上存储有计算机程序,所述计算机程序被处理器执行时实现所述的方法。The present invention also discloses a storage medium having stored thereon a computer program that, when executed by a processor, implements the method.
本发明还公开了一种电子设备,包括存储器和处理器,存储器上储存有在处理器上运行的计算机程序:处理器执行计算机程序时实现所述的方法。The invention also discloses an electronic device comprising a memory and a processor, the memory storing a computer program running on the processor: the method is implemented when the processor executes the computer program.
本发明还公开了一种自动监控数据库服务的系统,包括:The invention also discloses a system for automatically monitoring a database service, comprising:
数据库服务信息获取模块,其用于创建第一脚本,通过第一脚本获取服务器上的数据库服务信息并保存至txt文件中,所述数据库服务信息包括数据库服务类型,端口信息和配置文件;a database service information obtaining module, configured to create a first script, obtain database service information on the server by using the first script, and save the data to the txt file, where the database service information includes a database service type, port information, and a configuration file;
代理客户端调用模块,其用于创建第二脚本,通过第二脚本读取txt文件中的所述数据库服务信息,将所述数据库服务信息发送至数 据库监控代理客户端,通过监控代理客户端登录到数据库服务中采集监控信息,并将所述监控信息暴露到监控代理客户端的http页面中;a proxy client calling module, configured to create a second script, read the database service information in the txt file by using the second script, and send the database service information to the database monitoring proxy client, and log in through the monitoring proxy client Collecting monitoring information into the database service, and exposing the monitoring information to the http page of the monitoring agent client;
http页面获取模块,其用于创建第三脚本,通过第三脚本获取监控代理客户端的http页面,并将http页面的地址及访问方式写入到prometheus的配置文件;The http page obtaining module is configured to create a third script, obtain the http page of the monitoring proxy client through the third script, and write the address and access mode of the http page to the configuration file of the prometheus;
监控信息获取模块,其用于通过Prometheus数据库加载所述配置文件,并主动抓取所述配置文件中保存的http页面中的监控信息。The monitoring information obtaining module is configured to load the configuration file through the Prometheus database, and actively capture the monitoring information in the http page saved in the configuration file.
在上述技术方案的基础上,所述数据库服务信息获取模块通过第一脚本获取服务器上的数据库服务信息;并判断获取的所述数据库服务信息是否存在于txt文件中;若不存在,将所述数据库服务信息保存至txt文件中;若存在,则不修改txt文件。On the basis of the foregoing technical solution, the database service information obtaining module acquires the database service information on the server by using the first script, and determines whether the obtained database service information exists in the txt file; if not, the The database service information is saved to the txt file; if it exists, the txt file is not modified.
在上述技术方案的基础上,所述代理客户端调用模块通过第二脚本读取txt文件中的所述数据库服务信息,并判断数据库服务类型,将所述数据库服务信息发送至数据库服务类型对应的监控代理客户端。On the basis of the foregoing technical solution, the proxy client calling module reads the database service information in the txt file through the second script, and determines the database service type, and sends the database service information to the database service type. Monitor the proxy client.
在上述技术方案的基础上,所述代理客户端调用模块通过第二脚本读取txt文件,获取所述数据库服务信息;并判断数据库类型:On the basis of the foregoing technical solution, the proxy client calling module reads the txt file through the second script to obtain the database service information; and determines the database type:
若为redis类型,获取其端口信息及配置文件,通过其配置文件获取redis访问密码,通过redis访问密码启动监控代理客户端;If the type is redis, obtain the port information and configuration file, obtain the redis access password through the configuration file, and start the monitoring proxy client through the redis access password.
若为memcached类型,获取其端口信息,通过其端口信息启动监控代理客户端;If it is of the memcached type, obtain its port information, and start the monitoring proxy client through its port information;
若为mongodb类型,获取其端口信息及配置文件,通过其配置文件判断是否设有mongodb访问密码,若设有,通过mongodb访问密码启动监控代理客户端,若不设有,通过其端口信息启动监控代理客户端;If it is a mongodb type, obtain its port information and configuration file, and determine whether it has a mongodb access password through its configuration file. If it is set, start the monitoring proxy client by using mongodb access password. If it is not set, start monitoring through its port information. Proxy client;
若为mysql类型,获取其端口信息及配置文件,通过其配置文件获取授权以启动监控代理客户端。If it is mysql type, obtain its port information and configuration file, and obtain authorization through its configuration file to start the monitoring agent client.
与现有技术相比,本发明的优点在于:The advantages of the present invention over the prior art are:
本发明通过第一脚本获取服务器上的数据库服务信息并保存,通过第二脚本读取数据库服务信息,将数据库服务信息发送至数据库监控代理客户端,通过监控代理客户端登录到数据库服务中采集监控信息,并将监控信息暴露到监控代理客户端的http页面中;通过第三脚本获取监控代理客户端的http页面,并将http页面的地址及访问方式写入到prometheus的配置文件;Prometheus数据库加载配置文件,主动抓取配置文件中保存的http页面中的监控信息即可实现对数据库服务的自动发现与监控,在降低运维成本的同时,及时监控数据库服务。The invention acquires the database service information on the server by using the first script and saves the data, and reads the database service information through the second script, sends the database service information to the database monitoring agent client, and logs and collects the monitoring through the monitoring agent client to the database service. Information, and the monitoring information is exposed to the http page of the monitoring agent client; the http page of the monitoring agent client is obtained through the third script, and the address and access mode of the http page are written to the configuration file of the prometheus; the Prometheus database loads the configuration file. The initiative to capture the monitoring information in the http page saved in the configuration file can realize automatic discovery and monitoring of the database service, and timely monitor the database service while reducing the operation and maintenance cost.
附图说明DRAWINGS
图1为本发明实施例中自动监控数据库服务的方法的流程示意图;1 is a schematic flowchart of a method for automatically monitoring a database service according to an embodiment of the present invention;
图2为本发明实施例中电子设备连接框图。2 is a block diagram of an electronic device connection in an embodiment of the present invention.
具体实施方式Detailed ways
以下结合附图及实施例对本发明作进一步详细说明。The present invention will be further described in detail below with reference to the accompanying drawings and embodiments.
参见图1所示,本发明实施例提供一种自动监控数据库服务的方法:Referring to FIG. 1, an embodiment of the present invention provides a method for automatically monitoring a database service:
S1,创建第一脚本,命名为discover_database.sh脚本。通过第一脚本获取服务器上的数据库服务信息并保存至txt文件中,命名为discover_database.txt。数据库服务信息包括数据库服务类型,端口信息和配置文件。S1, create the first script, named the discover_database.sh script. Obtain the database service information on the server through the first script and save it to the txt file, named discover_database.txt. Database service information includes database service types, port information, and configuration files.
步骤S1的具体过程包括:The specific process of step S1 includes:
S101,创建第一脚本,通过第一脚本获取服务器上的数据库服务信息;S101. Create a first script, and obtain database service information on the server by using the first script.
S102,判断获取的数据库服务信息是否存在于txt文件中;若否,进入步骤S103;若是,进入步骤S104;S102, determining whether the acquired database service information exists in the txt file; if not, proceeding to step S103; if yes, proceeding to step S104;
S103,将数据库服务信息保存至txt文件中,结束;S103, save the database service information to a txt file, and end;
S104,不修改txt文件,结束。S104, does not modify the txt file, and ends.
S2,创建第二脚本,命名为monitor.sh脚本。通过第二脚本读取txt文件中的数据库服务信息,并判断数据库服务类型,将数据库服务信息发送至数据库服务类型对应的监控代理客户端:S2, create a second script, named monitor.sh script. The database service information in the txt file is read by the second script, and the database service type is determined, and the database service information is sent to the monitoring agent client corresponding to the database service type:
判断数据库类型,若为redis类型,获取其端口信息及配置文件,通过其配置文件获取redis访问密码,通过redis访问密码启动监控代理客户端;若为memcached类型,获取其端口信息,通过其端口信息启动监控代理客户端;若为mongodb类型,获取其端口信息及配置文件,通过其配置文件判断是否设有mongodb访问密码,若设有,通过mongodb访问密码启动监控代理客户端,若不设有,通过其端口信息启动监控代理客户端;若为mysql类型,获取其端口信息及配置文件,通过其配置文件获取授权以启动监控代理客户端。Determine the database type. If it is a redis type, obtain its port information and configuration file, obtain the redis access password through its configuration file, and start the monitoring proxy client through the redis access password. If it is memcached type, obtain its port information and pass its port information. Start the monitoring agent client; if it is mongodb type, obtain its port information and configuration file, and determine whether it has a mongodb access password through its configuration file. If it is set, start the monitoring proxy client through mongodb access password. If not, Start the monitoring proxy client through its port information; if it is mysql type, obtain its port information and configuration file, and obtain authorization through its configuration file to start the monitoring proxy client.
通过监控代理客户端登录到数据库服务中采集监控信息,并将监控信息暴露到监控代理客户端的http页面中。Log in to the database service through the monitoring agent client to collect monitoring information, and expose the monitoring information to the http page of the monitoring agent client.
S3,创建第三脚本,命名为salt_find_monitor.py脚本。通过第三脚本获取监控代理客户端的http页面,并将http页面的地址及访问方式写入到prometheus的配置文件;S3, create a third script, named the salt_find_monitor.py script. Obtain the http page of the monitoring proxy client through the third script, and write the address and access mode of the http page to the configuration file of the prometheus;
S4,通过Prometheus数据库加载配置文件,并主动抓取配置文件中保存的http页面中的监控信息。S4, loading the configuration file through the Prometheus database, and actively crawling the monitoring information in the http page saved in the configuration file.
本发明通过第一脚本获取服务器上的数据库服务信息并保存,通过第二脚本读取数据库服务信息,将数据库服务信息发送至数据库监控代理客户端,通过监控代理客户端登录到数据库服务中采集监控信息,并将监控信息暴露到监控代理客户端的http页面中;通过第三脚本获取监控代理客户端的http页面,并将http页面的地址及访问方式写入到prometheus的配置文件;Prometheus数据库加载配置文件,主动抓取配置文件中保存的http页面中的监控信息即可实现对数据库服务的自动发现与监控,在降低运维成本的同时,及时监控数据库服务。The invention acquires the database service information on the server by using the first script and saves the data, and reads the database service information through the second script, sends the database service information to the database monitoring agent client, and logs and collects the monitoring through the monitoring agent client to the database service. Information, and the monitoring information is exposed to the http page of the monitoring agent client; the http page of the monitoring agent client is obtained through the third script, and the address and access mode of the http page are written to the configuration file of the prometheus; the Prometheus database loads the configuration file. The initiative to capture the monitoring information in the http page saved in the configuration file can realize automatic discovery and monitoring of the database service, and timely monitor the database service while reducing the operation and maintenance cost.
本发明实施例还公开了一种存储介质,该存储介质上存储有计算机程序,计算机程序被处理器执行时实现自动监控数据库服务的方法。The embodiment of the invention also discloses a storage medium on which a computer program is stored, and when the computer program is executed by the processor, a method for automatically monitoring the database service is implemented.
参见图2所示,本发明实施例还公开了一种电子设备,包括存储器和处理器,存储器上储存有在处理器上运行的计算机程序,处理器执行计算机程序时实现自动监控数据库服务的方法。Referring to FIG. 2, an embodiment of the present invention further discloses an electronic device including a memory and a processor. The memory stores a computer program running on the processor, and the method for automatically monitoring the database service when the processor executes the computer program .
本发明实施例还公开了一种自动监控数据库服务的系统,包括:The embodiment of the invention also discloses a system for automatically monitoring a database service, comprising:
数据库服务信息获取模块,其用于创建第一脚本,命名为discover_database.sh脚本,通过第一脚本获取服务器上的数据库服务信息并保存至txt文件中,命名为discover_database.txt。数据库服务信息包括数据库服务类型,端口信息和配置文件;The database service information obtaining module is used to create a first script, named as the discover_database.sh script, and obtains the database service information on the server through the first script and saves it to the txt file, which is named discover_database.txt. Database service information includes database service type, port information and configuration files;
代理客户端调用模块,其用于创建第二脚本,命名为monitor.sh脚本,通过第二脚本读取txt文件中的数据库服务信息,将数据库服务信息发送至数据库监控代理客户端,通过监控代理客户端登录到数据库服务中采集监控信息,并将监控信息暴露到监控代理客户端的http页面中;The proxy client invokes a module, which is used to create a second script, named monitor.sh script, reads the database service information in the txt file through the second script, and sends the database service information to the database monitoring proxy client through the monitoring agent. The client logs in to the database service to collect monitoring information, and exposes the monitoring information to the http page of the monitoring agent client;
http页面获取模块,其用于创建第三脚本,命名为 salt_find_monitor.py脚本。通过第三脚本获取监控代理客户端的http页面,并将http页面的地址及访问方式写入到prometheus的配置文件;The http page fetch module, which is used to create a third script, named salt_find_monitor.py script. Obtain the http page of the monitoring proxy client through the third script, and write the address and access mode of the http page to the configuration file of the prometheus;
监控信息获取模块,其用于通过Prometheus数据库加载配置文件,并主动抓取配置文件中保存的http页面中的监控信息。The monitoring information obtaining module is configured to load the configuration file through the Prometheus database, and actively capture the monitoring information in the http page saved in the configuration file.
数据库服务信息获取模块通过第一脚本获取服务器上的数据库服务信息;并判断获取的数据库服务信息是否存在于txt文件中;若不存在,将数据库服务信息保存至txt文件中;若存在,则不修改txt文件。The database service information obtaining module obtains the database service information on the server by using the first script; and determines whether the obtained database service information exists in the txt file; if not, saves the database service information to the txt file; if it exists, the module does not Modify the txt file.
代理客户端调用模块通过第二脚本读取txt文件中的数据库服务信息,并判断数据库服务类型,将数据库服务信息发送至数据库服务类型对应的监控代理客户端。The proxy client invokes the module to read the database service information in the txt file through the second script, and determines the database service type, and sends the database service information to the monitoring proxy client corresponding to the database service type.
代理客户端调用模块通过第二脚本读取txt文件,获取数据库服务信息;并判断数据库类型,若为redis类型,获取其端口信息及配置文件,通过其配置文件获取redis访问密码,通过redis访问密码启动监控代理客户端;若为memcached类型,获取其端口信息,通过其端口信息启动监控代理客户端;若为mongodb类型,获取其端口信息及配置文件,通过其配置文件判断是否设有mongodb访问密码,若设有,通过mongodb访问密码启动监控代理客户端,若不设有,通过其端口信息启动监控代理客户端;若为mysql类型,获取其端口信息及配置文件,通过其配置文件获取授权以启动监控代理客户端。The proxy client invokes the module to read the txt file through the second script to obtain the database service information; and determines the database type. If the type is redis, obtain the port information and the configuration file, obtain the redis access password through the configuration file, and access the password through redis. Start the monitoring proxy client; if it is memcached type, obtain its port information, start the monitoring proxy client through its port information; if it is mongodb type, obtain its port information and configuration file, and determine whether it has mongodb access password through its configuration file. If it is set, use the mongodb access password to start the monitoring proxy client. If it is not set, start the monitoring proxy client through its port information; if it is mysql type, obtain its port information and configuration file, and obtain authorization through its configuration file. Start the monitoring agent client.
本发明不局限于上述实施方式,对于本技术领域的普通技术人员来说,在不脱离本发明原理的前提下,还可以做出若干改进和润饰,这些改进和润饰也视为本发明的保护范围之内。本说明书中未作详细描述的内容属于本领域专业技术人员公知的现有技术。The present invention is not limited to the above embodiments, and those skilled in the art can also make several improvements and retouchings without departing from the principles of the present invention. These improvements and retouchings are also considered as protection of the present invention. Within the scope. The contents not described in detail in the present specification belong to the prior art well known to those skilled in the art.

Claims (10)

  1. 一种自动监控数据库服务的方法,其特征在于,包括以下步骤:A method for automatically monitoring a database service, comprising the steps of:
    S1,创建第一脚本,通过第一脚本获取服务器上的数据库服务信息并保存至txt文件中,所述数据库服务信息包括数据库服务类型,端口信息和配置文件;S1, creating a first script, obtaining database service information on the server by using the first script, and saving the data to the txt file, where the database service information includes a database service type, port information, and a configuration file;
    S2,创建第二脚本,通过第二脚本读取txt文件中的所述数据库服务信息,将所述数据库服务信息发送至数据库监控代理客户端,通过监控代理客户端登录到数据库服务中采集监控信息,并将所述监控信息暴露到监控代理客户端的http页面中;S2. Create a second script, read the database service information in the txt file by using the second script, send the database service information to the database monitoring agent client, and log in to the database service to collect monitoring information by monitoring the proxy client. And exposing the monitoring information to the http page of the monitoring agent client;
    S3,创建第三脚本,通过第三脚本获取监控代理客户端的http页面,并将http页面的地址及访问方式写入到prometheus的配置文件;S3, creating a third script, obtaining a http page of the monitoring proxy client through the third script, and writing the address and access mode of the http page to the configuration file of the prometheus;
    S4,通过Prometheus数据库加载所述配置文件,并主动抓取所述配置文件中保存的http页面中的监控信息。S4. Load the configuration file through the Prometheus database, and actively capture the monitoring information in the http page saved in the configuration file.
  2. 如权利要求1所述的一种自动监控数据库服务的方法,其特征在于:A method of automatically monitoring a database service according to claim 1 wherein:
    步骤S1的具体过程包括:The specific process of step S1 includes:
    S101,创建第一脚本,通过第一脚本获取服务器上的数据库服务信息;S101. Create a first script, and obtain database service information on the server by using the first script.
    S102,判断获取的所述数据库服务信息是否存在于txt文件中;若否,进入步骤S103;若是,进入步骤S104;S102, determining whether the obtained database service information exists in the txt file; if not, proceeding to step S103; if yes, proceeding to step S104;
    S103,将所述数据库服务信息保存至txt文件中,结束;S103. Save the database service information to a txt file, and end.
    S104,不修改txt文件,结束。S104, does not modify the txt file, and ends.
  3. 如权利要求1所述的一种自动监控数据库服务的方法,其特 征在于:通过第二脚本读取txt文件中的所述数据库服务信息,并判断数据库服务类型,将所述数据库服务信息发送至数据库服务类型对应的监控代理客户端。The method for automatically monitoring a database service according to claim 1, wherein the database service information in the txt file is read by the second script, and the database service type is determined, and the database service information is sent to The monitoring agent client corresponding to the database service type.
  4. 如权利要求3所述的一种自动监控数据库服务的方法,其特征在于:A method of automatically monitoring a database service according to claim 3, wherein:
    通过第二脚本读取txt文件,获取所述数据库服务信息;Reading the txt file by using the second script to obtain the database service information;
    判断数据库类型:Determine the database type:
    若为redis类型,获取其端口信息及配置文件,通过其配置文件获取redis访问密码,通过redis访问密码启动监控代理客户端;If the type is redis, obtain the port information and configuration file, obtain the redis access password through the configuration file, and start the monitoring proxy client through the redis access password.
    若为memcached类型,获取其端口信息,通过其端口信息启动监控代理客户端;If it is of the memcached type, obtain its port information, and start the monitoring proxy client through its port information;
    若为mongodb类型,获取其端口信息及配置文件,通过其配置文件判断是否设有mongodb访问密码,若设有,通过mongodb访问密码启动监控代理客户端,若不设有,通过其端口信息启动监控代理客户端;If it is a mongodb type, obtain its port information and configuration file, and determine whether it has a mongodb access password through its configuration file. If it is set, start the monitoring proxy client by using mongodb access password. If it is not set, start monitoring through its port information. Proxy client;
    若为mysql类型,获取其端口信息及配置文件,通过其配置文件获取授权以启动监控代理客户端。If it is mysql type, obtain its port information and configuration file, and obtain authorization through its configuration file to start the monitoring agent client.
  5. 一种存储介质,该存储介质上存储有计算机程序,其特征在于:所述计算机程序被处理器执行时实现权利要求1至4任一项所述的方法。A storage medium having stored thereon a computer program, wherein the computer program is executed by a processor to implement the method of any one of claims 1 to 4.
  6. 一种电子设备,包括存储器和处理器,存储器上储存有在处理器上运行的计算机程序,其特征在于:处理器执行计算机程序时实现权利要求1至4任一项所述的方法。An electronic device comprising a memory and a processor, the memory having stored thereon a computer program running on the processor, wherein the processor executes the computer program to implement the method of any one of claims 1 to 4.
  7. 一种自动监控数据库服务的系统,其特征在于,包括:A system for automatically monitoring a database service, comprising:
    数据库服务信息获取模块,其用于创建第一脚本,通过第一脚本 获取服务器上的数据库服务信息并保存至txt文件中,所述数据库服务信息包括数据库服务类型,端口信息和配置文件;a database service information obtaining module, configured to create a first script, obtain database service information on the server by using the first script, and save the data to the txt file, where the database service information includes a database service type, a port information, and a configuration file;
    代理客户端调用模块,其用于创建第二脚本,通过第二脚本读取txt文件中的所述数据库服务信息,将所述数据库服务信息发送至数据库监控代理客户端,通过监控代理客户端登录到数据库服务中采集监控信息,并将所述监控信息暴露到监控代理客户端的http页面中;a proxy client calling module, configured to create a second script, read the database service information in the txt file by using the second script, and send the database service information to the database monitoring proxy client, and log in through the monitoring proxy client Collecting monitoring information into the database service, and exposing the monitoring information to the http page of the monitoring agent client;
    http页面获取模块,其用于创建第三脚本,通过第三脚本获取监控代理客户端的http页面,并将http页面的地址及访问方式写入到prometheus的配置文件;The http page obtaining module is configured to create a third script, obtain the http page of the monitoring proxy client through the third script, and write the address and access mode of the http page to the configuration file of the prometheus;
    监控信息获取模块,其用于通过Prometheus数据库加载所述配置文件,并主动抓取所述配置文件中保存的http页面中的监控信息。The monitoring information obtaining module is configured to load the configuration file through the Prometheus database, and actively capture the monitoring information in the http page saved in the configuration file.
  8. 如权利要求7所述的一种自动监控数据库服务的系统,其特征在于:A system for automatically monitoring a database service according to claim 7, wherein:
    所述数据库服务信息获取模块通过第一脚本获取服务器上的数据库服务信息;并判断获取的所述数据库服务信息是否存在于txt文件中;若不存在,将所述数据库服务信息保存至txt文件中;若存在,则不修改txt文件。The database service information obtaining module acquires the database service information on the server by using the first script; and determines whether the obtained database service information exists in the txt file; if not, saves the database service information to the txt file. ; if it exists, the txt file will not be modified.
  9. 如权利要求7所述的一种自动监控数据库服务的系统,其特征在于:所述代理客户端调用模块通过第二脚本读取txt文件中的所述数据库服务信息,并判断数据库服务类型,将所述数据库服务信息发送至数据库服务类型对应的监控代理客户端。The system for automatically monitoring a database service according to claim 7, wherein the proxy client calling module reads the database service information in the txt file through the second script, and determines the database service type, The database service information is sent to a monitoring agent client corresponding to the database service type.
  10. 如权利要求9所述的一种自动监控数据库服务的系统,其特征在于:A system for automatically monitoring a database service according to claim 9, wherein:
    所述代理客户端调用模块通过第二脚本读取txt文件,获取所述数据库服务信息;并判断数据库类型:The proxy client calling module reads the txt file through the second script to obtain the database service information; and determines the database type:
    若为redis类型,获取其端口信息及配置文件,通过其配置文件获取redis访问密码,通过redis访问密码启动监控代理客户端;If the type is redis, obtain the port information and configuration file, obtain the redis access password through the configuration file, and start the monitoring proxy client through the redis access password.
    若为memcached类型,获取其端口信息,通过其端口信息启动监控代理客户端;If it is of the memcached type, obtain its port information, and start the monitoring proxy client through its port information;
    若为mongodb类型,获取其端口信息及配置文件,通过其配置文件判断是否设有mongodb访问密码,若设有,通过mongodb访问密码启动监控代理客户端,若不设有,通过其端口信息启动监控代理客户端;If it is a mongodb type, obtain its port information and configuration file, and determine whether it has a mongodb access password through its configuration file. If it is set, start the monitoring proxy client by using mongodb access password. If it is not set, start monitoring through its port information. Proxy client;
    若为mysql类型,获取其端口信息及配置文件,通过其配置文件获取授权以启动监控代理客户端。If it is mysql type, obtain its port information and configuration file, and obtain authorization through its configuration file to start the monitoring agent client.
PCT/CN2018/081314 2017-10-10 2018-03-30 Method for automatically monitoring database services, storage medium, electronic device and system WO2019071926A1 (en)

Applications Claiming Priority (2)

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

Publications (1)

Publication Number Publication Date
WO2019071926A1 true WO2019071926A1 (en) 2019-04-18

Family

ID=61662319

Family Applications (1)

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

Country Status (2)

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

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112751726A (en) * 2020-12-17 2021-05-04 北京达佳互联信息技术有限公司 Data processing method and device, electronic equipment and storage medium
CN113342373A (en) * 2021-05-31 2021-09-03 杭州沃趣科技股份有限公司 Implementation method and system for Prometheus universal collector

Families Citing this family (11)

* 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
CN112632012A (en) * 2021-01-08 2021-04-09 中国农业银行股份有限公司 Script saving method, system and related equipment
CN114615128B (en) * 2022-03-08 2024-02-23 网易(杭州)网络有限公司 Service management method and system, computer storage medium and electronic equipment
CN116431741B (en) * 2023-06-08 2023-08-29 成都房联云码科技有限公司 Http protocol-based relational database transaction proxy tool and method

Citations (6)

* 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
CN104699759A (en) * 2015-02-10 2015-06-10 上海新炬网络信息技术有限公司 Method for maintaining automatic operation of database
CN104731580A (en) * 2015-01-12 2015-06-24 上海新炬网络信息技术有限公司 Automation operation and maintenance system based on Karaf and ActiveMQ and implement method thereof
CN107179977A (en) * 2017-05-10 2017-09-19 杭州铭师堂教育科技发展有限公司 Database Full-automatic monitoring system based on mpm models
CN107229520A (en) * 2017-04-27 2017-10-03 北京数人科技有限公司 Data center operating system
CN107844399A (en) * 2017-10-10 2018-03-27 武汉斗鱼网络科技有限公司 Method, storage medium, electronic equipment and the system of automatic monitoring data storehouse service

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100555288C (en) * 2007-11-21 2009-10-28 金蝶软件(中国)有限公司 A kind of method and system of visiting distinct type data-base

Patent Citations (6)

* 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
CN104731580A (en) * 2015-01-12 2015-06-24 上海新炬网络信息技术有限公司 Automation operation and maintenance system based on Karaf and ActiveMQ and implement method thereof
CN104699759A (en) * 2015-02-10 2015-06-10 上海新炬网络信息技术有限公司 Method for maintaining automatic operation of database
CN107229520A (en) * 2017-04-27 2017-10-03 北京数人科技有限公司 Data center operating system
CN107179977A (en) * 2017-05-10 2017-09-19 杭州铭师堂教育科技发展有限公司 Database Full-automatic monitoring system based on mpm models
CN107844399A (en) * 2017-10-10 2018-03-27 武汉斗鱼网络科技有限公司 Method, storage medium, electronic equipment and the system of automatic monitoring data storehouse service

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112751726A (en) * 2020-12-17 2021-05-04 北京达佳互联信息技术有限公司 Data processing method and device, electronic equipment and storage medium
CN112751726B (en) * 2020-12-17 2022-09-09 北京达佳互联信息技术有限公司 Data processing method and device, electronic equipment and storage medium
CN113342373A (en) * 2021-05-31 2021-09-03 杭州沃趣科技股份有限公司 Implementation method and system for Prometheus universal collector
CN113342373B (en) * 2021-05-31 2022-04-22 杭州沃趣科技股份有限公司 Implementation method and system for Prometheus universal collector

Also Published As

Publication number Publication date
CN107844399A (en) 2018-03-27
CN107844399B (en) 2020-06-16

Similar Documents

Publication Publication Date Title
WO2019071926A1 (en) Method for automatically monitoring database services, storage medium, electronic device and system
CN112637346B (en) Proxy method, proxy device, proxy server and storage medium
US10348593B2 (en) Generating production server load activity for a test server
US9146755B2 (en) System and method for transporting platform independent power configuration parameters
JP2020126655A (en) System and method for collecting, tracking, and storing system performance and event data about computing device
US20140068568A1 (en) System and method for dynamically debugging data in a multi-tenant database environment
US9535754B1 (en) Dynamic provisioning of computing resources
CN111522703B (en) Method, apparatus and computer program product for monitoring access requests
US10992746B2 (en) Automatic system response to external field-replaceable unit (FRU) process
US11500755B1 (en) Database performance degradation detection and prevention
US11444785B2 (en) Establishment of trusted communication with container-based services
CN108205482B (en) File mount restoration methods
US10270886B1 (en) Method and system for dynamic optimization of a script library
CN108647284B (en) Method and device for recording user behavior, medium and computing equipment
CN115562933A (en) Processing method and device of operation monitoring data, storage medium and electronic equipment
CN110825486B (en) Self-perception method and system for virtual machine migration behavior based on block chain
CN114416690A (en) Data migration device, method and storage medium for file storage to object storage
TWI715011B (en) Data protection device and method
JP5261764B2 (en) Cooperation service providing system, service management apparatus, and information sharing method
JP2011186616A (en) Distributed file system, and server, method, and program for remote file processing
Lange et al. Towards automated personalized data storage
JPWO2016047096A1 (en) Application server, cloud device, storage medium access monitoring method, and computer program
US8806046B1 (en) Application streaming and network file system optimization via integration with identity management solutions
CN117827683A (en) Server detection method and device, storage medium and electronic equipment
CN116662430A (en) Data query method, device, equipment, medium and product applied to multi-system interaction

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18865872

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18865872

Country of ref document: EP

Kind code of ref document: A1