WO2017185976A1 - 银行卡交换中心的运营保障系统 - Google Patents

银行卡交换中心的运营保障系统 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
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/CN2017/080087
Other languages
English (en)
French (fr)
Inventor
陈林
张晓明
徐立伟
朱龙先
张峻浩
林浩丹
李光宇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Unionpay Co Ltd
Original Assignee
China Unionpay Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by China Unionpay Co Ltd filed Critical China Unionpay Co Ltd
Publication of WO2017185976A1 publication Critical patent/WO2017185976A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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.

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Technology Law (AREA)
  • General Physics & Mathematics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Development Economics (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • Economics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Environmental & Geological Engineering (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

本发明涉及一种银行卡交换中心的运营保障系统。该系统具备:健康检查模块,用于对银行卡交换中心的交易质量等进行检查;事件归集模块,至少收集来自健康检查模块的检查结果并且对收集到的事件进行压缩和展示;监视展示模块,用于对由事件归集模块归集后的结果进行展示;即时通知模块,用于根据事件归集模块归集后的结果通知规定的接收方;应用告警模块,用于接收应用告警;以及自动调度模块。根据本发明的银行卡交换中心的运营保障系统,银行卡交换中心能够实现无人值守,由此能够大大减轻运维压力。

Description

银行卡交换中心的运营保障系统 技术领域
本发明涉及银行卡交换中心的系统维护技术,具体地涉及银行卡交换中心支持无人值守的运营保障系统。
背景技术
目前大多数银行卡交换处理中心都需要7*24现场运营监控并且需要庞大的运维保障队伍24小时现场监控和每日逐步执行一系列场次任务,原因是系统落后或出于者安全稳定考虑未能在技术上突破,大部分操作都需要人工校验和触发,存在操作不及时、操作失误等风险,并且不利于解放生产力。
发明内容
鉴于上述问题,考虑到银行卡交换中心业务处理的特殊性,本发明提出一种能够有效减轻运维压力并且能够减少人工干预带来的不稳定性和不可控性因素的银行卡交换中心支持无人值守的运营保障系统。
本发明的银行卡交换中心的运营保障系统,其特征在于,具备:
健康检查模块,用于对银行卡交换中心的交易质量、应用、数据库、系统资源以及网络可靠性进行检查;
事件归集模块,至少收集来自所述健康检查模块的检查结果并且对收集到的事件进行压缩和展示;
监视展示模块,用于对由所述事件归集模块归集后的结果进行展示;以及
即时通知模块,用于根据所述事件归集模块归集后的结果通知规定的接收方。
优选地,进一步具备:
应用告警模块,用于收集来自系统中各个应用模块的应用告警信息并且将收集到的应用告警信息输入至所述事件归集模块;以及
自动调度模块,对场次或任务进行自动调度并且将调度结果输入到所述事件归集 模块。
优选地,所述健康检查模块至少具备用于检查交易质量的交易质量分析模块。
优选地,所述交易质量分析模块具备:
交易抓取模块,用于从数据库抓取交易数据并且加以缓存;
交易监控模块,用于对所述交易抓取模块缓存的交易数据进行监控;
交易过滤模块,用于对所述交易监控模块的加工结果进行过滤;以及
质量分析模块,用于对所述交易过滤模块过滤后的结果进行质量分析并将计算结果发送给所述事件归集模块。
优选地,所述交易抓取模块从数据库抓取交易数据并且以时间戳构建先进先出链表加以缓存。
优选地,所述交易监控模块通过对所述链表进行读取并且加工成表示交易成功/失败率的树形。
优选地,所述质量分析模块对所述交易过滤模块过滤后的结果每隔一定时间读取N个节点数据进行成功率计算并且将计算结果发送给所述事件归集模块,其中N为自然数。
优选地,所述事件归集模块具备:
事件侦听子模块,用于接收外部事件信息;
缓存模块,将所述事件侦听子模块接收到的事件按照事件类型选择性存储到缓存或数据库;以及
事件监控子模块,从所述数据库内读取较上一次新的所有事件并转发到监控展示模块。
优选地,所述健康检查模块进一步具备:
进程监控模块,用于监控应用或者数据库的进程;
系统IPC资源监控模块,用于监控系统IPC资源的使用和/或消耗;
系统资源消耗监控模块,用于监控系统资源的消耗;以及
网络可靠性探测模块,用于探测网络的可靠性。
优选地,所述自动调度模块具备:
自动调度任务配置模块,用于设置调度任务;
对应配置参数模块,用于设置暂停或者驱动重做场次的参数;
自动调度任务监控和调度模块,用于对配置参数及具体配置项当前执行状态进行循环监控,若满足条件即启动下述的场次模块驱动器;以及
场次模拟驱动器,用于模拟页面点击动作发出执行指令。
如上所述,本发明的银行卡交换中心的运营保障系统能够实现银行卡交换中心的无人值守,能够大大减轻运营压力。在实际运转的情况下,通过对报警参数的不断调整,以及对短信等的监控完全能够掌握系统运营状况,能够减少了人工干预带来的不稳定和不可控因素,解放了生产力,大大缩减运维成本。另一方面,通过从数据库中抓取数据,然后对抓取的数据进行操作,这样,替代直接操作数据库而是对缓存数据进行操作,能够有效避免对联机交易核心数据库的干扰。而且,通过根据列表发送告警信息,可以满足更多人跨地域对于系统运营状况第一时间掌握的需求。
附图说明
图1是本发明的银行卡交换中心的运营保障系统的构造框架图。
图2是本发明的银行卡交换中心的运营保障系统中交易质量分析模块110的具体构造的框架图。
图3表示由交易质量分析模块110实现的交易质量判断、分析的一个具体方式的示意图。
图4是本发明的银行卡交换中心的运营保障系统中自动调度模块200的具体构造的框架图。
图5是本发明的银行卡交换中心的运营保障系统中事件归集模块300的具体构造的框架图。
图6是本发明的银行卡交换中心的运营保障系统中事件归集模块执行的事件归集的一个实施方式的示意图。
具体实施方式
下面介绍的是本发明的多个实施例中的一些,旨在提供对本发明的基本了解。并不旨在确认本发明的关键或决定性的要素或限定所要保护的范围。
下面对于本发明的银行卡交换中心的运营保障系统进行说明。
图1是本发明的银行卡交换中心的运营保障系统的构造框架图。
如图1所示,本发明的银行卡交换中心的运营保障系统具备:用于对银行卡交换中心的交易质量、应用、数据库、系统资源以及网络可靠性等进行检查的健康检查模块100;对场次或任务进行自动调度并且将调度结果输入至下述的事件归集模块的自动调度模块200;收集来自所述健康检查模块100、自动调度模块200和下述应用告警模块400的结果并且对收集到的事件进行压缩和展示的事件归集模块300;用于收集来自系统中各个应用模块的应用告警信息并发送到事件归集模块300的应用告警模块400;用于对由事件归集模块300归集后的事件进行展示的监视展示模块500以及用于根据事件归集模块300归集后的结果通知规定接收方的即时通知模块600。
接着,对于构成本发明的银行卡交换中心的运营保障系统的这些模块进行具体说明。
首先,说明本发明的运营保障系统的关键构成单元即监控检查模块100。
健康检查模块100至少具备交易质量分析模块110。健康检查模块100的交易质量分析模块110用于检测交易的质量。这是因为交换中心首先要保障的就是交易质量,因此,在本发明中,健康检查模块100首先利用它的交易质量分析模块110判断交易质量,对成功率的分析。
图2是本发明的银行卡交换中心的运营保障系统中交易质量分析模块110的具体构造的框架图。
具体地,如图2所示,交易质量分析模块110具备用于从数据库抓取交易数据并且以时间戳构建先进先出链表缓存于缓存内存块的交易抓取模块111;通过对所述链表进行读取并且加工成表示交易成功/失败率的树形的交易监控模块112;对所述交易监控模块112的加工结果进行过滤的交易过滤模块113;以及每隔一定时间读取N个节点数据以进行成功率计算并且将计算结果发送给事件归集模块300的质量分析模块114。
作为交易质量判断、分析的具体方式可以列举如图3所示的一个示例。
图3表示由交易质量分析模块110实现的交易质量判断、分析的一个具体方式的示意图。
如图3所示,交易抓取子模块111从数据库900中抓取数据,准实时将交易数据同步到高速缓存中,在缓存中以交易时间戳构建先进先出缓存链表,这样,通过对缓存链表的操作而不是直接操作数据库,能够避免对联机交易核心数据库的干扰。
接着,交易监控模块112通过对链表的循环读取,加工出例如以秒为根节点的60个二叉树,根节点存放当前秒下的交易总量,左叶子为成功交易数量,右叶子为失败交易数量。
交易过滤模块113每分析一笔交易根据交易中交易时间和应答码要素判定交易成功与否,进而在对应时间点二叉树叶子节点计数器加一,该类二叉树用于交易成功率分析。具体地,交易过滤模块113对每一笔交易进行处理,处理后得到是在哪个时间点(秒)上应该增加一个成功计数还是失败计数,其中,交易过滤模块113判断交易是否成功是按照应答码进行判断。
接着,质量分析模块114每隔一定时间(可以按照需求设定间隔事件,例如,3秒)读取连续N个(N与间隔时间匹配)节点数据,进行成功率的计算,并将计算结果发送过给事件归集模块300。这样,如此推移、反复工作。
如上所述,在本发明中,采用内存缓存并以链表过渡,能够减少数据库操作。统计一个时间段的成功率,而往往时间段是平移的,比如发生在第2秒的交易在的第二个统计周期还是需要去筛选的,传统的基于数据库操作,对于一笔交易就会被多次搜索或者说捕捉。而在本发明中,将交易抓取到内存里面,构建一个链表,数据库操作只有在抓交易的那一次。因此,能够减少对数据库的操作。
而且,二次加工后存放在二叉树内再统计分析,将统计成功率的计算由现有技术中的交易笔数敏感转变成固定次数。例如,在现有技术中,统计成功率是利用数据库的语句直接完成的,比如利用数据库的count或者sum类似的,这个消耗的是数据库服务器的计算力,一旦统计周期内交易笔数多,数据库的查询和计算效率会显著降低。而与此相对,本发明中的二叉树的算法,对于成功率计算不依赖于数据库的select而是N等于3的情况下的对于树的3次和5次加法、1次除法【(节点1成功+节点2成功+节点3成功=分子值)/(分子值+节点1失败+节点2失败+节点3失败)】。这样瞬时交易笔数(即所谓TPS,每秒交易笔数)怎么增加,计算力需求是一样的,而不会消耗数据库的计算力。
在健康检查模块100中除了交易质量分析模块110之外,还能够进一步集成进程监控模块120、系统IPC资源监控模块130、系统资源消耗监控模块140以及网络可靠性探测模块150。
其中,进程监控模块120用于监控应用或者数据库的进程,系统IPC资源监控模块130用于监控系统IPC资源的使用和/或消耗,系统资源消耗监控模块140用于监控系统资源的消耗,网络可靠性探测模块150用于探测网络的可靠性。
接着,对于自动调度模块200进行说明。
图4是本发明的银行卡交换中心的运营保障系统中自动调度模块200的具体构造的框架图。
自动调度模块200用于对于银行卡交换中心每日必须执行的场次任务进行自动化处理。具体的,如图4所示,自动调度模块200具备自动调度任务配置模块210、对应配置参数模块220、自动调度任务监控和调度模块230以及场次模拟驱动器240。
其中,自动调度任务配置模块210、对应配置参数模块220是维护场次执行开始时间、最晚开始执行时间、预估完成时间和场次依赖关系等,特别的,通过参数设置可以暂停或者驱动重做场次,配置参数包含信息。这里,所谓场次是指系统要运行或者启动一个进程或者批处理任务,比如参数装载是一个场次,汇率同步也是一个场次,交易清分是一个场次,文件下发也可以是一个场次等。
自动调度任务监控和调度模块230对配置参数及具体配置项当前执行状态进行循环监控,满足条件即启动场次模块驱动器240。场次模拟驱动器240模拟页面点击动作向后台具体场次执行模块发起执行指令,在这里,场次模拟驱动器240的作用是模拟人工在界面的点击,将本来需要人去点击页面按钮,进而触发的程度的动作变成自动化。自动调度任务监控和调度模块220、场次模拟驱动器230均能判别工作状态并将状态信息发送至事件归集模块300。
事件归集模块300主要接收来自健康检查模块100、自动调度模块200的信息以及来自应用告警模块400的应用告警事件,并且事件归集模块300负责事件的压缩和展示,压缩的目的是避免在监控展示模块500和即时通知模块600高频展示。
图5是本发明的银行卡交换中心的运营保障系统中事件归集模块300的具 体构造的框架图。
如图5所示,事件归集模块300具备用于接收外部事件信息的事件侦听子模块310、将所述事件侦听子模块接收到的事件按照事件类型进行选择性存储的缓存模块320以及从数据库内读取较上一次新的所有事件并转发到监控展示模块的事件监控子模块320。
图6是本发明的银行卡交换中心的运营保障系统中事件归集模块300执行的事件归集的一个实施方式的示意图。
事件侦听子模块310被动接收外部事件信息,事件侦听子模块310接收到事件后缓存到缓存模块320。其中,在缓存模块320中根据事件分类信息先缓存在不同事件类型的预设缓存中,写入缓存前,先查找缓存内是否存在同类事件,如果存在则丢弃,否则写入缓存中并同事写入至数据库900,事件在缓存内以循环链表形式存在。事件监控子模块320从数据库900内读取较上一次新的所有事件,展示在监控展示模块500上,并发送给即时通知模块600。由即时通知模块600查找通知列表进而调用短信、邮件网关对外发送。其中,对于事件缓存,存放同一事件类型下的不同事件信息(比如A和B来自于应用告警,C来自于网络告警,A和B属于同一事件类型的不同事件,C属于不同事件类型),由各缓存守护模块负责清理,当守护模块发现链表头节点告警信息在缓存内停留时间超过阈值则将链表指针进行更新。
其中,应用告警模块400可以是以一个模块形式构成,也可以不构成为模块,而是构成为收集来自各个应用模块的应用告警信息并发送到事件归集模块300。
监视展示模块500用于对由事件归集模块300归集后的事件进行展示。
即时通知模块600将以短信和邮件等方式向通知列表内接收方发送通知信息,通知包括定时通报的监控检测状态、场地执行状态及其他计划外应用告警信息等。通过对短信或者邮件的判别,比如计划时间点未收到计划内状态信息或者收到计划外时间点即可判别交换中心的运营状态,供运营管理及应急处理决策。
本发明的银行卡交换中心的运营保障系统运行非常平稳,能够大大减轻运营压力。在实际运转的情况下,通过对报警参数的不断调整,以及对短信等的监控完全能够掌握系统运营状况,能够减少了人工干预带来的不稳定和不可控因 素,解放了生产力,大大缩减运维成本。另一方面,通过从数据库中抓取数据,然后对抓取的数据进行操作,这样,替代直接操作数据库而是对缓存数据进行操作,能够有效避免对联机交易核心数据库的干扰。而且,通过根据列表发送告警信息,可以满足更多人跨地域对于系统运营状况第一时间掌握的需求。
以上例子主要说明了本发明的银行卡交换中心的运营保障系统。尽管只对其中一些本发明的具体实施方式进行了描述,但是本领域普通技术人员应当了解,本发明可以在不偏离其主旨与范围内以许多其他的形式实施。因此,所展示的例子与实施方式被视为示意性的而非限制性的,在不脱离如所附各权利要求所定义的本发明精神及范围的情况下,本发明可能涵盖各种的修改与替换。

Claims (10)

  1. 一种银行卡交换中心的运营保障系统,其特征在于,具备:
    健康检查模块,用于对银行卡交换中心的交易质量、应用、数据库、系统资源以及网络可靠性进行检查;
    事件归集模块,至少收集来自所述健康检查模块的检查结果并且对收集到的事件进行压缩和展示;
    监视展示模块,用于对由所述事件归集模块归集后的结果进行展示;以及
    即时通知模块,用于根据所述事件归集模块归集后的结果通知规定的接收方。
  2. 如权利要求1所述的银行卡交换中心的运营保障系统,其特征在于,进一步具备:
    应用告警模块,用于收集来自系统中各个应用模块的应用告警信息并且将收集到的应用告警信息输入至所述事件归集模块;以及
    自动调度模块,对场次或任务进行自动调度并且将调度结果输入到所述事件归集模块。
  3. 如权利要求1或2所述的银行卡交换中心的运营保障系统,其特征在于,
    所述健康检查模块至少具备用于检查交易质量的交易质量分析模块。
  4. 如权利要求3所述的银行卡交换的运营保障系统,其特征在于,
    所述交易质量分析模块具备:
    交易抓取模块,用于从数据库抓取交易数据并且加以缓存;
    交易监控模块,用于对所述交易抓取模块缓存的交易数据进行监控;
    交易过滤模块,用于对所述交易监控模块的加工结果进行过滤;以及
    质量分析模块,用于对所述交易过滤模块过滤后的结果进行质量分析并将计算结果发送给所述事件归集模块。
  5. 如权利要求4所述的银行卡交换的运营保障系统,其特征在于,
    所述交易抓取模块从数据库抓取交易数据并且以时间戳构建先进先出链表加以缓存。
  6. 如权利要求5所述的银行卡交换的运营保障系统,其特征在于,
    所述交易监控模块通过对所述链表进行读取并且加工成表示交易成功/失败率的树形。
  7. 如权利要求6所述的银行卡交换的运营保障系统,其特征在于,
    所述质量分析模块对所述交易过滤模块过滤后的结果每隔一定时间读取N个节点数据进行成功率计算并且将计算结果发送给所述事件归集模块,其中N为自然数。
  8. 如权利要求7所述的银行卡交换的运营保障系统,其特征在于,
    所述事件归集模块具备:
    事件侦听子模块,用于接收外部事件信息;
    缓存模块,将所述事件侦听子模块接收到的事件按照事件类型选择性存储到缓存或数据库;以及
    事件监控子模块,从所述数据库内读取较上一次新的所有事件并转发到监控展示模块。
  9. 如权利要求8所述的银行卡交换的运营保障系统,其特征在于,
    所述健康检查模块进一步具备:
    进程监控模块,用于监控应用或者数据库的进程;
    系统IPC资源监控模块,用于监控系统IPC资源的使用和/或消耗;
    系统资源消耗监控模块,用于监控系统资源的消耗;以及
    网络可靠性探测模块,用于探测网络的可靠性。
  10. 如权利要求9所述的银行卡交换的运营保障系统,其特征在于,
    所述自动调度模块具备:
    自动调度任务配置模块,用于设置调度任务;
    对应配置参数模块,用于设置暂停或者驱动重做场次的参数;
    自动调度任务监控和调度模块,用于对配置参数及具体配置项当前执行状态进行循环监控,若满足条件即启动下述的场次模块驱动器;以及
    场次模拟驱动器,用于模拟页面点击动作发出执行指令。
PCT/CN2017/080087 2016-04-26 2017-04-11 银行卡交换中心的运营保障系统 Ceased WO2017185976A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610262927.1A CN105763384B (zh) 2016-04-26 2016-04-26 银行卡交换中心的运营保障系统
CN201610262927.1 2016-04-26

Publications (1)

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

Family

ID=56324969

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/080087 Ceased WO2017185976A1 (zh) 2016-04-26 2017-04-11 银行卡交换中心的运营保障系统

Country Status (2)

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

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107766578A (zh) * 2017-11-16 2018-03-06 深圳金葫芦金融服务有限公司 一种基于智能算法金融产品管理后台智能运维的实现方案
CN110020764A (zh) * 2018-10-25 2019-07-16 阿里巴巴集团控股有限公司 资源管理方法、装置、设备及计算机可读存储介质

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105763384B (zh) * 2016-04-26 2019-05-10 中国银联股份有限公司 银行卡交换中心的运营保障系统
CN107505559B (zh) * 2017-08-28 2019-09-06 北京银联金卡科技有限公司 错误注入测试中检测芯片敏感位置的系统
CN107505560B (zh) * 2017-08-28 2019-09-06 北京银联金卡科技有限公司 芯片错误注入测试中的能量参数调整系统及方法

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005285013A (ja) * 2004-03-30 2005-10-13 Fujitsu Ltd 取引監視方法、取引監視プログラム、および取引監視装置
US20080075235A1 (en) * 2006-09-23 2008-03-27 Russikoff Ronald K ATM emergency database system for response to duress transactions
CN103279885A (zh) * 2013-06-19 2013-09-04 华夏银行股份有限公司 面向业务服务的交易监控管理系统
CN103888287A (zh) * 2013-12-18 2014-06-25 北京首都国际机场股份有限公司 信息系统一体化运维监控服务预警平台及其实现方法
CN104156850A (zh) * 2014-07-16 2014-11-19 通联支付网络服务股份有限公司 一种实时交易监控系统
CN105763384A (zh) * 2016-04-26 2016-07-13 中国银联股份有限公司 银行卡交换中心的运营保障系统

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102185709B (zh) * 2011-04-22 2014-11-19 赛特斯信息科技股份有限公司 一体化网络服务质量保障管理系统

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005285013A (ja) * 2004-03-30 2005-10-13 Fujitsu Ltd 取引監視方法、取引監視プログラム、および取引監視装置
US20080075235A1 (en) * 2006-09-23 2008-03-27 Russikoff Ronald K ATM emergency database system for response to duress transactions
CN103279885A (zh) * 2013-06-19 2013-09-04 华夏银行股份有限公司 面向业务服务的交易监控管理系统
CN103888287A (zh) * 2013-12-18 2014-06-25 北京首都国际机场股份有限公司 信息系统一体化运维监控服务预警平台及其实现方法
CN104156850A (zh) * 2014-07-16 2014-11-19 通联支付网络服务股份有限公司 一种实时交易监控系统
CN105763384A (zh) * 2016-04-26 2016-07-13 中国银联股份有限公司 银行卡交换中心的运营保障系统

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107766578A (zh) * 2017-11-16 2018-03-06 深圳金葫芦金融服务有限公司 一种基于智能算法金融产品管理后台智能运维的实现方案
CN110020764A (zh) * 2018-10-25 2019-07-16 阿里巴巴集团控股有限公司 资源管理方法、装置、设备及计算机可读存储介质

Also Published As

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

Similar Documents

Publication Publication Date Title
WO2017185976A1 (zh) 银行卡交换中心的运营保障系统
CN112671560B (zh) 一种高可用的分布式实时告警处理方法及系统
CN108537544B (zh) 一种交易系统实时监控方法及其监控系统
CN102624570B (zh) 实现对web服务器可用性进行检测的监控系统和方法
CN107302466B (zh) 一种动环监控系统大数据分析平台及方法
CN108063699B (zh) 网络性能监控方法、装置、电子设备、存储介质
CN110581773A (zh) 一种自动化服务监控与报警管理系统
CN108737170A (zh) 一种批量日志异常数据告警方法及装置
CN112084087A (zh) 一种工业设备状态监控与运维管理方法、系统
CN113434366A (zh) 一种事件处理方法和系统
CN104301147A (zh) 一种对业务应用系统中业务及流程活动的监测方法
CN107329877A (zh) 机票业务监控执行系统及方法
CN106468904A (zh) 可动态配置的工序实时累计质量管控实现方法
CN103324128A (zh) 电力调度自动化系统中一次设备故障告警综合压缩方法
CN105069029B (zh) 一种实时etl系统及方法
CN120353679A (zh) 基于多维度指标动态加权的操作系统健康评估方法及系统
TWI364680B (zh)
CN108491508A (zh) 一种大数据清洗规范系统
CN113722173B (zh) 一种业务流程监控方法、系统、设备及可读存储介质
CN106817262A (zh) 一种日志分析装置
CN110677271A (zh) 基于elk的大数据告警方法、装置、设备及存储介质
CN115167297B (zh) 基于线程控制的智能制造工业物联网及控制方法
CN113254310B (zh) 服务器监控系统及方法
CN120448213B (zh) 一种基于消息队列的nginx日志监控方法
CN109710442A (zh) 一种任务的执行方法和装置

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