WO1998042157A2 - Process management infrastructure - Google Patents

Process management infrastructure Download PDF

Info

Publication number
WO1998042157A2
WO1998042157A2 PCT/CA1998/000231 CA9800231W WO9842157A2 WO 1998042157 A2 WO1998042157 A2 WO 1998042157A2 CA 9800231 W CA9800231 W CA 9800231W WO 9842157 A2 WO9842157 A2 WO 9842157A2
Authority
WO
WIPO (PCT)
Prior art keywords
processes
messages
database
tags
information
Prior art date
Application number
PCT/CA1998/000231
Other languages
French (fr)
Other versions
WO1998042157A3 (en
Inventor
Richard Waclawik
Original Assignee
Crosskeys Systems 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 Crosskeys Systems Corporation filed Critical Crosskeys Systems Corporation
Priority to CA002284573A priority Critical patent/CA2284573A1/en
Priority to EP98910543A priority patent/EP1018255A2/en
Priority to AU64912/98A priority patent/AU6491298A/en
Publication of WO1998042157A2 publication Critical patent/WO1998042157A2/en
Publication of WO1998042157A3 publication Critical patent/WO1998042157A3/en

Links

Classifications

    • 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/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • 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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • 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/02Standardisation; Integration
    • H04L41/0233Object-oriented techniques, for representation of network management data, e.g. common object request broker architecture [CORBA]
    • 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/50Network service management, e.g. ensuring proper service fulfilment according to agreements
    • H04L41/5003Managing SLA; Interaction between SLA and QoS
    • 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/50Network service management, e.g. ensuring proper service fulfilment according to agreements
    • H04L41/5061Network service management, e.g. ensuring proper service fulfilment according to agreements characterised by the interaction between service providers and their network customers, e.g. customer relationship management
    • H04L41/5067Customer-centric QoS measurements

Definitions

  • This invention relates to a process management infrastructure system for use in an object-oriented programming environment, and in particular for use in a system for monitoring the compliance with service level agreements in a telecommunications network.
  • SLAs service level agreements
  • Part of the management process that relates to SLAs is the comparison of the service providers' performance vis-a-vis specific guarantees that it may provide to its customer.
  • packet switched networks unlike circuit switched networks, customers are not given a dedicated circuit; their data is statistically multiplexed with data from other sources. Each customer pays for a particular level of service, and it is therefore important to ensure that the customer is receiving the level of service he has paid for.
  • Our co-pending application of even date describes a system for monitoring network performance relative to customer service agreements.
  • the availability requirements for the system is very high. Downtime must be minimized at all costs.
  • the system collects time based information from various network management systems and operation support systems. While the system is down, critical information can be lost.
  • Various strategies are used within the system to minimize the possibility of losing information. One such strategy is to minimize down time.
  • the system indicates to various parts of the service provider's organization the level of service they are providing to their customers. Individuals in customer support, sales, network operations and senior executives rely on this information to make decisions.
  • the system is also expected to evolve to a point where the service provider's customers will have access to the system.
  • System downtime can negatively impact the customer's perception of the quality of the service provider's operation.
  • Object oriented database programming techniques are employed to handle such large volumes of data.
  • the data is received from the network management system in real time through objects known as event collectors, which run processes under the control of a director.
  • event collectors which run processes under the control of a director.
  • a director In a typical system, a director must know store details about each instance of a process it is to run, such as executable file name, configuration and the like. This can lead to considerable downtime when a process fails or it is desired to change the system.
  • An object of the invention is to provide a process management infrastructure which is conducive to providing high availability of such a system with improved flexibility.
  • a process management for use in an object-oriented programming environment comprising means for running a plurality of processes, a director for monitoring the operation of said processes, and a database for storing a plurality of process tags, each process tag uniquely identifying each instance of a process, said means for running said processes obtaining information required to run said processes by looking up the respective process tags therefor in said database.
  • a ptag or process tag which uniquely identifies an instance of a program.
  • Each back end process such as an event collector, which gathers information from a network management system, such as a Newbridge Networks 46020 network management system (NM S) and database monitor generally will have its own ptag recording relevant information about the process, such as the executable name, start up indicator and arguments required to run the process.
  • NM S network management system
  • the invention may run, for example, on a Unix-based Sun Sparc Ultra 2 workstation. Normally dual processors should be used with a minimum of 256 Megabytes of RAM.
  • the invention can run, for example, over a TCP/IP network.
  • the invention is particularly applicable to a system for monitoring the compliance with service level agreements in a telecommunications network, but has also application in other environments. It allows added flexibility and permits fine control over different elements of the system. For example, a new network manager can be added to the system on the fly simply by starting up another instance of a process without the need to copy and rename executable files.
  • the invention represents an important technical advance in the management of communications networks.
  • the invention also provides a method of managing processes in an object-oriented programming environment, wherein process tags are used to uniquely identify each instance of a process in the system.
  • Figure 1 is an overview of a system to which the management infrastructure may be applied.
  • FIG. 2 is a block diagram of a process management infrastructure in accordance with the invention.
  • the service level management system comprises a command interface 1 and a Director 2 forming part of a system controller 20.
  • the system controller 20 communicates with a Newbridge Networks 46020 network manager 14 and a data management framework 15 through back end processes 13, for example, event collectors and database monitors.
  • the network manager 14 manages a packet switched network, or a fast packet switched network, such as an ATM or frame relay network.
  • the system controller 20 as well as other processes write to log files 18.
  • the log files are used by system utilities 19.
  • the process management infrastructure is suitable for managing service level agreements in packet switched networks to ensure, for example, that customers are receiving the quality of service for which they have contracted.
  • bandwidth is statistically shared among a number of users, and it is important to ensure that customers are receiving the quality of service that they have paid for, for example, as determined by average throughput, peak rate and the like.
  • the infrastructure which is implemented in object-oriented software, for example using C++, is designed to extract event information, for example, relating to the setting up of virtual connections, from a network manager, comprises a command interface ( rci ) 1 , a deamon process, which provides the Director, a simple inter process communication component 3 to permit the exchange of messages between processes; a process configuration component 4; and a software logging component 5.
  • the system command interface 1 is the main user command interface to the process management infrastructure. From this interface, a system operator can issue commands to: start the system. These commands could be:
  • the status command with the all option will pass an IPC (Inter Process Communication) message to the Director requesting the status.
  • the Director will return this status message in a form of an IPC message.
  • the message will be formatted such that rci will directly print the message out to the standard output.
  • the status command with a specified PTag will pass an IPC message directly to the PTag, that process will then return an IPC message containing specific information related to that process.
  • the message will
  • the main purpose of the director daemon 2 is to startup the system, restart processes that get terminated and shutdown the system.
  • director 2 reads in a master process table 6, which contains the names of the processes that are to be started and monitored by director.
  • the Director starts, stops and monitors back-end processes, such as event collectors and database monitors.
  • the master process table has the format:
  • the inter process communication component 3 is a simple mechanism used to send messages to various processes in order to control the operation of the system. This component is implemented using the UNIX FIFO mechanism. The address of a specific process is determined by the ptag associated with that process. Two components are provided, one to read messages and one to write them.
  • a message has the following components:
  • the process configuration component is a set of object oriented classes which are imbedded into each process for the purpose of managing configuration parameters associated with that process.
  • the process configuration component uses the ptag associated with the process to determine which configuration file in the configuration table 7 should be read.
  • the software logging component 5 is a set of object oriented classes which are embedded into each process for the purpose of providing a status and error logging facility.
  • the software logging component 5 uses the ptag associated with the process to determine which file in the log database 8 the log data should be written to.
  • process B2 is running and suddenly dies. The following events occur to restart process B2. • the director is notified of the process death via Unix signals.
  • the startup message is sent by the rci command to the director.
  • the director reads the master process table to obtain the process information associated with the ptag Al .
  • the director starts the process Al and issues a log message to this effect using the software logging component.
  • process B2 In the third scenario, the configuration of process B2 must be modified.
  • process B2 has a configuration parameter that specifies a specific data store. The space remaining in this data store exceeds a maximum threshold and new information must be placed in a new data store. The following steps are undertaken.
  • the parameter in the configuration file associated with process B2 is modified to reflect the new data store where the new data items must be stored.
  • a reread config command is issued to process B2. Specifically, the following command is issued : "rci rereadConfig B2"
  • the message is sent along to process B2.
  • the process configuration component Upon receiving this message, the process configuration component rereads the config file and issues a log message to this effect using the software logging component.
  • rci Using rci, a shutdown command for that ptag is issued. Specifically , the command is "rci shutdown B2" • The shutdown message is sent by the rci command to process B2
  • the director finds the ptag associated with the dead process. • the director rereads the process information associated with this ptag from the master process file and notices that the restart flag is set to no.
  • the described system minimizes the downtime and enhances the flexibility of the system.

Abstract

A process management infrastructure for use in a system for monitoring network performance comprising process tags for uniquely identifying each instance of a process in the system.

Description

Process Management Infrastructure
This invention relates to a process management infrastructure system for use in an object-oriented programming environment, and in particular for use in a system for monitoring the compliance with service level agreements in a telecommunications network.
There is a need for a system to manage service level agreements (SLAs) between telecommunications service providers and their business customers. Part of the management process that relates to SLAs is the comparison of the service providers' performance vis-a-vis specific guarantees that it may provide to its customer. In packet switched networks, unlike circuit switched networks, customers are not given a dedicated circuit; their data is statistically multiplexed with data from other sources. Each customer pays for a particular level of service, and it is therefore important to ensure that the customer is receiving the level of service he has paid for. Our co-pending application of even date describes a system for monitoring network performance relative to customer service agreements.
The availability requirements for the system is very high. Downtime must be minimized at all costs. The system collects time based information from various network management systems and operation support systems. While the system is down, critical information can be lost. Various strategies are used within the system to minimize the possibility of losing information. One such strategy is to minimize down time.
The system indicates to various parts of the service provider's organization the level of service they are providing to their customers. Individuals in customer support, sales, network operations and senior executives rely on this information to make decisions.
The system is also expected to evolve to a point where the service provider's customers will have access to the system. System downtime can negatively impact the customer's perception of the quality of the service provider's operation.
To meet the above requirements, it is important that during system failures, the system automatically attempt to recover. Failing this, the system should notify system operators of the failure. The system should also have minimal downtime during deployment of new system functionality. The sheer volume of data involved makes the task of managing the data quite daunting. Typically a system might monitor several thousand customers involving the collection of ten million rows of data per day. Detailed real time events are typically kept for 180 days, summarized daily reports may be kept for 180 days, and summarized monthly reports for 18 months.
Object oriented database programming techniques are employed to handle such large volumes of data. The data is received from the network management system in real time through objects known as event collectors, which run processes under the control of a director. In a typical system, a director must know store details about each instance of a process it is to run, such as executable file name, configuration and the like. This can lead to considerable downtime when a process fails or it is desired to change the system.
An object of the invention is to provide a process management infrastructure which is conducive to providing high availability of such a system with improved flexibility. According to the present invention there is provided a process management for use in an object-oriented programming environment, comprising means for running a plurality of processes, a director for monitoring the operation of said processes, and a database for storing a plurality of process tags, each process tag uniquely identifying each instance of a process, said means for running said processes obtaining information required to run said processes by looking up the respective process tags therefor in said database.
The basic concept underpinning this infrastructure is thus the concept of a ptag or process tag, which uniquely identifies an instance of a program. Each back end process, such as an event collector, which gathers information from a network management system, such as a Newbridge Networks 46020 network management system (NM S) and database monitor generally will have its own ptag recording relevant information about the process, such as the executable name, start up indicator and arguments required to run the process.
The invention may run, for example, on a Unix-based Sun Sparc Ultra 2 workstation. Normally dual processors should be used with a minimum of 256 Megabytes of RAM. The invention can run, for example, over a TCP/IP network. The invention is particularly applicable to a system for monitoring the compliance with service level agreements in a telecommunications network, but has also application in other environments. It allows added flexibility and permits fine control over different elements of the system. For example, a new network manager can be added to the system on the fly simply by starting up another instance of a process without the need to copy and rename executable files.
The invention represents an important technical advance in the management of communications networks.
The invention also provides a method of managing processes in an object-oriented programming environment, wherein process tags are used to uniquely identify each instance of a process in the system.
The invention will now be described in more detail, by way of example only, with reference to the accompanying drawings, in which: -
Figure 1 is an overview of a system to which the management infrastructure may be applied; and
Figure 2 is a block diagram of a process management infrastructure in accordance with the invention.
Referring to the Figure 1, the service level management system comprises a command interface 1 and a Director 2 forming part of a system controller 20. The system controller 20 communicates with a Newbridge Networks 46020 network manager 14 and a data management framework 15 through back end processes 13, for example, event collectors and database monitors. The network manager 14 manages a packet switched network, or a fast packet switched network, such as an ATM or frame relay network. The system controller 20 as well as other processes write to log files 18. The log files are used by system utilities 19.
The process management infrastructure, is suitable for managing service level agreements in packet switched networks to ensure, for example, that customers are receiving the quality of service for which they have contracted. Unlike circuit switched networks, where bandwidth is dedicated to a particular customer, ins such networks bandwidth is statistically shared among a number of users, and it is important to ensure that customers are receiving the quality of service that they have paid for, for example, as determined by average throughput, peak rate and the like.
The infrastructure, which is implemented in object-oriented software, for example using C++, is designed to extract event information, for example, relating to the setting up of virtual connections, from a network manager, comprises a command interface ( rci ) 1 , a deamon process, which provides the Director, a simple inter process communication component 3 to permit the exchange of messages between processes; a process configuration component 4; and a software logging component 5.
The system command interface 1 is the main user command interface to the process management infrastructure. From this interface, a system operator can issue commands to: start the system. These commands could be:
• shutdown the system
• get status information on the processes currently running • start a specific process
• stop a specific process
• tell a process to reread its configuration
• tell a process to change its logging level
The following table sets out the effect of the various commands issued by the rci 1.
Command Description status The status command with the all option will pass an IPC (Inter Process Communication) message to the Director requesting the status. The Director will return this status message in a form of an IPC message. The message will be formatted such that rci will directly print the message out to the standard output.
The status command with a specified PTag will pass an IPC message directly to the PTag, that process will then return an IPC message containing specific information related to that process. The message will
Figure imgf000007_0001
Figure imgf000008_0001
The main purpose of the director daemon 2 is to startup the system, restart processes that get terminated and shutdown the system. On startup, director 2 reads in a master process table 6, which contains the names of the processes that are to be started and monitored by director. The Director starts, stops and monitors back-end processes, such as event collectors and database monitors.
The master process table has the format:
PTag Executable Name Start Up Indicator Process Priority Process Args
The format of the configuration file which will specify the processes to start is outlined in the following table.
Field Description
Figure imgf000009_0001
The inter process communication component 3 is a simple mechanism used to send messages to various processes in order to control the operation of the system. This component is implemented using the UNIX FIFO mechanism. The address of a specific process is determined by the ptag associated with that process. Two components are provided, one to read messages and one to write them.
A message has the following components:
• source process - the ptag of the process that is sending the message • destination process - the ptag of the process that is receiving the message
• message id - an integer value which indicates what the message content is to the receiver
• response requested - an integer value which indicates whether the process is expecting a reply to the message
• size - and integer value which indicates the size of the body
• body.- the body of the message for the process
The process configuration component is a set of object oriented classes which are imbedded into each process for the purpose of managing configuration parameters associated with that process. The process configuration component uses the ptag associated with the process to determine which configuration file in the configuration table 7 should be read.
The software logging component 5 is a set of object oriented classes which are embedded into each process for the purpose of providing a status and error logging facility. The software logging component 5 uses the ptag associated with the process to determine which file in the log database 8 the log data should be written to.
A specific example will now be described with reference to Figure 2.
In a first scenario, process B2 is running and suddenly dies. The following events occur to restart process B2. • the director is notified of the process death via Unix signals.
• the director finds the Ptag associated with the dead process in the master process table 6.
• the director rereads the process information associated with this Ptag from the master process file. • the director issues a log message to inform the system operator that process B2 died and that it will be restarted.
• the director restarts the process. For the second scenario, assume that the system was configured with process B2 running. It is desirable to add the functionality provided by process Al without shutting down the system. The following steps are undertaken.
• An entry is added to the master process table for the particular ptag. • Using rci, a startup command for that ptag is issued. Specifically , the command is "rci startup Al"
The startup message is sent by the rci command to the director. The director reads the master process table to obtain the process information associated with the ptag Al .
The director starts the process Al and issues a log message to this effect using the software logging component.
In the third scenario, the configuration of process B2 must be modified. As an example, process B2 has a configuration parameter that specifies a specific data store. The space remaining in this data store exceeds a maximum threshold and new information must be placed in a new data store. The following steps are undertaken. The parameter in the configuration file associated with process B2 is modified to reflect the new data store where the new data items must be stored.
Using rci, a reread config command is issued to process B2. Specifically, the following command is issued : "rci rereadConfig B2"
The message is sent along to process B2. Upon receiving this message, the process configuration component rereads the config file and issues a log message to this effect using the software logging component.
In the fourth scenario, the functionality provided by process B2 is no longer desired. It is desirable to remove the functionality provided by process B2 without shutting down the system. The following steps are undertaken. • The restart flag for this particular ptag in the master process list is set to 'N' for no restart.
• Using rci, a shutdown command for that ptag is issued. Specifically , the command is "rci shutdown B2" • The shutdown message is sent by the rci command to process B2
• Process B2 shuts down.
• the director is notified of the process death via Unix signals.
• the director finds the ptag associated with the dead process. • the director rereads the process information associated with this ptag from the master process file and notices that the restart flag is set to no.
• the director issues a log message stating that process B2 died and will not be restarted.
• the system operator can then delete the entry associated with the process B2 from the master process table.
The described system minimizes the downtime and enhances the flexibility of the system.

Claims

Claims:
1. A process management for use in an object-oriented programming environment, comprising means for running a plurality of processes, a director for monitoring the operation of said processes, and a database for storing a plurality of process tags, each process tag uniquely identifying each instance of a process, said means for running said processes obtaining information required to run said processes by looking up the respective process tags therefor in said database.
2. A process management infrastructure as claimed in claim 1, further comprising an interprocess communication component for sending messages to various processes in order to control the operation of the system, said processes being identified by the process tag associated therewith.
3. A process management infrastructure comprising two said interprocess communication components, one for reading messages and the other for writing them.
4. A process management infrastructure as claimed in any one of claims 1 to 3, wherein said process tags contain at least the name of the executable file and arguments for the process.
5. A process management infrastructure as claimed in any one of claims 1 to 3, which is implemented in a service level management system for data networks.
6. A method of managing processes in an object-oriented programming environment, wherein process tags are used to uniquely identify each instance of a process in the system, information pertaining to the process is associated with the process tag in a database, and each instance of a process is run by extracting said information from the database.
7. A method as claimed in claim 1, wherein messages are sent to various processes in order to control the operation of the system, said processes being identified by the process tag associated therewith.
8. A method as claimed in claim 1, wherein said process tags are associated with at least the name of the executable file for the process and the process arguments.
9. A method of monitoring the operation of a packet switched network with a network manager, comprising receiving messages from said network manager containing data relating to the operation of said network, running processes to store and analyze said information, characterized in that said processes are uniquely identified by process tags stored in a database along with other information about said processes.
10. A method as claimed in claim 9, characterized in that messages are exchanged between said running processes, said messages identifying said processes by the process tag associated therewith.
PCT/CA1998/000231 1997-03-14 1998-03-16 Process management infrastructure WO1998042157A2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CA002284573A CA2284573A1 (en) 1997-03-14 1998-03-16 Process management infrastructure
EP98910543A EP1018255A2 (en) 1997-03-14 1998-03-16 Process management infrastructure
AU64912/98A AU6491298A (en) 1997-03-14 1998-03-16 Process management infrastructure

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CA 2200010 CA2200010A1 (en) 1997-03-14 1997-03-14 Process management infrastructure
CA2,200,010 1997-03-14

Publications (2)

Publication Number Publication Date
WO1998042157A2 true WO1998042157A2 (en) 1998-09-24
WO1998042157A3 WO1998042157A3 (en) 1999-01-14

Family

ID=4160174

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CA1998/000231 WO1998042157A2 (en) 1997-03-14 1998-03-16 Process management infrastructure

Country Status (4)

Country Link
EP (1) EP1018255A2 (en)
AU (1) AU6491298A (en)
CA (1) CA2200010A1 (en)
WO (1) WO1998042157A2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000022527A1 (en) * 1998-10-09 2000-04-20 Sun Microsystems, Inc. Process monitoring in a computer system
WO2000074434A1 (en) * 1999-05-28 2000-12-07 Duet Technologies, Inc. Atm metwork emulator

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4914583A (en) * 1988-04-13 1990-04-03 Motorola, Inc. Method of indicating processes resident within a cell of a data processing system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4914583A (en) * 1988-04-13 1990-04-03 Motorola, Inc. Method of indicating processes resident within a cell of a data processing system

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
"CORBA: INTEGRATING DIVERSE APPLICATIONS WITHIN DISTRIBUTED HETEROGENEOUS ENVIRONMENTS" IEEE COMMUNICATIONS MAGAZINE, vol. 35, no. 2, February 1997, pages 46-55, XP000683401 *
H.M.DEITEL ET AL: "THE DESIGN OF OS/2" 1992 , ADDISON-WESLEY, CO. , READING, US XP002082835 see paragraph 5.5.3 *
N.THEURETZBACHER: "ENHANCED CHILL TASKING CONCEPT AND LANGUAGE FOR A BUSINESS COMMUNICATION SYSTEM" ELECTRICAL COMMUNICATION., vol. 58, no. 2, 1983, pages 213-217, XP002082834 BRUSSELS BE *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000022527A1 (en) * 1998-10-09 2000-04-20 Sun Microsystems, Inc. Process monitoring in a computer system
WO2000074434A1 (en) * 1999-05-28 2000-12-07 Duet Technologies, Inc. Atm metwork emulator

Also Published As

Publication number Publication date
WO1998042157A3 (en) 1999-01-14
AU6491298A (en) 1998-10-12
CA2200010A1 (en) 1998-09-14
EP1018255A2 (en) 2000-07-12

Similar Documents

Publication Publication Date Title
US6970945B1 (en) Systems and methods of message queuing
EP0772319B1 (en) Method and system for sharing information between network managers
US6754664B1 (en) Schema-based computer system health monitoring
EP0994602B1 (en) Computer system and network performance monitoring
US6243105B1 (en) Drill-down method to historical data in a performance monitor using a platform independent program
US7130899B1 (en) Robust indication processing
US20020120711A1 (en) Method and system for intelligent routing of business events on a subscription-based service provider network
US20020123966A1 (en) System and method for administration of network financial transaction terminals
US20030135611A1 (en) Self-monitoring service system with improved user administration and user access control
US5892916A (en) Network management system and method using a partial response table
US20050210081A1 (en) Data synchronization method
US20020120484A1 (en) Method and system for providing intelligent rules-based engine with heuristics for determining optimal routing and processing of business events
CA2358162A1 (en) Method and apparatus for the dynamic filtering and routing of events
US20020188568A1 (en) Systems and methods of containing and accessing generic policy
EP2486698A2 (en) Method and system for reconstructing transactions in a communication network
CN109460307B (en) Micro-service calling tracking method and system based on log embedded point
US5857076A (en) Program product for obtaining the state of network resources in A distributed computing environment
US8301750B2 (en) Apparatus, system, and method for facilitating communication between an enterprise information system and a client
US7389342B2 (en) Service creator apparatus, systems, and methods
EP1018255A2 (en) Process management infrastructure
CN116775420A (en) Information creation cloud platform resource display and early warning method and system based on Flink flow calculation
CN115934464A (en) Information platform monitoring and collecting system
US20190087296A1 (en) Data layering in a network management system
US7302455B1 (en) System and method for reliably purging statistical records
CA2389530A1 (en) Systems and methods of message queuing

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AL AM AT AU AZ BA BB BG BR BY CA CH CN CU CZ DE DK EE ES FI GB GE GH GM GW HU ID IL IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT UA UG US UZ VN YU ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW SD SZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN ML MR NE SN TD TG

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
AK Designated states

Kind code of ref document: A3

Designated state(s): AL AM AT AU AZ BA BB BG BR BY CA CH CN CU CZ DE DK EE ES FI GB GE GH GM GW HU ID IL IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT UA UG US UZ VN YU ZW

AL Designated countries for regional patents

Kind code of ref document: A3

Designated state(s): GH GM KE LS MW SD SZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
ENP Entry into the national phase

Ref document number: 2284573

Country of ref document: CA

Kind code of ref document: A

Ref document number: 2284573

Country of ref document: CA

WWE Wipo information: entry into national phase

Ref document number: 1998910543

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 09380985

Country of ref document: US

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

NENP Non-entry into the national phase

Ref document number: 1998539980

Country of ref document: JP

WWP Wipo information: published in national office

Ref document number: 1998910543

Country of ref document: EP

WWW Wipo information: withdrawn in national office

Ref document number: 1998910543

Country of ref document: EP