WO2017185976A1 - Operation guarantee system for bank card switching center - Google Patents

Operation guarantee system for bank card switching center Download PDF

Info

Publication number
WO2017185976A1
WO2017185976A1 PCT/CN2017/080087 CN2017080087W WO2017185976A1 WO 2017185976 A1 WO2017185976 A1 WO 2017185976A1 CN 2017080087 W CN2017080087 W CN 2017080087W WO 2017185976 A1 WO2017185976 A1 WO 2017185976A1
Authority
WO
WIPO (PCT)
Prior art keywords
module
transaction
bank card
monitoring
event
Prior art date
Application number
PCT/CN2017/080087
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 WO2017185976A1 publication Critical patent/WO2017185976A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/02Banking, e.g. interest calculation or account maintenance
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/0631Management of faults, events, alarms or notifications using root cause analysis; using analysis of correlation between notifications, alarms or events based on decision criteria, e.g. hierarchy, tree or time analysis
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters

Definitions

  • the invention relates to a system maintenance technology of a bank card exchange center, in particular to a bank card exchange center supporting an unattended operation guarantee system.
  • the present invention proposes a bank card exchange center that can effectively reduce the operation and maintenance pressure and can reduce the instability and uncontrollability factors caused by manual intervention. Manned operational support system.
  • Health check module for checking the transaction quality, application, database, system resources and network reliability of the bank card exchange center
  • An event collection module that collects at least the inspection results from the health inspection module and compresses and displays the collected events
  • a monitoring display module for displaying results collected by the event collection module
  • the instant notification module is configured to notify the specified recipient according to the result of the event collection module being collected.
  • An application alarm module configured to collect application alarm information from each application module in the system, and input the collected application alarm information to the event collection module;
  • An automatic scheduling module that automatically schedules a session or task and inputs the scheduling result to the event collection Module.
  • the health check module has at least a transaction quality analysis module for checking the quality of the transaction.
  • the transaction quality analysis module has:
  • a transaction fetch module for fetching transaction data from a database and caching it
  • a transaction monitoring module configured to monitor transaction data cached by the transaction capture module
  • a transaction filtering module for filtering processing results of the transaction monitoring module
  • the quality analysis module is configured to perform quality analysis on the filtered result of the transaction filtering module and send the calculation result to the event collection module.
  • the transaction capture module fetches transaction data from a database and builds a first-in first-out chain table with a timestamp for caching.
  • the transaction monitoring module reads and processes the linked list into a tree representing a transaction success/failure rate.
  • the quality analysis module reads the N node data at a certain time to perform a success rate calculation on the result filtered by the transaction filtering module, and sends the calculation result to the event collection module, where N is a natural number.
  • the event collection module has:
  • a cache module wherein the event received by the event listening submodule is selectively stored into a cache or a database according to an event type
  • the event monitoring sub-module reads all the new events from the database and forwards them to the monitoring display module.
  • the health check module further comprises:
  • a process monitoring module for monitoring an application or a database process
  • system IPC resource monitoring module for monitoring usage and/or consumption of system IPC resources
  • a system resource consumption monitoring module for monitoring system resource consumption
  • a network reliability detection module for detecting the reliability of the network.
  • the automatic scheduling module has:
  • Corresponding configuration parameter module used to set parameters for suspending or driving redo sessions
  • the automatic scheduling task monitoring and scheduling module is configured to cyclically monitor the configuration parameters and the current execution state of the specific configuration item, and if the condition is met, start the following field module driver;
  • the session simulation driver is used to simulate the page click action to issue an execution command.
  • the operation guarantee system of the bank card exchange center of the present invention can realize the unattended operation of the bank card exchange center, and can greatly reduce the operational pressure.
  • the actual operation by constantly adjusting the alarm parameters and monitoring the SMS, it is possible to fully grasp the system operation status, which can reduce the instability and uncontrollable factors caused by manual intervention, free up productivity, and greatly reduce the operation.
  • Dimensional cost On the other hand, by fetching data from the database and then manipulating the fetched data, instead of directly operating the database and operating on the cached data, interference with the online transaction core database can be effectively avoided.
  • by sending alarm information according to the list it is possible to meet the needs of more people to grasp the system operation status in the first time across regions.
  • Figure 1 is a block diagram showing the construction of an operation guarantee system of a bank card exchange center of the present invention.
  • FIG. 2 is a block diagram showing a specific configuration of the transaction quality analysis module 110 in the operation guarantee system of the bank card exchange center of the present invention.
  • FIG. 3 is a schematic diagram showing a specific manner of transaction quality judgment and analysis implemented by the transaction quality analysis module 110.
  • FIG. 4 is a block diagram showing a specific configuration of an automatic scheduling module 200 in an operation guarantee system of a bank card exchange center of the present invention.
  • Figure 5 is a block diagram showing the specific construction of the event homing module 300 in the operation guarantee system of the bank card exchange center of the present invention.
  • FIG. 6 is a schematic diagram of an embodiment of event aggregation performed by an event collection module in an operation guarantee system of a bank card exchange center of the present invention.
  • Figure 1 is a block diagram showing the construction of an operation guarantee system of a bank card exchange center of the present invention.
  • the operation guarantee system of the bank card exchange center of the present invention has: a health check module 100 for checking the transaction quality, application, database, system resources, and network reliability of the bank card exchange center;
  • the session or task is automatically scheduled and the scheduling result is input to the automatic scheduling module 200 of the event collection module described below; the results from the health check module 100, the automatic scheduling module 200, and the application alert module 400 described below are collected and collected
  • the event collection module 300 for compressing and displaying the event; the application alarm module 400 for collecting application alarm information from each application module in the system and sending it to the event collection module 300; for the event collection module 300
  • the monitoring display module 500 for displaying the collected events and the instant notification module 600 for specifying the recipients according to the results of the event collection module 300 are collected.
  • monitoring and inspection module 100 which is a key constituent unit of the operation support system of the present invention, will be described.
  • the health check module 100 is provided with at least a transaction quality analysis module 110.
  • the transaction quality analysis module 110 of the health check module 100 is configured to detect the quality of the transaction. This is because the exchange center first needs to guarantee the transaction quality. Therefore, in the present invention, the health check module 100 first uses its transaction quality analysis module 110 to determine the transaction quality and the analysis of the success rate.
  • FIG. 2 is a block diagram showing a specific configuration of the transaction quality analysis module 110 in the operation guarantee system of the bank card exchange center of the present invention.
  • the transaction quality analysis module 110 is provided with a transaction capture module 111 for fetching transaction data from a database and constructing a first-in-first-out linked list cached in a cache memory block by a timestamp; a transaction monitoring module 112 that reads and processes the tree into a transaction success/failure rate; a transaction filtering module 113 that filters the processing results of the transaction monitoring module 112; and reads N node data at regular intervals to The success rate calculation is performed and the calculation result is sent to the quality analysis module 114 of the event collection module 300.
  • FIG. 3 is a schematic diagram showing a specific manner of transaction quality judgment and analysis implemented by the transaction quality analysis module 110.
  • the transaction fetching sub-module 111 fetches data from the database 900, synchronizes the transaction data into the cache in real-time, and constructs a FIFO cache list in the cache with transaction timestamps, so that the cache is cached.
  • the operation of the linked list rather than directly operating the database, can avoid interference with the online database of online transactions.
  • the transaction monitoring module 112 processes, for example, 60 binary trees with a root as a root node by cyclically reading the linked list, and the root node stores the total transaction amount in the current second, the left leaf is the number of successful transactions, and the right leaf is the failed transaction. Quantity.
  • the transaction filtering module 113 determines whether the transaction is successful or not according to the transaction time and the response code element in the transaction, and further adds one to the binary tree leaf node counter at the corresponding time point, and the binary tree is used for the transaction success rate analysis. Specifically, the transaction filtering module 113 processes each transaction, and at which point in time (seconds), a success count or a failure count should be added, wherein the transaction filtering module 113 determines whether the transaction is successful according to the response code. Make a judgment.
  • the quality analysis module 114 reads consecutive N (N and interval matching) node data at regular intervals (can set interval events, for example, 3 seconds), performs success calculation, and sends the calculation result.
  • the event collection module 300 is passed. In this way, it goes so far and works repeatedly.
  • the use of the memory cache and the transition of the linked list can reduce the database operation.
  • the second statistical period of the transaction occurring in the second second still needs to be filtered.
  • the traditional database-based operation will be used for a transaction. Search multiple times or capture.
  • the transaction is captured into the memory, and a linked list is constructed.
  • the database operation is only the one that captures the transaction. Therefore, the operation on the database can be reduced.
  • the statistical success rate is converted from the transaction-number sensitivity in the prior art to a fixed number of times.
  • the statistical success rate is directly completed by using a statement of a database, such as using a count or a sum of a database, which consumes the computing power of the database server, and once the number of transactions in the statistical period is large, the database The query and calculation efficiency will be significantly reduced.
  • TPS the number of transactions per second
  • the computing power demand is the same, and does not consume the computing power of the database.
  • the health check module 100 can further integrate the process monitoring module 120, the system IPC resource monitoring module 130, the system resource consumption monitoring module 140, and the network reliability detecting module 150.
  • the process monitoring module 120 is configured to monitor an application or a database process.
  • the system IPC resource monitoring module 130 is configured to monitor usage and/or consumption of system IPC resources, and the system resource consumption monitoring module 140 is configured to monitor system resource consumption, and the network is reliable.
  • the sexual detection module 150 is used to detect the reliability of the network.
  • FIG. 4 is a block diagram showing a specific configuration of an automatic scheduling module 200 in an operation guarantee system of a bank card exchange center of the present invention.
  • the automatic scheduling module 200 is used to automate the processing of the session tasks that must be performed daily by the bank card exchange center. Specifically, as shown in FIG. 4 , the automatic scheduling module 200 includes an automatic scheduling task configuration module 210 , a corresponding configuration parameter module 220 , an automatic scheduling task monitoring and scheduling module 230 , and a session simulation driver 240 .
  • the automatic scheduling task configuration module 210 and the corresponding configuration parameter module 220 are the maintenance site execution start time, the latest start execution time, the estimated completion time, and the field dependency.
  • the parameter setting can pause or drive the redo session.
  • the configuration parameters contain information.
  • the so-called field refers to the system to run or start a process or batch task, such as parameter loading is a session, exchange rate synchronization is also a session, the transaction clearing is a session, the file can also be a session.
  • the automatic scheduling task monitoring and scheduling module 230 cyclically monitors the configuration parameters and the current execution state of the specific configuration item, and the field module driver 240 is activated when the condition is met.
  • the session simulation driver 240 simulates a page click action to initiate an execution instruction to the background specific session execution module.
  • the function of the field simulation driver 240 is to simulate a human click on the interface, and the action that would otherwise require the person to click the page button, and then trigger the action. Become automated.
  • the automatic scheduling task monitoring and scheduling module 220 and the field simulation driver 230 can both determine the working status and send the status information to the event collecting module 300.
  • the event collection module 300 mainly receives information from the health check module 100, the automatic scheduling module 200, and application alarm events from the application alarm module 400, and the event collection module 300 is responsible for compression and display of events, and the purpose of compression is to avoid monitoring.
  • the display module 500 and the instant notification module 600 are displayed at high frequencies.
  • FIG. 5 is a diagram of an event collection module 300 in an operation guarantee system of a bank card exchange center of the present invention. Frame diagram of the body structure.
  • the event collection module 300 is provided with an event listening submodule 310 for receiving external event information, a cache module 320 for selectively storing events received by the event listening submodule according to event types, and The event monitoring sub-module 320 is read from the database and is forwarded to the event monitoring sub-module 320 of the monitoring display module.
  • FIG. 6 is a schematic diagram of one embodiment of event aggregation performed by the event collection module 300 in the operational support system of the bank card exchange center of the present invention.
  • the event snooping sub-module 310 passively receives external event information, and the event snooping sub-module 310 caches the cached module 320 after receiving the event.
  • the event classification information is first cached in a preset cache of different event types. Before writing to the cache, first find whether there is a similar event in the cache, and if it exists, discard it, otherwise write to the cache and write to the colleague.
  • the event exists in the cache as a circular linked list.
  • the event monitoring sub-module 320 reads all the new events from the database 900, displays them on the monitoring display module 500, and sends them to the instant notification module 600.
  • the instant notification module 600 searches for the notification list and then invokes the short message and the mail gateway to send the message.
  • the event cache stores different event information under the same event type (for example, A and B are from application alarms, C is from network alarms, A and B belong to different events of the same event type, and C belongs to different event types),
  • Each cache daemon module is responsible for cleaning up. When the daemon module finds that the alarm information of the linked list header node exceeds the threshold in the cache, the linked list pointer is updated.
  • the application alarm module 400 may be configured in the form of a module, or may not be configured as a module, but configured to collect application alarm information from each application module and send it to the event collection module 300.
  • the monitoring display module 500 is configured to display events collected by the event collection module 300.
  • the instant notification module 600 will send notification information to the recipients in the notification list by means of short messages and emails, etc., and notify the monitoring and detection status including the timed notification, the site execution status, and other unplanned application alarm information.
  • the planned status point does not receive the planned status information or the unplanned time point can be used to determine the operation status of the switching center for operational management and emergency response decision.
  • the operation guarantee system of the bank card exchange center of the present invention runs very smoothly and can greatly reduce the operational pressure.
  • the system operation status can be fully grasped through continuous adjustment of alarm parameters and monitoring of short messages, etc., which can reduce the instability and uncontrollable cause caused by manual intervention. It has liberated productivity and greatly reduced operating and maintenance costs.
  • fetching data from the database and then manipulating the fetched data instead of directly operating the database and operating on the cached data, interference with the online transaction core database can be effectively avoided.
  • by sending alarm information according to the list it is possible to meet the needs of more people to grasp the system operation status in the first time across regions.

Abstract

The present invention relates to an operation guarantee system for a bank card switching center. The system comprises: a health check module, used for checking transaction quality and the like of a bank card switching center; an event collection module, used for at least collecting check results from the health check module and compressing and displaying the collected events; a monitoring display module, used for displaying results collected by the event collection module; an instant notification module, used for notifying a specified receiver according to the results collected by the event collection module; an application alarm module, used for receiving an application alarm; and an automatic scheduling module. According to the operation guarantee system for a bank card switching center in the present invention, unattended operation can be implemented in the bank card switching center, and accordingly the operation and maintenance pressure can be greatly reduced.

Description

银行卡交换中心的运营保障系统Bank Card Exchange Center's Operation Support System 技术领域Technical field
本发明涉及银行卡交换中心的系统维护技术,具体地涉及银行卡交换中心支持无人值守的运营保障系统。The invention relates to a system maintenance technology of a bank card exchange center, in particular to a bank card exchange center supporting an unattended operation guarantee system.
背景技术Background technique
目前大多数银行卡交换处理中心都需要7*24现场运营监控并且需要庞大的运维保障队伍24小时现场监控和每日逐步执行一系列场次任务,原因是系统落后或出于者安全稳定考虑未能在技术上突破,大部分操作都需要人工校验和触发,存在操作不及时、操作失误等风险,并且不利于解放生产力。At present, most bank card exchange processing centers require 7*24 on-site operation monitoring and require a large operation and maintenance team to conduct 24-hour on-site monitoring and daily phase-by-step execution of a series of tasks. The reason is that the system is backward or safe and stable. It can break through in technology. Most operations require manual verification and triggering. There are risks such as untimely operation and operational errors, and it is not conducive to liberating productivity.
发明内容Summary of the invention
鉴于上述问题,考虑到银行卡交换中心业务处理的特殊性,本发明提出一种能够有效减轻运维压力并且能够减少人工干预带来的不稳定性和不可控性因素的银行卡交换中心支持无人值守的运营保障系统。In view of the above problems, considering the particularity of the business processing of the bank card exchange center, the present invention proposes a bank card exchange center that can effectively reduce the operation and maintenance pressure and can reduce the instability and uncontrollability factors caused by manual intervention. Manned operational support system.
本发明的银行卡交换中心的运营保障系统,其特征在于,具备:The operation guarantee system of the bank card exchange center of the present invention is characterized in that it has:
健康检查模块,用于对银行卡交换中心的交易质量、应用、数据库、系统资源以及网络可靠性进行检查;Health check module for checking the transaction quality, application, database, system resources and network reliability of the bank card exchange center;
事件归集模块,至少收集来自所述健康检查模块的检查结果并且对收集到的事件进行压缩和展示;An event collection module that collects at least the inspection results from the health inspection module and compresses and displays the collected events;
监视展示模块,用于对由所述事件归集模块归集后的结果进行展示;以及a monitoring display module for displaying results collected by the event collection module;
即时通知模块,用于根据所述事件归集模块归集后的结果通知规定的接收方。The instant notification module is configured to notify the specified recipient according to the result of the event collection module being collected.
优选地,进一步具备:Preferably, further comprising:
应用告警模块,用于收集来自系统中各个应用模块的应用告警信息并且将收集到的应用告警信息输入至所述事件归集模块;以及An application alarm module, configured to collect application alarm information from each application module in the system, and input the collected application alarm information to the event collection module;
自动调度模块,对场次或任务进行自动调度并且将调度结果输入到所述事件归集 模块。An automatic scheduling module that automatically schedules a session or task and inputs the scheduling result to the event collection Module.
优选地,所述健康检查模块至少具备用于检查交易质量的交易质量分析模块。Preferably, the health check module has at least a transaction quality analysis module for checking the quality of the transaction.
优选地,所述交易质量分析模块具备:Preferably, the transaction quality analysis module has:
交易抓取模块,用于从数据库抓取交易数据并且加以缓存;a transaction fetch module for fetching transaction data from a database and caching it;
交易监控模块,用于对所述交易抓取模块缓存的交易数据进行监控;a transaction monitoring module, configured to monitor transaction data cached by the transaction capture module;
交易过滤模块,用于对所述交易监控模块的加工结果进行过滤;以及a transaction filtering module for filtering processing results of the transaction monitoring module;
质量分析模块,用于对所述交易过滤模块过滤后的结果进行质量分析并将计算结果发送给所述事件归集模块。The quality analysis module is configured to perform quality analysis on the filtered result of the transaction filtering module and send the calculation result to the event collection module.
优选地,所述交易抓取模块从数据库抓取交易数据并且以时间戳构建先进先出链表加以缓存。Preferably, the transaction capture module fetches transaction data from a database and builds a first-in first-out chain table with a timestamp for caching.
优选地,所述交易监控模块通过对所述链表进行读取并且加工成表示交易成功/失败率的树形。Preferably, the transaction monitoring module reads and processes the linked list into a tree representing a transaction success/failure rate.
优选地,所述质量分析模块对所述交易过滤模块过滤后的结果每隔一定时间读取N个节点数据进行成功率计算并且将计算结果发送给所述事件归集模块,其中N为自然数。Preferably, the quality analysis module reads the N node data at a certain time to perform a success rate calculation on the result filtered by the transaction filtering module, and sends the calculation result to the event collection module, where N is a natural number.
优选地,所述事件归集模块具备:Preferably, the event collection module has:
事件侦听子模块,用于接收外部事件信息;An event listening submodule for receiving external event information;
缓存模块,将所述事件侦听子模块接收到的事件按照事件类型选择性存储到缓存或数据库;以及a cache module, wherein the event received by the event listening submodule is selectively stored into a cache or a database according to an event type;
事件监控子模块,从所述数据库内读取较上一次新的所有事件并转发到监控展示模块。The event monitoring sub-module reads all the new events from the database and forwards them to the monitoring display module.
优选地,所述健康检查模块进一步具备:Preferably, the health check module further comprises:
进程监控模块,用于监控应用或者数据库的进程;a process monitoring module for monitoring an application or a database process;
系统IPC资源监控模块,用于监控系统IPC资源的使用和/或消耗;a system IPC resource monitoring module for monitoring usage and/or consumption of system IPC resources;
系统资源消耗监控模块,用于监控系统资源的消耗;以及a system resource consumption monitoring module for monitoring system resource consumption;
网络可靠性探测模块,用于探测网络的可靠性。A network reliability detection module for detecting the reliability of the network.
优选地,所述自动调度模块具备:Preferably, the automatic scheduling module has:
自动调度任务配置模块,用于设置调度任务; Automatically scheduling a task configuration module for setting a scheduling task;
对应配置参数模块,用于设置暂停或者驱动重做场次的参数;Corresponding configuration parameter module, used to set parameters for suspending or driving redo sessions;
自动调度任务监控和调度模块,用于对配置参数及具体配置项当前执行状态进行循环监控,若满足条件即启动下述的场次模块驱动器;以及The automatic scheduling task monitoring and scheduling module is configured to cyclically monitor the configuration parameters and the current execution state of the specific configuration item, and if the condition is met, start the following field module driver;
场次模拟驱动器,用于模拟页面点击动作发出执行指令。The session simulation driver is used to simulate the page click action to issue an execution command.
如上所述,本发明的银行卡交换中心的运营保障系统能够实现银行卡交换中心的无人值守,能够大大减轻运营压力。在实际运转的情况下,通过对报警参数的不断调整,以及对短信等的监控完全能够掌握系统运营状况,能够减少了人工干预带来的不稳定和不可控因素,解放了生产力,大大缩减运维成本。另一方面,通过从数据库中抓取数据,然后对抓取的数据进行操作,这样,替代直接操作数据库而是对缓存数据进行操作,能够有效避免对联机交易核心数据库的干扰。而且,通过根据列表发送告警信息,可以满足更多人跨地域对于系统运营状况第一时间掌握的需求。As described above, the operation guarantee system of the bank card exchange center of the present invention can realize the unattended operation of the bank card exchange center, and can greatly reduce the operational pressure. In the actual operation, by constantly adjusting the alarm parameters and monitoring the SMS, it is possible to fully grasp the system operation status, which can reduce the instability and uncontrollable factors caused by manual intervention, free up productivity, and greatly reduce the operation. Dimensional cost. On the other hand, by fetching data from the database and then manipulating the fetched data, instead of directly operating the database and operating on the cached data, interference with the online transaction core database can be effectively avoided. Moreover, by sending alarm information according to the list, it is possible to meet the needs of more people to grasp the system operation status in the first time across regions.
附图说明DRAWINGS
图1是本发明的银行卡交换中心的运营保障系统的构造框架图。BRIEF DESCRIPTION OF THE DRAWINGS Figure 1 is a block diagram showing the construction of an operation guarantee system of a bank card exchange center of the present invention.
图2是本发明的银行卡交换中心的运营保障系统中交易质量分析模块110的具体构造的框架图。2 is a block diagram showing a specific configuration of the transaction quality analysis module 110 in the operation guarantee system of the bank card exchange center of the present invention.
图3表示由交易质量分析模块110实现的交易质量判断、分析的一个具体方式的示意图。FIG. 3 is a schematic diagram showing a specific manner of transaction quality judgment and analysis implemented by the transaction quality analysis module 110.
图4是本发明的银行卡交换中心的运营保障系统中自动调度模块200的具体构造的框架图。4 is a block diagram showing a specific configuration of an automatic scheduling module 200 in an operation guarantee system of a bank card exchange center of the present invention.
图5是本发明的银行卡交换中心的运营保障系统中事件归集模块300的具体构造的框架图。Figure 5 is a block diagram showing the specific construction of the event homing module 300 in the operation guarantee system of the bank card exchange center of the present invention.
图6是本发明的银行卡交换中心的运营保障系统中事件归集模块执行的事件归集的一个实施方式的示意图。6 is a schematic diagram of an embodiment of event aggregation performed by an event collection module in an operation guarantee system of a bank card exchange center of the present invention.
具体实施方式detailed description
下面介绍的是本发明的多个实施例中的一些,旨在提供对本发明的基本了解。并不旨在确认本发明的关键或决定性的要素或限定所要保护的范围。 The following are some of the various embodiments of the invention, which are intended to provide a basic understanding of the invention. It is not intended to identify key or critical elements of the invention or the scope of the invention.
下面对于本发明的银行卡交换中心的运营保障系统进行说明。The operation guarantee system of the bank card exchange center of the present invention will be described below.
图1是本发明的银行卡交换中心的运营保障系统的构造框架图。BRIEF DESCRIPTION OF THE DRAWINGS Figure 1 is a block diagram showing the construction of an operation guarantee system of a bank card exchange center of the present invention.
如图1所示,本发明的银行卡交换中心的运营保障系统具备:用于对银行卡交换中心的交易质量、应用、数据库、系统资源以及网络可靠性等进行检查的健康检查模块100;对场次或任务进行自动调度并且将调度结果输入至下述的事件归集模块的自动调度模块200;收集来自所述健康检查模块100、自动调度模块200和下述应用告警模块400的结果并且对收集到的事件进行压缩和展示的事件归集模块300;用于收集来自系统中各个应用模块的应用告警信息并发送到事件归集模块300的应用告警模块400;用于对由事件归集模块300归集后的事件进行展示的监视展示模块500以及用于根据事件归集模块300归集后的结果通知规定接收方的即时通知模块600。As shown in FIG. 1, the operation guarantee system of the bank card exchange center of the present invention has: a health check module 100 for checking the transaction quality, application, database, system resources, and network reliability of the bank card exchange center; The session or task is automatically scheduled and the scheduling result is input to the automatic scheduling module 200 of the event collection module described below; the results from the health check module 100, the automatic scheduling module 200, and the application alert module 400 described below are collected and collected The event collection module 300 for compressing and displaying the event; the application alarm module 400 for collecting application alarm information from each application module in the system and sending it to the event collection module 300; for the event collection module 300 The monitoring display module 500 for displaying the collected events and the instant notification module 600 for specifying the recipients according to the results of the event collection module 300 are collected.
接着,对于构成本发明的银行卡交换中心的运营保障系统的这些模块进行具体说明。Next, these modules constituting the operation guarantee system of the bank card exchange center of the present invention will be specifically described.
首先,说明本发明的运营保障系统的关键构成单元即监控检查模块100。First, the monitoring and inspection module 100, which is a key constituent unit of the operation support system of the present invention, will be described.
健康检查模块100至少具备交易质量分析模块110。健康检查模块100的交易质量分析模块110用于检测交易的质量。这是因为交换中心首先要保障的就是交易质量,因此,在本发明中,健康检查模块100首先利用它的交易质量分析模块110判断交易质量,对成功率的分析。The health check module 100 is provided with at least a transaction quality analysis module 110. The transaction quality analysis module 110 of the health check module 100 is configured to detect the quality of the transaction. This is because the exchange center first needs to guarantee the transaction quality. Therefore, in the present invention, the health check module 100 first uses its transaction quality analysis module 110 to determine the transaction quality and the analysis of the success rate.
图2是本发明的银行卡交换中心的运营保障系统中交易质量分析模块110的具体构造的框架图。2 is a block diagram showing a specific configuration of the transaction quality analysis module 110 in the operation guarantee system of the bank card exchange center of the present invention.
具体地,如图2所示,交易质量分析模块110具备用于从数据库抓取交易数据并且以时间戳构建先进先出链表缓存于缓存内存块的交易抓取模块111;通过对所述链表进行读取并且加工成表示交易成功/失败率的树形的交易监控模块112;对所述交易监控模块112的加工结果进行过滤的交易过滤模块113;以及每隔一定时间读取N个节点数据以进行成功率计算并且将计算结果发送给事件归集模块300的质量分析模块114。Specifically, as shown in FIG. 2, the transaction quality analysis module 110 is provided with a transaction capture module 111 for fetching transaction data from a database and constructing a first-in-first-out linked list cached in a cache memory block by a timestamp; a transaction monitoring module 112 that reads and processes the tree into a transaction success/failure rate; a transaction filtering module 113 that filters the processing results of the transaction monitoring module 112; and reads N node data at regular intervals to The success rate calculation is performed and the calculation result is sent to the quality analysis module 114 of the event collection module 300.
作为交易质量判断、分析的具体方式可以列举如图3所示的一个示例。As an example of the judgment and analysis of the transaction quality, an example as shown in FIG. 3 can be cited.
图3表示由交易质量分析模块110实现的交易质量判断、分析的一个具体方式的示意图。 FIG. 3 is a schematic diagram showing a specific manner of transaction quality judgment and analysis implemented by the transaction quality analysis module 110.
如图3所示,交易抓取子模块111从数据库900中抓取数据,准实时将交易数据同步到高速缓存中,在缓存中以交易时间戳构建先进先出缓存链表,这样,通过对缓存链表的操作而不是直接操作数据库,能够避免对联机交易核心数据库的干扰。As shown in FIG. 3, the transaction fetching sub-module 111 fetches data from the database 900, synchronizes the transaction data into the cache in real-time, and constructs a FIFO cache list in the cache with transaction timestamps, so that the cache is cached. The operation of the linked list, rather than directly operating the database, can avoid interference with the online database of online transactions.
接着,交易监控模块112通过对链表的循环读取,加工出例如以秒为根节点的60个二叉树,根节点存放当前秒下的交易总量,左叶子为成功交易数量,右叶子为失败交易数量。Then, the transaction monitoring module 112 processes, for example, 60 binary trees with a root as a root node by cyclically reading the linked list, and the root node stores the total transaction amount in the current second, the left leaf is the number of successful transactions, and the right leaf is the failed transaction. Quantity.
交易过滤模块113每分析一笔交易根据交易中交易时间和应答码要素判定交易成功与否,进而在对应时间点二叉树叶子节点计数器加一,该类二叉树用于交易成功率分析。具体地,交易过滤模块113对每一笔交易进行处理,处理后得到是在哪个时间点(秒)上应该增加一个成功计数还是失败计数,其中,交易过滤模块113判断交易是否成功是按照应答码进行判断。The transaction filtering module 113 determines whether the transaction is successful or not according to the transaction time and the response code element in the transaction, and further adds one to the binary tree leaf node counter at the corresponding time point, and the binary tree is used for the transaction success rate analysis. Specifically, the transaction filtering module 113 processes each transaction, and at which point in time (seconds), a success count or a failure count should be added, wherein the transaction filtering module 113 determines whether the transaction is successful according to the response code. Make a judgment.
接着,质量分析模块114每隔一定时间(可以按照需求设定间隔事件,例如,3秒)读取连续N个(N与间隔时间匹配)节点数据,进行成功率的计算,并将计算结果发送过给事件归集模块300。这样,如此推移、反复工作。Then, the quality analysis module 114 reads consecutive N (N and interval matching) node data at regular intervals (can set interval events, for example, 3 seconds), performs success calculation, and sends the calculation result. The event collection module 300 is passed. In this way, it goes so far and works repeatedly.
如上所述,在本发明中,采用内存缓存并以链表过渡,能够减少数据库操作。统计一个时间段的成功率,而往往时间段是平移的,比如发生在第2秒的交易在的第二个统计周期还是需要去筛选的,传统的基于数据库操作,对于一笔交易就会被多次搜索或者说捕捉。而在本发明中,将交易抓取到内存里面,构建一个链表,数据库操作只有在抓交易的那一次。因此,能够减少对数据库的操作。As described above, in the present invention, the use of the memory cache and the transition of the linked list can reduce the database operation. Count the success rate of a time period, and often the time period is translation. For example, the second statistical period of the transaction occurring in the second second still needs to be filtered. The traditional database-based operation will be used for a transaction. Search multiple times or capture. In the present invention, the transaction is captured into the memory, and a linked list is constructed. The database operation is only the one that captures the transaction. Therefore, the operation on the database can be reduced.
而且,二次加工后存放在二叉树内再统计分析,将统计成功率的计算由现有技术中的交易笔数敏感转变成固定次数。例如,在现有技术中,统计成功率是利用数据库的语句直接完成的,比如利用数据库的count或者sum类似的,这个消耗的是数据库服务器的计算力,一旦统计周期内交易笔数多,数据库的查询和计算效率会显著降低。而与此相对,本发明中的二叉树的算法,对于成功率计算不依赖于数据库的select而是N等于3的情况下的对于树的3次和5次加法、1次除法【(节点1成功+节点2成功+节点3成功=分子值)/(分子值+节点1失败+节点2失败+节点3失败)】。这样瞬时交易笔数(即所谓TPS,每秒交易笔数)怎么增加,计算力需求是一样的,而不会消耗数据库的计算力。 Moreover, after secondary processing, it is stored in a binary tree and then statistically analyzed, and the calculation of the statistical success rate is converted from the transaction-number sensitivity in the prior art to a fixed number of times. For example, in the prior art, the statistical success rate is directly completed by using a statement of a database, such as using a count or a sum of a database, which consumes the computing power of the database server, and once the number of transactions in the statistical period is large, the database The query and calculation efficiency will be significantly reduced. On the other hand, the algorithm of the binary tree in the present invention does not depend on the database's select for the success rate calculation, but the 3rd and 5th additions to the tree and the 1 division in the case where N is equal to 3 [(node 1 succeeds) + node 2 success + node 3 success = numerator value) / (molecular value + node 1 failure + node 2 failure + node 3 failure)]. In this way, the number of instantaneous transactions (the so-called TPS, the number of transactions per second) increases, the computing power demand is the same, and does not consume the computing power of the database.
在健康检查模块100中除了交易质量分析模块110之外,还能够进一步集成进程监控模块120、系统IPC资源监控模块130、系统资源消耗监控模块140以及网络可靠性探测模块150。In addition to the transaction quality analysis module 110, the health check module 100 can further integrate the process monitoring module 120, the system IPC resource monitoring module 130, the system resource consumption monitoring module 140, and the network reliability detecting module 150.
其中,进程监控模块120用于监控应用或者数据库的进程,系统IPC资源监控模块130用于监控系统IPC资源的使用和/或消耗,系统资源消耗监控模块140用于监控系统资源的消耗,网络可靠性探测模块150用于探测网络的可靠性。The process monitoring module 120 is configured to monitor an application or a database process. The system IPC resource monitoring module 130 is configured to monitor usage and/or consumption of system IPC resources, and the system resource consumption monitoring module 140 is configured to monitor system resource consumption, and the network is reliable. The sexual detection module 150 is used to detect the reliability of the network.
接着,对于自动调度模块200进行说明。Next, the automatic scheduling module 200 will be described.
图4是本发明的银行卡交换中心的运营保障系统中自动调度模块200的具体构造的框架图。4 is a block diagram showing a specific configuration of an automatic scheduling module 200 in an operation guarantee system of a bank card exchange center of the present invention.
自动调度模块200用于对于银行卡交换中心每日必须执行的场次任务进行自动化处理。具体的,如图4所示,自动调度模块200具备自动调度任务配置模块210、对应配置参数模块220、自动调度任务监控和调度模块230以及场次模拟驱动器240。The automatic scheduling module 200 is used to automate the processing of the session tasks that must be performed daily by the bank card exchange center. Specifically, as shown in FIG. 4 , the automatic scheduling module 200 includes an automatic scheduling task configuration module 210 , a corresponding configuration parameter module 220 , an automatic scheduling task monitoring and scheduling module 230 , and a session simulation driver 240 .
其中,自动调度任务配置模块210、对应配置参数模块220是维护场次执行开始时间、最晚开始执行时间、预估完成时间和场次依赖关系等,特别的,通过参数设置可以暂停或者驱动重做场次,配置参数包含信息。这里,所谓场次是指系统要运行或者启动一个进程或者批处理任务,比如参数装载是一个场次,汇率同步也是一个场次,交易清分是一个场次,文件下发也可以是一个场次等。The automatic scheduling task configuration module 210 and the corresponding configuration parameter module 220 are the maintenance site execution start time, the latest start execution time, the estimated completion time, and the field dependency. In particular, the parameter setting can pause or drive the redo session. The configuration parameters contain information. Here, the so-called field refers to the system to run or start a process or batch task, such as parameter loading is a session, exchange rate synchronization is also a session, the transaction clearing is a session, the file can also be a session.
自动调度任务监控和调度模块230对配置参数及具体配置项当前执行状态进行循环监控,满足条件即启动场次模块驱动器240。场次模拟驱动器240模拟页面点击动作向后台具体场次执行模块发起执行指令,在这里,场次模拟驱动器240的作用是模拟人工在界面的点击,将本来需要人去点击页面按钮,进而触发的程度的动作变成自动化。自动调度任务监控和调度模块220、场次模拟驱动器230均能判别工作状态并将状态信息发送至事件归集模块300。The automatic scheduling task monitoring and scheduling module 230 cyclically monitors the configuration parameters and the current execution state of the specific configuration item, and the field module driver 240 is activated when the condition is met. The session simulation driver 240 simulates a page click action to initiate an execution instruction to the background specific session execution module. Here, the function of the field simulation driver 240 is to simulate a human click on the interface, and the action that would otherwise require the person to click the page button, and then trigger the action. Become automated. The automatic scheduling task monitoring and scheduling module 220 and the field simulation driver 230 can both determine the working status and send the status information to the event collecting module 300.
事件归集模块300主要接收来自健康检查模块100、自动调度模块200的信息以及来自应用告警模块400的应用告警事件,并且事件归集模块300负责事件的压缩和展示,压缩的目的是避免在监控展示模块500和即时通知模块600高频展示。The event collection module 300 mainly receives information from the health check module 100, the automatic scheduling module 200, and application alarm events from the application alarm module 400, and the event collection module 300 is responsible for compression and display of events, and the purpose of compression is to avoid monitoring. The display module 500 and the instant notification module 600 are displayed at high frequencies.
图5是本发明的银行卡交换中心的运营保障系统中事件归集模块300的具 体构造的框架图。FIG. 5 is a diagram of an event collection module 300 in an operation guarantee system of a bank card exchange center of the present invention. Frame diagram of the body structure.
如图5所示,事件归集模块300具备用于接收外部事件信息的事件侦听子模块310、将所述事件侦听子模块接收到的事件按照事件类型进行选择性存储的缓存模块320以及从数据库内读取较上一次新的所有事件并转发到监控展示模块的事件监控子模块320。As shown in FIG. 5, the event collection module 300 is provided with an event listening submodule 310 for receiving external event information, a cache module 320 for selectively storing events received by the event listening submodule according to event types, and The event monitoring sub-module 320 is read from the database and is forwarded to the event monitoring sub-module 320 of the monitoring display module.
图6是本发明的银行卡交换中心的运营保障系统中事件归集模块300执行的事件归集的一个实施方式的示意图。6 is a schematic diagram of one embodiment of event aggregation performed by the event collection module 300 in the operational support system of the bank card exchange center of the present invention.
事件侦听子模块310被动接收外部事件信息,事件侦听子模块310接收到事件后缓存到缓存模块320。其中,在缓存模块320中根据事件分类信息先缓存在不同事件类型的预设缓存中,写入缓存前,先查找缓存内是否存在同类事件,如果存在则丢弃,否则写入缓存中并同事写入至数据库900,事件在缓存内以循环链表形式存在。事件监控子模块320从数据库900内读取较上一次新的所有事件,展示在监控展示模块500上,并发送给即时通知模块600。由即时通知模块600查找通知列表进而调用短信、邮件网关对外发送。其中,对于事件缓存,存放同一事件类型下的不同事件信息(比如A和B来自于应用告警,C来自于网络告警,A和B属于同一事件类型的不同事件,C属于不同事件类型),由各缓存守护模块负责清理,当守护模块发现链表头节点告警信息在缓存内停留时间超过阈值则将链表指针进行更新。The event snooping sub-module 310 passively receives external event information, and the event snooping sub-module 310 caches the cached module 320 after receiving the event. In the cache module 320, the event classification information is first cached in a preset cache of different event types. Before writing to the cache, first find whether there is a similar event in the cache, and if it exists, discard it, otherwise write to the cache and write to the colleague. Into the database 900, the event exists in the cache as a circular linked list. The event monitoring sub-module 320 reads all the new events from the database 900, displays them on the monitoring display module 500, and sends them to the instant notification module 600. The instant notification module 600 searches for the notification list and then invokes the short message and the mail gateway to send the message. The event cache stores different event information under the same event type (for example, A and B are from application alarms, C is from network alarms, A and B belong to different events of the same event type, and C belongs to different event types), Each cache daemon module is responsible for cleaning up. When the daemon module finds that the alarm information of the linked list header node exceeds the threshold in the cache, the linked list pointer is updated.
其中,应用告警模块400可以是以一个模块形式构成,也可以不构成为模块,而是构成为收集来自各个应用模块的应用告警信息并发送到事件归集模块300。The application alarm module 400 may be configured in the form of a module, or may not be configured as a module, but configured to collect application alarm information from each application module and send it to the event collection module 300.
监视展示模块500用于对由事件归集模块300归集后的事件进行展示。The monitoring display module 500 is configured to display events collected by the event collection module 300.
即时通知模块600将以短信和邮件等方式向通知列表内接收方发送通知信息,通知包括定时通报的监控检测状态、场地执行状态及其他计划外应用告警信息等。通过对短信或者邮件的判别,比如计划时间点未收到计划内状态信息或者收到计划外时间点即可判别交换中心的运营状态,供运营管理及应急处理决策。The instant notification module 600 will send notification information to the recipients in the notification list by means of short messages and emails, etc., and notify the monitoring and detection status including the timed notification, the site execution status, and other unplanned application alarm information. By judging the short message or email, for example, the planned status point does not receive the planned status information or the unplanned time point can be used to determine the operation status of the switching center for operational management and emergency response decision.
本发明的银行卡交换中心的运营保障系统运行非常平稳,能够大大减轻运营压力。在实际运转的情况下,通过对报警参数的不断调整,以及对短信等的监控完全能够掌握系统运营状况,能够减少了人工干预带来的不稳定和不可控因 素,解放了生产力,大大缩减运维成本。另一方面,通过从数据库中抓取数据,然后对抓取的数据进行操作,这样,替代直接操作数据库而是对缓存数据进行操作,能够有效避免对联机交易核心数据库的干扰。而且,通过根据列表发送告警信息,可以满足更多人跨地域对于系统运营状况第一时间掌握的需求。The operation guarantee system of the bank card exchange center of the present invention runs very smoothly and can greatly reduce the operational pressure. In the case of actual operation, the system operation status can be fully grasped through continuous adjustment of alarm parameters and monitoring of short messages, etc., which can reduce the instability and uncontrollable cause caused by manual intervention. It has liberated productivity and greatly reduced operating and maintenance costs. On the other hand, by fetching data from the database and then manipulating the fetched data, instead of directly operating the database and operating on the cached data, interference with the online transaction core database can be effectively avoided. Moreover, by sending alarm information according to the list, it is possible to meet the needs of more people to grasp the system operation status in the first time across regions.
以上例子主要说明了本发明的银行卡交换中心的运营保障系统。尽管只对其中一些本发明的具体实施方式进行了描述,但是本领域普通技术人员应当了解,本发明可以在不偏离其主旨与范围内以许多其他的形式实施。因此,所展示的例子与实施方式被视为示意性的而非限制性的,在不脱离如所附各权利要求所定义的本发明精神及范围的情况下,本发明可能涵盖各种的修改与替换。 The above examples mainly illustrate the operation guarantee system of the bank card exchange center of the present invention. Although only a few of the specific embodiments of the present invention have been described, it is understood that the invention may be embodied in many other forms without departing from the spirit and scope of the invention. Accordingly, the present invention is to be construed as illustrative and not restrictive, and the invention may cover various modifications without departing from the spirit and scope of the invention as defined by the appended claims With replacement.

Claims (10)

  1. 一种银行卡交换中心的运营保障系统,其特征在于,具备:An operation guarantee system for a bank card exchange center, characterized in that it has:
    健康检查模块,用于对银行卡交换中心的交易质量、应用、数据库、系统资源以及网络可靠性进行检查;Health check module for checking the transaction quality, application, database, system resources and network reliability of the bank card exchange center;
    事件归集模块,至少收集来自所述健康检查模块的检查结果并且对收集到的事件进行压缩和展示;An event collection module that collects at least the inspection results from the health inspection module and compresses and displays the collected events;
    监视展示模块,用于对由所述事件归集模块归集后的结果进行展示;以及a monitoring display module for displaying results collected by the event collection module;
    即时通知模块,用于根据所述事件归集模块归集后的结果通知规定的接收方。The instant notification module is configured to notify the specified recipient according to the result of the event collection module being collected.
  2. 如权利要求1所述的银行卡交换中心的运营保障系统,其特征在于,进一步具备:The operation guarantee system of the bank card exchange center according to claim 1, further comprising:
    应用告警模块,用于收集来自系统中各个应用模块的应用告警信息并且将收集到的应用告警信息输入至所述事件归集模块;以及An application alarm module, configured to collect application alarm information from each application module in the system, and input the collected application alarm information to the event collection module;
    自动调度模块,对场次或任务进行自动调度并且将调度结果输入到所述事件归集模块。The automatic scheduling module automatically schedules the session or task and inputs the scheduling result to the event collection module.
  3. 如权利要求1或2所述的银行卡交换中心的运营保障系统,其特征在于,The operation guarantee system of the bank card exchange center according to claim 1 or 2, characterized in that
    所述健康检查模块至少具备用于检查交易质量的交易质量分析模块。The health check module has at least a transaction quality analysis module for checking the quality of the transaction.
  4. 如权利要求3所述的银行卡交换的运营保障系统,其特征在于,An operation guarantee system for bank card exchange according to claim 3, characterized in that
    所述交易质量分析模块具备:The transaction quality analysis module has:
    交易抓取模块,用于从数据库抓取交易数据并且加以缓存;a transaction fetch module for fetching transaction data from a database and caching it;
    交易监控模块,用于对所述交易抓取模块缓存的交易数据进行监控;a transaction monitoring module, configured to monitor transaction data cached by the transaction capture module;
    交易过滤模块,用于对所述交易监控模块的加工结果进行过滤;以及a transaction filtering module for filtering processing results of the transaction monitoring module;
    质量分析模块,用于对所述交易过滤模块过滤后的结果进行质量分析并将计算结果发送给所述事件归集模块。The quality analysis module is configured to perform quality analysis on the filtered result of the transaction filtering module and send the calculation result to the event collection module.
  5. 如权利要求4所述的银行卡交换的运营保障系统,其特征在于,An operation guarantee system for bank card exchange according to claim 4, characterized in that
    所述交易抓取模块从数据库抓取交易数据并且以时间戳构建先进先出链表加以缓存。 The transaction capture module fetches transaction data from the database and builds a FIFO linked list with a timestamp for caching.
  6. 如权利要求5所述的银行卡交换的运营保障系统,其特征在于,An operation guarantee system for bank card exchange according to claim 5, characterized in that
    所述交易监控模块通过对所述链表进行读取并且加工成表示交易成功/失败率的树形。The transaction monitoring module reads and processes the linked list into a tree representing a transaction success/failure rate.
  7. 如权利要求6所述的银行卡交换的运营保障系统,其特征在于,An operation guarantee system for bank card exchange according to claim 6, wherein
    所述质量分析模块对所述交易过滤模块过滤后的结果每隔一定时间读取N个节点数据进行成功率计算并且将计算结果发送给所述事件归集模块,其中N为自然数。The quality analysis module reads the N node data at a certain time to perform a success rate calculation and sends the calculation result to the event collection module, where N is a natural number.
  8. 如权利要求7所述的银行卡交换的运营保障系统,其特征在于,An operation guarantee system for bank card exchange according to claim 7, wherein
    所述事件归集模块具备:The event collection module has:
    事件侦听子模块,用于接收外部事件信息;An event listening submodule for receiving external event information;
    缓存模块,将所述事件侦听子模块接收到的事件按照事件类型选择性存储到缓存或数据库;以及a cache module, wherein the event received by the event listening submodule is selectively stored into a cache or a database according to an event type;
    事件监控子模块,从所述数据库内读取较上一次新的所有事件并转发到监控展示模块。The event monitoring sub-module reads all the new events from the database and forwards them to the monitoring display module.
  9. 如权利要求8所述的银行卡交换的运营保障系统,其特征在于,An operation guarantee system for bank card exchange according to claim 8, wherein
    所述健康检查模块进一步具备:The health check module further has:
    进程监控模块,用于监控应用或者数据库的进程;a process monitoring module for monitoring an application or a database process;
    系统IPC资源监控模块,用于监控系统IPC资源的使用和/或消耗;a system IPC resource monitoring module for monitoring usage and/or consumption of system IPC resources;
    系统资源消耗监控模块,用于监控系统资源的消耗;以及a system resource consumption monitoring module for monitoring system resource consumption;
    网络可靠性探测模块,用于探测网络的可靠性。A network reliability detection module for detecting the reliability of the network.
  10. 如权利要求9所述的银行卡交换的运营保障系统,其特征在于,An operation guarantee system for bank card exchange according to claim 9, wherein
    所述自动调度模块具备:The automatic scheduling module has:
    自动调度任务配置模块,用于设置调度任务;Automatically scheduling a task configuration module for setting a scheduling task;
    对应配置参数模块,用于设置暂停或者驱动重做场次的参数;Corresponding configuration parameter module, used to set parameters for suspending or driving redo sessions;
    自动调度任务监控和调度模块,用于对配置参数及具体配置项当前执行状态进行循环监控,若满足条件即启动下述的场次模块驱动器;以及The automatic scheduling task monitoring and scheduling module is configured to cyclically monitor the configuration parameters and the current execution state of the specific configuration item, and if the condition is met, start the following field module driver;
    场次模拟驱动器,用于模拟页面点击动作发出执行指令。 The session simulation driver is used to simulate the page click action to issue an execution command.
PCT/CN2017/080087 2016-04-26 2017-04-11 Operation guarantee system for bank card switching center WO2017185976A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610262927.1A CN105763384B (en) 2016-04-26 2016-04-26 The operation safeguards system of bank card switching centre
CN201610262927.1 2016-04-26

Publications (1)

Publication Number Publication Date
WO2017185976A1 true WO2017185976A1 (en) 2017-11-02

Family

ID=56324969

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/080087 WO2017185976A1 (en) 2016-04-26 2017-04-11 Operation guarantee system for bank card switching center

Country Status (2)

Country Link
CN (1) CN105763384B (en)
WO (1) WO2017185976A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107766578A (en) * 2017-11-16 2018-03-06 深圳金葫芦金融服务有限公司 A kind of implementation based on intelligent algorithm financial product management backstage intelligence O&M
CN110020764A (en) * 2018-10-25 2019-07-16 阿里巴巴集团控股有限公司 Method for managing resource, device, equipment and computer readable storage medium

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105763384B (en) * 2016-04-26 2019-05-10 中国银联股份有限公司 The operation safeguards system of bank card switching centre
CN107505559B (en) * 2017-08-28 2019-09-06 北京银联金卡科技有限公司 The system of detection chip sensitive position in error injection test
CN107505560B (en) * 2017-08-28 2019-09-06 北京银联金卡科技有限公司 Energy parameter in chip error injection test adjusts system and method

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005285013A (en) * 2004-03-30 2005-10-13 Fujitsu Ltd Transaction monitoring method, program and device
US20080075235A1 (en) * 2006-09-23 2008-03-27 Russikoff Ronald K ATM emergency database system for response to duress transactions
CN103279885A (en) * 2013-06-19 2013-09-04 华夏银行股份有限公司 Transaction monitoring and managing system aiming at business service
CN103888287A (en) * 2013-12-18 2014-06-25 北京首都国际机场股份有限公司 Information system integrated operation and maintenance monitoring service early warning platform and realization method thereof
CN104156850A (en) * 2014-07-16 2014-11-19 通联支付网络服务股份有限公司 Real-time transaction monitoring system
CN105763384A (en) * 2016-04-26 2016-07-13 中国银联股份有限公司 Operation guarantee system of bank card switching center

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102185709B (en) * 2011-04-22 2014-11-19 赛特斯信息科技股份有限公司 Integrated network quality of service assurance and management system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005285013A (en) * 2004-03-30 2005-10-13 Fujitsu Ltd Transaction monitoring method, program and device
US20080075235A1 (en) * 2006-09-23 2008-03-27 Russikoff Ronald K ATM emergency database system for response to duress transactions
CN103279885A (en) * 2013-06-19 2013-09-04 华夏银行股份有限公司 Transaction monitoring and managing system aiming at business service
CN103888287A (en) * 2013-12-18 2014-06-25 北京首都国际机场股份有限公司 Information system integrated operation and maintenance monitoring service early warning platform and realization method thereof
CN104156850A (en) * 2014-07-16 2014-11-19 通联支付网络服务股份有限公司 Real-time transaction monitoring system
CN105763384A (en) * 2016-04-26 2016-07-13 中国银联股份有限公司 Operation guarantee system of bank card switching center

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107766578A (en) * 2017-11-16 2018-03-06 深圳金葫芦金融服务有限公司 A kind of implementation based on intelligent algorithm financial product management backstage intelligence O&M
CN110020764A (en) * 2018-10-25 2019-07-16 阿里巴巴集团控股有限公司 Method for managing resource, device, equipment and computer readable storage medium

Also Published As

Publication number Publication date
CN105763384A (en) 2016-07-13
CN105763384B (en) 2019-05-10

Similar Documents

Publication Publication Date Title
WO2017185976A1 (en) Operation guarantee system for bank card switching center
CN109542733B (en) High-reliability real-time log collection and visual retrieval method
US9369356B2 (en) Conducting a diagnostic session for monitored business transactions
CN110581773A (en) automatic service monitoring and alarm management system
CN101997925A (en) Server monitoring method with early warning function and system thereof
CN102156729A (en) System and method for monitoring database servers
CN109460339B (en) Log streaming computing system
CN106940677A (en) One kind application daily record data alarm method and device
CN102932447A (en) Distribution room remote data acquisition and analysis system
CN106100884A (en) The alarm method of supervisory control of substation equipment operation exception
CN111679958A (en) Server monitoring system
CN108737170A (en) A kind of batch daily record abnormal data alarm method and device
CN102568147B (en) Alarm method for software failure of semiconductor device
CN112084087A (en) Industrial equipment state monitoring and operation and maintenance management method and system
CN111143167A (en) Alarm merging method, device, equipment and storage medium for multiple platforms
CN112749153A (en) Industrial network data management system
CN105589800A (en) Application system for predicting faults of complex system
CN107862811A (en) Self-help terminal equipment and its monitoring method of health state and device, storage medium
TWI364680B (en)
CN112506154A (en) Internet of things monitoring system for domestic sewage treatment station
WO2023273461A1 (en) Robot operating state monitoring system, and method
CN107180307A (en) Enterprise application system comprehensive monitoring management platform
CN113254313A (en) Monitoring index abnormality detection method and device, electronic equipment and storage medium
CN101206610A (en) System and method for managing computer run case
CN102045391A (en) Information push method

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

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

Ref document number: 17788628

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 17788628

Country of ref document: EP

Kind code of ref document: A1