WO2013055711A2 - Business activity monitoring runtime - Google Patents

Business activity monitoring runtime Download PDF

Info

Publication number
WO2013055711A2
WO2013055711A2 PCT/US2012/059412 US2012059412W WO2013055711A2 WO 2013055711 A2 WO2013055711 A2 WO 2013055711A2 US 2012059412 W US2012059412 W US 2012059412W WO 2013055711 A2 WO2013055711 A2 WO 2013055711A2
Authority
WO
WIPO (PCT)
Prior art keywords
data
queries
event
collection
service
Prior art date
Application number
PCT/US2012/059412
Other languages
English (en)
French (fr)
Other versions
WO2013055711A3 (en
Inventor
Janaki Ram Goteti
Rajat Talwar
Kiran Kumar KOLLI
Tapas Kumar Nayak
Original Assignee
Microsoft Corporation
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 Microsoft Corporation filed Critical Microsoft Corporation
Priority to EP12839298.2A priority Critical patent/EP2766812A4/en
Priority to KR20147009526A priority patent/KR20140075713A/ko
Priority to JP2014535795A priority patent/JP2014534511A/ja
Publication of WO2013055711A2 publication Critical patent/WO2013055711A2/en
Publication of WO2013055711A3 publication Critical patent/WO2013055711A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/1734Details of monitoring file system events, e.g. by the use of hooks, filter drivers, logs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • 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
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0639Performance analysis of employees; Performance analysis of enterprise or organisation operations
    • G06Q10/06393Score-carding, benchmarking or key performance indicator [KPI] analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions

Definitions

  • a business activity monitoring (BAM) application comprises one or more business models, which can include process models, analytic models, rules, and the like. These business models are created and saved using various modeling tools upon which the models can be implemented using a variety of existing applications. Conventionally, business applications include one or more related models and, optionally, partial or full implementations of the respective models. Additionally, business applications can go through a governance step in which their constituent models and changes to such models are reviewed by appropriate authorities, executives, etc., and approved or denied.
  • the business application is published, and the constituent models of the published business application and their respective implementations are then validated for completeness and consistency.
  • data is provided from an application programming interface (API) in a monitored application to a collection runtime.
  • the collection runtime collects data based upon a data collection model.
  • a current time increment is assigned to the collected data.
  • the collected data is provided as a stream of event data to an event processing service, which performs one or more queries on the data stream.
  • the results of the queries are provided to a data store and/or to a user interface.
  • the data collection model is created from a data collection profile, and the queries are created from an observation model.
  • FIGURE 1 is a high level block diagram of a business activity monitoring (BAM) service
  • FIGURE 2 illustrates components of an event processing (EP) service in one embodiment of a BAM runtime
  • FIGURE 3 is a flowchart outlining a process for monitoring a business application according to one embodiment
  • FIGURE 4 is a flowchart outlining a process for using data collection models according to one embodiment
  • FIGURE 5 is a flowchart outlining a process for generating a query model according to one embodiment.
  • FIGURE 6 illustrates an example of a suitable computing and networking environment on which the examples of FIGURES 1-5 may be implemented.
  • BAM Business activity monitoring
  • Part of the infrastructure is an execution layer that collects events emitted by applications and then computes interesting events and KPIs (key performance indicators) based on an intent modeled by business users.
  • Raw events emitted by application components are modeled as streams of events, with events having a lifetime that is used in computations.
  • Streams also have a notion of current time increment (CTI) that may be inferred or computed.
  • CTI current time increment
  • an application programming interface is used by applications to emit events. Once events are emitted, an event processor collects those events and transforms them to a stream of events depending on KPIs of interest.
  • FIGURE 1 is a high level block diagram of a business activity monitoring (BAM) service.
  • Profile repository 101 holds models for the collection of data. These models identify what data is of interest and how to collect that data.
  • the data collection model identifies where/what/how data can be collected from a user's business application. For example, if the monitored application is an ordering process, the model may identify what order and customer information should be collected and how to collect such data.
  • the model is applied to a user's monitored application 102, which may be a business application, a website, or any code of interest.
  • Monitoring API 103 monitors code calls in application 102.
  • Monitoring API 103 identifies and tracks data in the monitored application 102.
  • Collection runtime 104 reads the model from profile repository 101 to identify the data of interest. Collection runtime 104 collects the data from monitoring API 103 and then selects relevant data as identified by the model. In this way, the monitoring API 103 itself does not need to be modified to collect specific data of interest. Instead, the model is used in collection runtime 104 to determine what data is of interest.
  • Collection runtime 104 creates a stream of data that is collected in event store 105.
  • the data in the event store is processed by a monitoring application 106.
  • Different event stores 105 may be used for different monitored applications, or a single event store 105 may hold data for multiple applications 102.
  • a separate monitoring application 106 may be used for each user or each monitored application 102.
  • Input adapter 107 in monitoring application 106 communicates with one or more event stores 105. There may be a number of different types of event stores 105, such as different databases, and input adapter 107 is configured to communicate with and to pull data from each type of event store 105. Input adapter 107 converts or modifies the data from event store 105 as necessary and provides the data to query module 108.
  • Query module 108 performs computations and queries on the data collected from monitored application 102. The results of those computations and queries are provided to output adapter 109.
  • Output adapter 109 communicates with one or more observation/KPI stores 110. There may be a number of different types of observation/KPI stores 110, such as different databases. Output adapter 109 is configured to communicate with and to push data to each type of observation/KPI store 110. Output adapter 110 converts or modifies the data from query module 108 as necessary and provides the output of the computations to
  • BAM REST (Representational State Transition) service 111 provides user access to the data stored in observation/KPI store 110.
  • BAM REST service 111 provides tools for displaying and/or further analyzing the data output from query module 108.
  • BAM REST service 111 may display the data in a format requested by a user. In one
  • BAM REST service 111 provides a data feed, such as an RSS feed, comprising the output of query module 108.
  • BAM portal 112 provides an additional output for the compute data.
  • BAM portal 112 enhances, organizes, or refines the data output from BAM REST service 111 and displays the data to the user.
  • BAM portal 112 may use the data from BAM REST service 111 and create a graph, table or other enhanced display for the user.
  • BAM portal 112 may provide an interface that allows users to retrieve selected data from observation/KPI store 110, such as data from a certain period or for a particular monitored application 102.
  • Monitoring application 102 may further comprise collection profiles 113 that define parameters for data collection - such as the what/where/when of data collection. These collection profiles 113 may be based upon the data collection models that are stored in profile repository 101.
  • BAM component/service interface 114 accesses the collection profiles 113 and observation models 115.
  • BAM component/service interface 114 uses EP proxy 117 to create queries for query module 108.
  • Query module 108 along with input adapter 107 and output adapter 109 may be part of an event processing (EP) service 116 using a stream processing architecture.
  • Event streams from collection runtime 104 via event store 105 are processed by EP service 116.
  • the streams may represent data collected from business applications, such as
  • EP service 116 computes or queries data from the event stream to identify patterns, KPIs, trends, exceptions, and alerts. In one embodiment, EP service 116 may use a
  • EP proxy 117 creates queries for query module 108 based upon the observation models 115. Computations in the observation model 115 may be transformed into queries that are applied by query module 108 against the data stream from event store 105.
  • the stream of data output from collection runtime 104 to event store 105 and then to EP service 116 is associated with the time when the data is generated and is associated with a current time indicator (CTI).
  • CTI current time indicator
  • This data may be partitioned in order to scale-up processing, such as to handle larger volumes of events.
  • EP service 116 and query module 108 may handle the partitioning of the data stream.
  • Monitoring application 106 may comprise a plurality of EP services 116 and computes 108. Different partitions within the data stream may be routed to different computes 108.
  • the query module 108 may be selected based upon the user or parameters in the model.
  • query module 108 may be a join compute that collects data from different monitored applications 102 and joins related data together. For example, in a business process there may be separate applications for ordering goods, preparing shipments for ordered goods, and processing credit cards for purchases of the goods. Models in profile repository 101 are used by a monitoring API 103 and collection runtime 104 to collect relevant data from these different applications. The data collected from these applications is streamed to a join query module 108, which joins the related data together. The joined data may be further processed in an analysis query module 108 and/or displayed to the user via BAM REST service 111 or BAM portal 112.
  • the BAM service illustrated in FIGURE 1 is highly scalable. All of the components in monitoring application 106 may be performed on a single server or they may each be performed on separate servers.
  • FIGURE 2 illustrates components of an event processing (EP) service 200 in one embodiment of a BAM runtime.
  • Input adaptors 201 receive data or event streams. There may be a plurality of input adaptors 201 in the EP service with each adaptor configured to operate with a different data source.
  • Input adaptors 201 may be coupled to a collection runtime in a monitored application or to an event store. Input adaptors 201 transform the received data or event stream into a format that is useable by query 202.
  • query 202 is a join query.
  • query may be any type of query, such as an analysis, KPl or observation/model (OM) query.
  • Join query 202 receives a formatted input from input adaptors 201 and performs a join compute on the data stream.
  • different sets of data from different applications are combined in the join query 202.
  • the data may be joined based on a particular user, application or CTI.
  • Join query 202 provides the results of its compute to output adaptor 203.
  • output adaptor 203 is configured to provide the data from join query 202 to a SQL server. It will be understood that output adaptor 203 may alternatively be configured to provide an output to another server or to other code for further processing.
  • the output of join query 202 may be provided to a single destination or to multiple sources.
  • the output of join query 202 may also be routed to KPl query 204 and KPl query 205 for further processing.
  • the output of KPl query 204 may be provided to an output adaptor, such as SQL output adaptor 206, or to another KPl query, such as KPl SLA (service level agreement) query 207.
  • KPl SLA service level agreement
  • FIGURE 3 is a flowchart outlining a process for monitoring a business application according to one embodiment.
  • the business application is monitored by an API that provides data to a collection runtime.
  • the collection runtime collects data from the business application based upon a data collection model.
  • the data collection model identifies what data to collect, how to collect the data, and when to collect the data.
  • the collected data is assigned a current time increment in step 303.
  • the collected data is provided to an event processing service as a stream of event data.
  • the stream of event data may be associated with a current time increment (CTI).
  • CTI current time increment
  • the event data may be transformed by an input adapter in one embodiment before it reaches the event processor.
  • the event processing service performs one or more queries on the event data stream.
  • the queries may be observation/model queries, join queries, KPI queries, or any other analysis.
  • the results of the query are provided to a data store and/or a user interface.
  • the result data may be transformed by an output adapter in one embodiment before it reaches the data store or user interface.
  • the user interface may be a BAM REST service and/or a BAM portal, for example.
  • FIGURE 4 is a flowchart outlining a process for using data collection models according to one embodiment.
  • a data collection profile is received from a user or other source.
  • a data collection model is created from the data collection profile.
  • the data collection model identifies data to be collected from a business application and the manner and time of such data collection.
  • the data collection model is provided to a collection runtime in a monitored business application.
  • the collection runtime collects data from the monitored business application according to the data collection model.
  • the collection runtime may apply the data collection model to data provided from a monitoring API in the business application.
  • the collected data is provided from the collection runtime to an event processing service.
  • the data may be provided as an event stream. Data in the event stream may be associated with a current time increment.
  • FIGURE 5 is a flowchart outlining a process for generating a query model according to one embodiment.
  • an observation model is received from a user or other source.
  • the observation model is provided to an event processing proxy.
  • the event processing proxy converts the observation model to queries that can be performed by an event processing service.
  • the queries are provided to the event processing service.
  • the event processing service receives a data stream from a collection runtime on a monitored business application.
  • the queries are run on the data stream.
  • the results of the queries are provided to an observation/KPI store for further processing and display to a user in step 506.
  • FIGURES 3-5 may be executed simultaneously and/or sequentially. It will be further understood that each step may be performed in any order and may be performed once or repetitiously.
  • FIGURE 6 illustrates an example of a suitable computing and networking environment 600 on which the examples of FIGURES 1-5 may be implemented.
  • the computing system environment 600 is only one example of a suitable computing environment and is not intended to suggest any limitation as to the scope of use or functionality of the invention.
  • the invention is operational with numerous other general purpose or special purpose computing system environments or configurations. Examples of well-known computing systems, environments, and/or configurations that may be suitable for use with the invention include, but are not limited to: personal computers, server computers, hand-held or laptop devices, tablet devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like.
  • the invention may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer.
  • program modules include routines, programs, objects, components, data structures, and so forth, which perform particular tasks or implement particular abstract data types.
  • the invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network.
  • program modules may be located in local and/or remote computer storage media including memory storage devices.
  • an exemplary system for implementing various aspects of the invention may include a general purpose computing device in the form of a computer 600.
  • Components may include, but are not limited to, processing unit 601, data storage 602, such as a system memory, and system bus 603 that couples various system components including the data storage 602 to the processing unit 601.
  • the system bus 603 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures.
  • bus architectures include Industry Standard
  • ISA Industry Definition Bus
  • MCA Micro Channel Architecture
  • EISA Enhanced ISA
  • VESA Video Electronics Standards Association
  • PCI Component Interconnect
  • the computer 600 typically includes a variety of computer-readable media 604.
  • Computer-readable media 604 may be any available media that can be accessed by the computer 601 and includes both volatile and nonvolatile media, and removable and non- removable media.
  • Computer-readable media 604 may comprise computer storage media and communication media.
  • Computer storage media includes volatile and nonvolatile, removable and non-removable media
  • Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by the computer 600.
  • Communication media typically embodies computer-readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media.
  • modulated data signal means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal.
  • communication media includes wired media such as a wired network or direct- wired connection, and wireless media such as acoustic, RF, infrared and other wireless media. Combinations of the any of the above may also be included within the scope of computer-readable media.
  • the data storage or system memory 602 includes computer storage media in the form of volatile and/or nonvolatile memory such as read only memory (ROM) and random access memory (RAM).
  • ROM read only memory
  • RAM random access memory
  • BIOS basic input/output system
  • RAM typically contains data and/or program modules that are immediately accessible to and/or presently being operated on by processing unit 601.
  • data storage 602 holds an operating system, application programs, and other program modules and program data.
  • Data storage 602 may also include other removable/non-removable,
  • volatile/nonvolatile computer storage media may be a hard disk drive that reads from or writes to non-removable, nonvolatile magnetic media, a magnetic disk drive that reads from or writes to a removable, nonvolatile magnetic disk, and an optical disk drive that reads from or writes to a removable, nonvolatile optical disk such as a CD ROM or other optical media.
  • Other removable/nonremovable, volatile/nonvolatile computer storage media that can be used in the exemplary operating environment include, but are not limited to, magnetic tape cassettes, flash memory cards, digital versatile disks, digital video tape, solid state RAM, solid state ROM, and the like.
  • the drives and their associated computer storage media, described above and illustrated in FIGURE 6, provide storage of computer-readable instructions, data structures, program modules and other data for the computer 600.
  • a user may enter commands and information through a user interface 605 or other input devices such as a tablet, electronic digitizer, a microphone, keyboard, and/or pointing device, commonly referred to as mouse, trackball or touch pad.
  • Other input devices may include a joystick, game pad, satellite dish, scanner, or the like.
  • These and other input devices are often connected to the processing unit 601 through a user input interface 605 that is coupled to the system bus 603, but may be connected by other interface and bus structures, such as a parallel port, game port or a universal serial bus (USB).
  • a monitor 606 or other type of display device is also connected to the system bus 603 via an interface, such as a video interface. The monitor 606 may also be integrated with a touch-screen panel or the like.
  • monitor and/or touch screen panel can be physically coupled to a housing in which the computing device 600 is incorporated, such as in a tablet-type personal computer.
  • computers such as the computing device 600 may also include other peripheral output devices such as speakers and printer, which may be connected through an output peripheral interface or the like.
  • the computer 600 may operate in a networked environment using logical connections 607 to one or more remote computers, such as a remote computer.
  • the remote computer may be a personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the computer 600.
  • the logical connections depicted in FIGURE 6 include one or more local area networks (LAN) and one or more wide area networks (WAN), but may also include other networks.
  • LAN local area networks
  • WAN wide area networks
  • Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets and the Internet.
  • the computer 600 When used in a LAN networking environment, the computer 600 may be connected to a LAN through a network interface or adapter 607. When used in a WAN networking environment, the computer 600 typically includes a modem or other means for establishing communications over the WAN, such as the Internet.
  • the modem which may be internal or external, may be connected to the system bus 603 via the network interface 607 or other appropriate mechanism.
  • a wireless networking component such as comprising an interface and antenna may be coupled through a suitable device such as an access point or peer computer to a WAN or LAN.
  • program modules depicted relative to the computer 600, or portions thereof may be stored in the remote memory storage device. It may be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Strategic Management (AREA)
  • Software Systems (AREA)
  • Economics (AREA)
  • Educational Administration (AREA)
  • Development Economics (AREA)
  • General Engineering & Computer Science (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Quality & Reliability (AREA)
  • Operations Research (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Marketing (AREA)
  • Game Theory and Decision Science (AREA)
  • Mathematical Physics (AREA)
  • Debugging And Monitoring (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
PCT/US2012/059412 2011-10-13 2012-10-10 Business activity monitoring runtime WO2013055711A2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
EP12839298.2A EP2766812A4 (en) 2011-10-13 2012-10-10 EXECUTION OF THE MONITORING OF A COMMERCIAL ACTIVITY
KR20147009526A KR20140075713A (ko) 2011-10-13 2012-10-10 비즈니스 활동 모니터링 런타임
JP2014535795A JP2014534511A (ja) 2011-10-13 2012-10-10 ビジネス活動監視ランタイム

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US13/272,246 2011-10-13
US13/272,246 US20130097198A1 (en) 2011-10-13 2011-10-13 Business activity monitoring runtime

Publications (2)

Publication Number Publication Date
WO2013055711A2 true WO2013055711A2 (en) 2013-04-18
WO2013055711A3 WO2013055711A3 (en) 2013-06-13

Family

ID=47644563

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2012/059412 WO2013055711A2 (en) 2011-10-13 2012-10-10 Business activity monitoring runtime

Country Status (6)

Country Link
US (1) US20130097198A1 (zh)
EP (1) EP2766812A4 (zh)
JP (2) JP2014534511A (zh)
KR (1) KR20140075713A (zh)
CN (1) CN102929759B (zh)
WO (1) WO2013055711A2 (zh)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015157137A1 (en) * 2014-04-11 2015-10-15 Microsoft Technology Licensing, Llc Scenario modeling and visualization
WO2015200399A1 (en) * 2014-06-25 2015-12-30 Microsoft Technology Licensing, Llc Stream-based reactive programming platform
US9460273B2 (en) 2014-10-29 2016-10-04 International Business Machines Corporation Automatic generation of license terms for service application marketplaces
JP2018503203A (ja) * 2014-12-16 2018-02-01 エントイット ソフトウェア エルエルシーEntit Software Llc 許容可能なアクティビティルールに基づく許容可能なアクティビティの決定
US9996446B2 (en) 2014-04-28 2018-06-12 Microsoft Technology Licensing, Llc User experience diagnostics with actionable insights

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104102551B (zh) * 2013-04-10 2017-06-06 北京中嘉时代科技有限公司 一种基于状态的应用监控与恢复算法与模型
US9244801B2 (en) 2014-03-31 2016-01-26 International Business Machines Corporation Increasing the accuracy of service quality management metrics
US11275775B2 (en) 2014-10-09 2022-03-15 Splunk Inc. Performing search queries for key performance indicators using an optimized common information model
CN104778113B (zh) * 2015-04-10 2017-11-14 四川大学 一种矫正功率传感器数据的方法
WO2017068669A1 (ja) * 2015-10-21 2017-04-27 株式会社ビジネス・プログレス イベント検知端末
WO2017109129A1 (en) * 2015-12-24 2017-06-29 British Telecommunications Public Limited Company Software security
WO2017109128A1 (en) 2015-12-24 2017-06-29 British Telecommunications Public Limited Company Detecting malicious software
EP3394784B1 (en) 2015-12-24 2020-10-07 British Telecommunications public limited company Malicious software identification
JP6498628B2 (ja) * 2016-04-01 2019-04-10 ボルボ テクノロジー コーポレイション 内燃エンジンシステムの少なくとも一部である排ガス後処理システムの温度を上昇させるための方法、ならびにこのような方法を実行する内燃エンジンシステムを備える車両
JP2018195040A (ja) * 2017-05-17 2018-12-06 株式会社日立製作所 ビジネスプロセス評価装置及びビジネスプロセス評価方法

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030204487A1 (en) 2002-04-26 2003-10-30 Sssv Muni Kumar A System of reusable components for implementing data warehousing and business intelligence solutions
US20060047545A1 (en) 2004-09-01 2006-03-02 Microsoft Corporation RFID enabled information systems utiling a business application
US20060198433A1 (en) 2005-03-01 2006-09-07 Arkady Molev-Shteiman Colored noise detection algorithms
US20080046556A1 (en) 2002-09-16 2008-02-21 Geoffrey Deane Owen Nicholls Method and apparatus for distributed rule evaluation in a near real-time business intelligence system
US20080209078A1 (en) 2007-02-06 2008-08-28 John Bates Automated construction and deployment of complex event processing applications and business activity monitoring dashboards
US20090037240A1 (en) 2007-08-03 2009-02-05 Patrick Schmidt Joint Tracking and Tracing and Business Activity Monitoring
US20100262448A1 (en) 2006-12-15 2010-10-14 Sap Ag Detection of procedural deficiency across multiple business applications

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6467052B1 (en) * 1999-06-03 2002-10-15 Microsoft Corporation Method and apparatus for analyzing performance of data processing system
US7630986B1 (en) * 1999-10-27 2009-12-08 Pinpoint, Incorporated Secure data interchange
US20060190433A1 (en) * 2005-02-23 2006-08-24 Microsoft Corporation Distributed navigation business activities data
JP2007128122A (ja) * 2005-11-01 2007-05-24 Hitachi Ltd 稼働性能データ収集開始時刻決定方法
JP4661722B2 (ja) * 2006-07-31 2011-03-30 日本電気株式会社 運用管理システム、監視装置、監視設定情報生成方法及びプログラム
US9703666B2 (en) * 2007-02-28 2017-07-11 International Business Machines Corporation Method, apparatus and software for managing the generation of process events by a software process
US7933861B2 (en) * 2007-04-09 2011-04-26 University Of Pittsburgh - Of The Commonwealth System Of Higher Education Process data warehouse
CN101483545B (zh) * 2008-12-31 2011-06-29 中国建设银行股份有限公司 一种金融业务监控方法及系统
JP5365308B2 (ja) * 2009-03-31 2013-12-11 富士電機株式会社 生産情報管理システム及び方法
US8195648B2 (en) * 2009-10-21 2012-06-05 Microsoft Corporation Partitioned query execution in event processing systems
JP5448083B2 (ja) * 2010-03-11 2014-03-19 株式会社日立製作所 計算機モニタリングシステム及びプログラム

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030204487A1 (en) 2002-04-26 2003-10-30 Sssv Muni Kumar A System of reusable components for implementing data warehousing and business intelligence solutions
US20080046556A1 (en) 2002-09-16 2008-02-21 Geoffrey Deane Owen Nicholls Method and apparatus for distributed rule evaluation in a near real-time business intelligence system
US20060047545A1 (en) 2004-09-01 2006-03-02 Microsoft Corporation RFID enabled information systems utiling a business application
US20060198433A1 (en) 2005-03-01 2006-09-07 Arkady Molev-Shteiman Colored noise detection algorithms
US20100262448A1 (en) 2006-12-15 2010-10-14 Sap Ag Detection of procedural deficiency across multiple business applications
US20080209078A1 (en) 2007-02-06 2008-08-28 John Bates Automated construction and deployment of complex event processing applications and business activity monitoring dashboards
US20090037240A1 (en) 2007-08-03 2009-02-05 Patrick Schmidt Joint Tracking and Tracing and Business Activity Monitoring

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP2766812A4

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015157137A1 (en) * 2014-04-11 2015-10-15 Microsoft Technology Licensing, Llc Scenario modeling and visualization
US9996446B2 (en) 2014-04-28 2018-06-12 Microsoft Technology Licensing, Llc User experience diagnostics with actionable insights
WO2015200399A1 (en) * 2014-06-25 2015-12-30 Microsoft Technology Licensing, Llc Stream-based reactive programming platform
US10574714B2 (en) 2014-06-25 2020-02-25 Microsoft Technology Licensing, Llc Stream-based reactive programming platform
US9460273B2 (en) 2014-10-29 2016-10-04 International Business Machines Corporation Automatic generation of license terms for service application marketplaces
US10216486B2 (en) 2014-10-29 2019-02-26 International Business Machines Corporation Automatic generation of license terms for service application marketplaces
JP2018503203A (ja) * 2014-12-16 2018-02-01 エントイット ソフトウェア エルエルシーEntit Software Llc 許容可能なアクティビティルールに基づく許容可能なアクティビティの決定
US10318728B2 (en) 2014-12-16 2019-06-11 Entit Software Llc Determining permissible activity based on permissible activity rules

Also Published As

Publication number Publication date
CN102929759B (zh) 2018-09-11
CN102929759A (zh) 2013-02-13
US20130097198A1 (en) 2013-04-18
EP2766812A2 (en) 2014-08-20
KR20140075713A (ko) 2014-06-19
JP2014534511A (ja) 2014-12-18
JP2018014130A (ja) 2018-01-25
WO2013055711A3 (en) 2013-06-13
EP2766812A4 (en) 2015-06-03

Similar Documents

Publication Publication Date Title
US20130097198A1 (en) Business activity monitoring runtime
US11983639B2 (en) Systems and methods for identifying process flows from log files and visualizing the flow
US10310969B2 (en) Systems and methods for test prediction in continuous integration environments
JP6521973B2 (ja) 多重入力データストリームにわたるパターンマッチング
US8229923B2 (en) Multidimensional data space queries with expression evaluation
EP2096590A1 (en) Enhanced process query framework
US20180096035A1 (en) Query-time analytics on graph queries spanning subgraphs
US10031746B2 (en) Analyzing components related to a software application in a software development environment
US11637792B2 (en) Systems and methods for a metadata driven integration of chatbot systems into back-end application services
US8892585B2 (en) Metadata driven flexible user interface for business applications
US20100211895A1 (en) Method for visualization and integration of business intelligence data
CA2419153A1 (en) Automated system and method for designing model based architectures of information systems
US10636086B2 (en) XBRL comparative reporting
US20140219571A1 (en) Time-based sentiment analysis for product and service features
CN111177671A (zh) 一种数据管理平台、方法及电子设备
US20130282643A1 (en) Linking web extension and content contextually
US20140006000A1 (en) Built-in response time analytics for business applications
JP2005018778A (ja) ディメンジョン属性およびディメンジョン当たり複数の階層を使用するオンライン分析処理のためのシステムおよび方法
US20100010979A1 (en) Reduced Volume Precision Data Quality Information Cleansing Feedback Process
US9069373B2 (en) Generating a runtime framework
US20150370873A1 (en) Data aggregation and reporting environment for data center infrastructure management
US11023479B2 (en) Managing asynchronous analytics operation based on communication exchange
US20170033972A1 (en) Systems, devices, and methods for exchanging and processing data measures and objects
JP4489481B2 (ja) 情報の永続性に依存しないレンダリング
US20230385663A1 (en) Large scale forecasting with explanation information for time series datasets

Legal Events

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

Ref document number: 12839298

Country of ref document: EP

Kind code of ref document: A2

WWE Wipo information: entry into national phase

Ref document number: 2012839298

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 20147009526

Country of ref document: KR

Kind code of ref document: A

ENP Entry into the national phase

Ref document number: 2014535795

Country of ref document: JP

Kind code of ref document: A