US6721688B1 - Remote device monitoring - Google Patents

Remote device monitoring Download PDF

Info

Publication number
US6721688B1
US6721688B1 US09/538,419 US53841900A US6721688B1 US 6721688 B1 US6721688 B1 US 6721688B1 US 53841900 A US53841900 A US 53841900A US 6721688 B1 US6721688 B1 US 6721688B1
Authority
US
United States
Prior art keywords
function
data
functions
server
web server
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.)
Expired - Fee Related
Application number
US09/538,419
Inventor
Paul A. Clarke
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.)
Koninklijke Philips NV
Original Assignee
Koninklijke Philips Electronics NV
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 Koninklijke Philips Electronics NV filed Critical Koninklijke Philips Electronics NV
Assigned to U.S. PHILIPS CORPORATION reassignment U.S. PHILIPS CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CLARKE, PAUL A.
Assigned to KONINKLIJKE PHILIPS ELECTRONICS N.V. reassignment KONINKLIJKE PHILIPS ELECTRONICS N.V. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: U.S. PHILIPS CORPORATION
Application granted granted Critical
Publication of US6721688B1 publication Critical patent/US6721688B1/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3466Performance evaluation by tracing or monitoring
    • G06F11/3495Performance evaluation by tracing or monitoring for systems
    • 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
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/382Payment protocols; Details thereof insuring higher security of transaction
    • G06Q20/3821Electronic credentials
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2201/00Indexing scheme relating to error detection, to error correction, and to monitoring
    • G06F2201/875Monitoring of systems including the internet

Definitions

  • the present invention relates to the performance monitoring of electronic devices and particularly, though not exclusively, to remotely monitoring and/or debugging of software operations in devices connected to the Internet/World Wide Web.
  • the web server itself may be a very small and simple piece of code which controls the flow of information between the appliance (the device featuring the server) and a remote third-party.
  • multiple software processes may be running to implement a variety of appliance specific tasks.
  • the conventional method for linking these software processes with the server software is to use a number of functions within each process which are called by the server.
  • the server receives an information request from a querying third party, it analyses the request to identify the software module and function that should be called and then calls the function. This function, once called, returns accumulated information to the web server which in turn sends it over the Internet to the querying third party.
  • a method for monitoring software modules in a device hosting said modules together with a remotely accessible server and a plurality of stored data-gathering functions wherein the server, on detecting receipt of a message from a remote user identifying a particular module and a function, causes that function to be applied to the module, obtains the data gathered by said function, and passes the gathered data to the remote user;
  • each data gathering function is assigned to a particular module or group of modules, each has a respective name stored in a table of functions in the device, and the obtaining of data by the remote user is directed by the sending of the respective name to the server, and the triggering of the associated function through the table.
  • a network addressable apparatus hosting a plurality of operational software modules
  • the apparatus comprising: a data processor coupled with first storage means, the processor running said software modules from storage within the first storage means; a network interface coupled with said processor; a web server hosted by said processor and handling network communications of the apparatus; wherein the first storage means further stores a plurality of data-gathering functions, wherein the server is arranged to detect receipt of a message from a remote user identifying a particular software module and data-gathering function, to cause that function to be applied to the module, obtain the data gathered by said function, and pass the gathered data via the network interface to the remote user;
  • the apparatus further comprises second storage means coupled with the data processor and web server, with each data gathering function assigned to a particular module or group of modules and each having a respective name stored in a table of function identifiers in said second storage means, wherein the application of a data gathering function is triggered on determination by the web server that the name for that function has been received via the network and appears in the table of function identifiers.
  • an apparatus having the web server arrangement according to the present invention supports a registration scheme whereby software processes may, during initialisation or at other times, register additional or modified data gathering functions without having to rewrite or reconfigure the web server.
  • FIG. 1 represents a plurality of network-linked devices, with one device remotely monitoring the operation of another;
  • FIG. 2 is a block schematic diagram of the component features of a data processing apparatus suitable for use as the monitored device in the arrangement of FIG. 1;
  • FIG. 3 represents the relationship between some functional features of the apparatus of FIG. 2;
  • FIG. 4 is a flow chart of a monitoring procedure supported by the features of FIG. 2 .
  • FIG. 1 shows a typical host system for the present invention with a plurality of individually addressable devices 10 - 20 connected for the exchange of communications and/or data via network 22 .
  • the device interconnection will be assumed to be via the Internet/World Wide Web, although the skilled reader will appreciate that the present invention is not so limited, being also applicable to smaller, local-area networks (LAN's) and intranets.
  • LAN local-area network
  • some of the addressable devices 12 , 13 are directly linked to the network 22 , whilst others 10 , 11 , 14 , 16 - 20 are connected via local servers 24 - 26 . Some of the devices 16 - 20 may be interconnected via LAN 28 , which in turn may be linked to the network 22 via one of the devices 20 and a local server 26 .
  • LAN 28 Some of the devices 16 - 20 may be interconnected via LAN 28 , which in turn may be linked to the network 22 via one of the devices 20 and a local server 26 .
  • TEST further device
  • a typical DUT 14 in the form of a personal computer (PC), is shown in FIG. 2 .
  • the device comprises a central processor (CPU) 30 linked via an address and data bus 32 to non-volatile read-only memory (ROM) 34 and random access memory (RAM) 36 .
  • ROM read-only memory
  • RAM random access memory
  • a further source of stored data may suitably be magnetic or optical disc such as CD-ROM 38 accessed by a suitable reader 40 controlled by the CPU via the bus 32 .
  • a number of suitable interfaces are provided, again accessed via the bus 32 .
  • These interfaces include a keyboard interface 42 to receive signals from a conventional keyboard or keypad 44 ; a pointer interface 46 to receive two-dimensional (or optionally three-dimensional for some applications) movement signals from an XY pointer device such as a mouse or trackball 48 ; and an external interface 50 linking the data and address bus 32 to the local server 25 .
  • a display driver stage 52 and frame buffer 54 are also coupled with the bus, with the display driver calling up images assembled in the frame buffer for output to a display 56 , such as a cathode-ray or liquid crystal display device.
  • an on-screen cursor 58 is provided, with movement and selection being controlled via the mouse or trackball device 48 .
  • the DUT 14 is not necessarily a PC and the component parts identified in FIG. 2 should not be construed as limiting.
  • the DUT is a VCR
  • features such as the disc reader 40 and control device interfaces 42 , 46 will be omitted, but additional features such as a TV tuner and cassette read/write mechanism will be present.
  • the common features required for devices embodying the present invention are a network interface together with at least a limited amount of data processing and storage capability.
  • FIG. 3 The functional features of the present invention, as embodied in the apparatus of the DUT 14 are shown in FIG. 3 .
  • a web server 60 hosted by the device processor handles communications to and from the device via the network.
  • Linked to the web server is a rewritable look-up table 62 containing respective identifying names and ancillary data for a group of data gathering functions 64 hosted by the apparatus. When called, these data gathering functions perform respective pre-defined tasks of monitoring (recording, reading, counting, debugging etc.) on the software process modules 66 defining the operational features of the apparatus itself.
  • the data gathered by one or more of the functions 64 is buffered 68 prior to being dispatched by the web server 60 to the remote device ( 13 ; FIG. 1) which initiated the calling of the or those functions.
  • the present web server has a registration scheme whereby software processes may, during initialisation or at any other time, register data-gathering functions with names and other parameters with the web server 60 .
  • the web server 60 maintains the table 62 of registered functions with associated names and other parameters. These parameters may include items describing the family of data, and who may retrieve it, and this can in turn be used with a user-determined mask (which may be applied or modified by the user through operation of the apparatuses controls) to allow or prevent certain information families from being sent to enquiring clients.
  • click histories records of a users control key actuations
  • a particular film may be watched at a special low price, but if the click history is to be kept private, then the viewer will have to pay the usual pay-per-view fee.
  • the broadcaster can use the click history to get better advertising revenue instead of asking the user to pay.
  • FIG. 4 is a flow chart illustrating an operational implementation of the monitoring process, based around the table 62 which is arranged to match received name strings (in calls received by the web server 60 ) against associated function pointers.
  • a name string might be “memory_frag” which identifies, via the table 62 , a pointer to the function 64 arranged to determine the memory fragment list.
  • an initialisation software function 401 that clears the table 62 , followed by a registration function 402 allowing different software modules to register debugging or monitoring names and associated functions with the server 60 for inclusion in the table 62 .
  • the web server resets its data retrieval function table.
  • the retrieval registration function of the web server giving the address of a data retrieval function, an associated URL fragment, and a function class, and details of who may retrieve the data.
  • the concept of who may retrieve the data is important as there may be some types of data that can be retrieved by anyone provided they have licensed or bought the users address information from the appliance supplier.
  • a main loop 403 - 410 which commences at 403 with the web server 60 listening for a connection at the network interface 50 .
  • Listening is generally a blocking function within the operating system.
  • the web server software module will consume zero processing power until a remote device calls to request data, whereupon the server will be woken by the operating system for the operation to continue.
  • a Hyper Text Transport Protocol (HTTP) request message is accepted when a connection is established from a remote device 13 (e.g. a debugging host).
  • HTTP Hyper Text Transport Protocol
  • the server analyses the name of the function that is required from the HTTP request received, and at 406 generates a simple HTTP response header to the source 13 of the request.
  • the server searches the table 62 for a matching function name and, at 408 , calls the registered function if a matching name is found.
  • the buffered results 68 built up by the function called are sent back to the requesting device 13 , following which at 410 the connection is closed and the system reverts to 403 to listen for a further connection.
  • click history may be retrieved by requesting the following web resource:
  • the web server checks that it has a data retrieval function called “click_history”, checks that the user has TV_WATCHING_BEHAVIOUR data retrieval enabled, and then verifies that the requester is part of the group known as RETRIEVER_CLASS — 9. If all these are true then the registered function is called. The function returns a pointer to the buffer of data that should be sent back to the requesting client.
  • the registration mechanism allows system-dependent software modules or processes to define a mapping between the function identifier/name and the function itself. This means that there is no system monitoring or debugging “knowledge” required within the web server itself, and the same web server system can be extended as the hosting appliance is developed without changing the web server software itself.
  • a requesting client can connect to the device through the Internet and can request a list of the functions that are registered with the web server and available to their class together with an indication of whether the user has enabled access to that function or class of function.
  • Part of the web server software allows the user to easily control access to the data retrieval functions either by a coarse class level or by a fine function level within a class.

Abstract

A method and apparatus are provided for remotely monitoring the functioning of software processes (66) in a network connected device. The device hosting the processes is provided with a web server (60) and a library (64) of stored data-gathering or debugging functions. Each of the stored functions (64) is assigned to a particular process or group of processes (66), and each has a respective name stored in a table (62) of functions linked with the server (60). On detecting receipt of a message from a remote user including the identifying name of a stored function, the web server (60) causes that function to be applied to the associated process, obtains the data gathered by the function, and passes the gathered data to the remote user. User-defined control functions to restrict access to the process data may be supported.

Description

BACKGROUND OF THE INVENTION
The present invention relates to the performance monitoring of electronic devices and particularly, though not exclusively, to remotely monitoring and/or debugging of software operations in devices connected to the Internet/World Wide Web.
As described in an article entitled “Dawn of the Internet Appliance” by George Lawton in Computer, vol. 30, no. 10, pp16-18, October 1997, Internet technologies have had an enormous impact in terms of the way large numbers of disparate devices are now able to transmit important instructions and information via the Internet. With the standardization of Internet protocols and competition among Internet service providers (ISP's), the price of Internet connectivity has sharply fallen and manufacturers are now finding it economical to incorporate it into a wide variety of devices, including factory machinery, VCR's and hand-held appliances such as PDA's (personal digital assistants). Moreover, because web browsers are so common, developers can provide sophisticated low cost interfaces by supporting web servers in their products.
At the implementation level, the web server itself may be a very small and simple piece of code which controls the flow of information between the appliance (the device featuring the server) and a remote third-party. Within the appliance, multiple software processes may be running to implement a variety of appliance specific tasks. The conventional method for linking these software processes with the server software is to use a number of functions within each process which are called by the server. When the server receives an information request from a querying third party, it analyses the request to identify the software module and function that should be called and then calls the function. This function, once called, returns accumulated information to the web server which in turn sends it over the Internet to the querying third party.
There are a number of problems with this approach, however. Firstly, there are a lot of static functions that the web server software calls and the other appliance software must provide. This means that to add a new information retrieval function to the system, the function must be written and the server altered to directly call it. This involves a lot of work and makes the resulting software difficult to modify or maintain. Secondly, there is no simple way to dynamically enable or disable information retrieval functions while the appliance is operating. As the information being retrieved can vary from debugging information through to usage statistics, flexibility of information filtering is a desirable feature.
SUMMARY OF THE INVENTION
It is therefore an object of the present invention to provide a diagnostic or monitoring method, and apparatus embodying the same, having improved flexibility in the handling and modification of appliance functions.
In accordance with a first aspect of the present invention there is provided a method for monitoring software modules in a device hosting said modules together with a remotely accessible server and a plurality of stored data-gathering functions, wherein the server, on detecting receipt of a message from a remote user identifying a particular module and a function, causes that function to be applied to the module, obtains the data gathered by said function, and passes the gathered data to the remote user;
characterized in that each data gathering function is assigned to a particular module or group of modules, each has a respective name stored in a table of functions in the device, and the obtaining of data by the remote user is directed by the sending of the respective name to the server, and the triggering of the associated function through the table.
Also in accordance with the present invention there is provided a network addressable apparatus hosting a plurality of operational software modules, the apparatus comprising: a data processor coupled with first storage means, the processor running said software modules from storage within the first storage means; a network interface coupled with said processor; a web server hosted by said processor and handling network communications of the apparatus; wherein the first storage means further stores a plurality of data-gathering functions, wherein the server is arranged to detect receipt of a message from a remote user identifying a particular software module and data-gathering function, to cause that function to be applied to the module, obtain the data gathered by said function, and pass the gathered data via the network interface to the remote user;
characterized in that the apparatus further comprises second storage means coupled with the data processor and web server, with each data gathering function assigned to a particular module or group of modules and each having a respective name stored in a table of function identifiers in said second storage means, wherein the application of a data gathering function is triggered on determination by the web server that the name for that function has been received via the network and appears in the table of function identifiers.
By use of the table, a highly flexible technique is provided for attaching functions within appliance processes. Instead of having a myriad of inflexible static functional links between the server and each software process within the appliance, an apparatus having the web server arrangement according to the present invention supports a registration scheme whereby software processes may, during initialisation or at other times, register additional or modified data gathering functions without having to rewrite or reconfigure the web server.
Further features and advantages of the present invention are defined in the attached claims to which reference should now be made, and will become apparent from reading the following description of systems embodying the present invention.
BRIEF DESCRIPTION OF THE DRAWINGS
Embodiments of the present invention will now be described, by way of example only, with reference to the accompanying drawings, in which:
FIG. 1 represents a plurality of network-linked devices, with one device remotely monitoring the operation of another;
FIG. 2 is a block schematic diagram of the component features of a data processing apparatus suitable for use as the monitored device in the arrangement of FIG. 1;
FIG. 3 represents the relationship between some functional features of the apparatus of FIG. 2; and
FIG. 4 is a flow chart of a monitoring procedure supported by the features of FIG. 2.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
FIG. 1 shows a typical host system for the present invention with a plurality of individually addressable devices 10-20 connected for the exchange of communications and/or data via network 22. In the following examples, the device interconnection will be assumed to be via the Internet/World Wide Web, although the skilled reader will appreciate that the present invention is not so limited, being also applicable to smaller, local-area networks (LAN's) and intranets.
In the FIG. 1 example, some of the addressable devices 12, 13 are directly linked to the network 22, whilst others 10, 11, 14, 16-20 are connected via local servers 24-26. Some of the devices 16-20 may be interconnected via LAN 28, which in turn may be linked to the network 22 via one of the devices 20 and a local server 26. In the following, we are concerned with the monitoring of one particular device (device-under-test) DUT 14 from a further device (TEST) 13 at a remote location.
A typical DUT 14, in the form of a personal computer (PC), is shown in FIG. 2. The device comprises a central processor (CPU) 30 linked via an address and data bus 32 to non-volatile read-only memory (ROM) 34 and random access memory (RAM) 36. A further source of stored data may suitably be magnetic or optical disc such as CD-ROM 38 accessed by a suitable reader 40 controlled by the CPU via the bus 32. For connection of peripheral devices, a number of suitable interfaces are provided, again accessed via the bus 32. These interfaces include a keyboard interface 42 to receive signals from a conventional keyboard or keypad 44; a pointer interface 46 to receive two-dimensional (or optionally three-dimensional for some applications) movement signals from an XY pointer device such as a mouse or trackball 48; and an external interface 50 linking the data and address bus 32 to the local server 25. Also coupled with the bus are a display driver stage 52 and frame buffer 54, with the display driver calling up images assembled in the frame buffer for output to a display 56, such as a cathode-ray or liquid crystal display device. As illustrated, an on-screen cursor 58 is provided, with movement and selection being controlled via the mouse or trackball device 48.
As will be appreciated, the DUT 14 is not necessarily a PC and the component parts identified in FIG. 2 should not be construed as limiting. For example, where the DUT is a VCR, features such as the disc reader 40 and control device interfaces 42, 46 will be omitted, but additional features such as a TV tuner and cassette read/write mechanism will be present. The common features required for devices embodying the present invention are a network interface together with at least a limited amount of data processing and storage capability.
The functional features of the present invention, as embodied in the apparatus of the DUT 14 are shown in FIG. 3. From the network interface 50, a web server 60 hosted by the device processor handles communications to and from the device via the network. Linked to the web server is a rewritable look-up table 62 containing respective identifying names and ancillary data for a group of data gathering functions 64 hosted by the apparatus. When called, these data gathering functions perform respective pre-defined tasks of monitoring (recording, reading, counting, debugging etc.) on the software process modules 66 defining the operational features of the apparatus itself. The data gathered by one or more of the functions 64 is buffered 68 prior to being dispatched by the web server 60 to the remote device (13; FIG. 1) which initiated the calling of the or those functions.
As described above, instead of having myriad inflexible static functional links between the web server and each software process within the appliance, the present web server has a registration scheme whereby software processes may, during initialisation or at any other time, register data-gathering functions with names and other parameters with the web server 60. The web server 60 maintains the table 62 of registered functions with associated names and other parameters. These parameters may include items describing the family of data, and who may retrieve it, and this can in turn be used with a user-determined mask (which may be applied or modified by the user through operation of the apparatuses controls) to allow or prevent certain information families from being sent to enquiring clients. For example, in the case of socalled “click” histories (records of a users control key actuations), if the user is happy for the click history to be tracked by a broadcaster then a particular film may be watched at a special low price, but if the click history is to be kept private, then the viewer will have to pay the usual pay-per-view fee. The broadcaster can use the click history to get better advertising revenue instead of asking the user to pay.
FIG. 4 is a flow chart illustrating an operational implementation of the monitoring process, based around the table 62 which is arranged to match received name strings (in calls received by the web server 60) against associated function pointers. One example of a name string might be “memory_frag” which identifies, via the table 62, a pointer to the function 64 arranged to determine the memory fragment list.
At the head of the process is an initialisation software function 401 that clears the table 62, followed by a registration function 402 allowing different software modules to register debugging or monitoring names and associated functions with the server 60 for inclusion in the table 62. During initialisation the web server resets its data retrieval function table. As different sub-systems within the appliance start they call the retrieval registration function of the web server giving the address of a data retrieval function, an associated URL fragment, and a function class, and details of who may retrieve the data. The concept of who may retrieve the data is important as there may be some types of data that can be retrieved by anyone provided they have licensed or bought the users address information from the appliance supplier.
Following intialisation and registration, the process enters a main loop 403-410 which commences at 403 with the web server 60 listening for a connection at the network interface 50. Listening is generally a blocking function within the operating system. In other words, once the web server calls the step function 403, the web server software module will consume zero processing power until a remote device calls to request data, whereupon the server will be woken by the operating system for the operation to continue. At 404, a Hyper Text Transport Protocol (HTTP) request message is accepted when a connection is established from a remote device 13 (e.g. a debugging host). At 405, the server analyses the name of the function that is required from the HTTP request received, and at 406 generates a simple HTTP response header to the source 13 of the request. At 407, the server searches the table 62 for a matching function name and, at 408, calls the registered function if a matching name is found. At 409 the buffered results 68 built up by the function called are sent back to the requesting device 13, following which at 410 the connection is closed and the system reverts to 403 to listen for a further connection.
Returning to the click history example, within the system initialisation code may appear the following:
webserver_register(ClickHistoryFn,
“click_history”,
TV_WATCHING_BEHAVIOUR,
RETRIEVER_CLASS9);
Thus the click history may be retrieved by requesting the following web resource:
http://[appliance address]/click_history
When the request arrives at the [appliance address] the web server checks that it has a data retrieval function called “click_history”, checks that the user has TV_WATCHING_BEHAVIOUR data retrieval enabled, and then verifies that the requester is part of the group known as RETRIEVER_CLASS9. If all these are true then the registered function is called. The function returns a pointer to the buffer of data that should be sent back to the requesting client.
Note that to add a new function the web server does not need to be modified at all. Instead, the initialisation code simply calls the registration function with details of the new retrieval function that is to be provided. The registration mechanism allows system-dependent software modules or processes to define a mapping between the function identifier/name and the function itself. This means that there is no system monitoring or debugging “knowledge” required within the web server itself, and the same web server system can be extended as the hosting appliance is developed without changing the web server software itself.
Furthermore, a requesting client can connect to the device through the Internet and can request a list of the functions that are registered with the web server and available to their class together with an indication of whether the user has enabled access to that function or class of function. Part of the web server software allows the user to easily control access to the data retrieval functions either by a coarse class level or by a fine function level within a class.
From reading of the present application, other modifications will be apparent to those skilled in the art. Such modifications may involve other features which are known in the design, manufacture or use of web-connectable devices, which may be used instead of, or in addition to, features described herein. For the avoidance of doubt, the scope of the present invention is to be determined solely by the following claims.

Claims (10)

What is claimed is:
1. A method for monitoring software modules in a device hosting said modules together with a remotely accessible server and a plurality of stored data-gathering functions, wherein the server, on detecting receipt of a message from a remote user identifying a particular module and a function, causes that function to be applied to the module, obtains the data gathered by said function, and passes the gathered data to the remote user;
wherein each data gathering function is assigned to a particular module or group of modules, each has a respective name stored in a table of functions in the device, and the obtaining of data by the remote user is directed by the sending of the respective name to the server, and the triggering of the associated function through the table,
wherein running software calls functions using the table to locate program code stored outside the table for effecting execution of the functions.
2. A method as claimed in claim 1, wherein on receipt of a function name by the server, a further check is made as to whether the message meets one or more predetermined access conditions and only triggers the identified function if those conditions are met.
3. A method as claimed in claim 2, wherein the owner of the device being monitored is enabled to set and/or vary the conditions for remote access to the server.
4. The method of claim 1, wherein the table is indexed by the respective function names.
5. A network addressable apparatus hosting a plurality of operational software modules, the apparatus comprising:
a data processor coupled with first storage means, the processor running said software modules from storage within the first storage means;
a network interface coupled with said processor;
a web server hosted by said processor and handling network communications of the apparatus;
wherein the first storage means further stores a plurality of data-gathering functions, wherein the server is arranged to detect receipt of a message from a remote user identifying a particular software module and data-gathering function, to cause that function to be applied to the module, obtain the data gathered by said function, and pass the gathered data via the network interface to the remote user;
wherein the apparatus further comprises second storage means coupled with the data processor and web server, with each data gathering function assigned to a particular module or group of modules and each having a respective name stored in a table of function identifiers in said second storage means, wherein the application of a data gathering function is triggered on determination by the web server that the name for that function has been received via the network and appears in the table of function identifiers,
wherein running software calls functions using the table to locate program code stored outside the table for effecting execution of the functions.
6. Apparatus as claimed in claim 5, wherein said table of function identifiers further holds access criteria for the triggering of at least some of the data gathering functions, and the web server is arranged to trigger such functions only in the event that receipt of the function name is accompanied by determination by the server that the access criteria have been met.
7. Apparatus as claimed in claim 6, further comprising user-operable input means by operation of which a user is enabled to set or modify said access criteria.
8. Apparatus as claimed in claim 5, wherein the web server is configured to identify a predetermined message received via the network and thereafter receive specification of a new or modified data-gathering function and associated name therefor and store them in the first and second storage means respectively.
9. Apparatus as claimed in claim 5, wherein the web server is configured to identify a predetermined message received via the network and thereafter to generate and send via the network a message identifying the currently stored data-gathering functions.
10. The apparatus of claim 5, wherein the table is indexed by the function identifiers.
US09/538,419 1999-03-30 2000-03-29 Remote device monitoring Expired - Fee Related US6721688B1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
GBGB9907182.1A GB9907182D0 (en) 1999-03-30 1999-03-30 Remote device monitoring
GB9907182 1999-03-30

Publications (1)

Publication Number Publication Date
US6721688B1 true US6721688B1 (en) 2004-04-13

Family

ID=10850556

Family Applications (1)

Application Number Title Priority Date Filing Date
US09/538,419 Expired - Fee Related US6721688B1 (en) 1999-03-30 2000-03-29 Remote device monitoring

Country Status (5)

Country Link
US (1) US6721688B1 (en)
JP (1) JP2002541549A (en)
GB (1) GB9907182D0 (en)
TW (1) TW532010B (en)
WO (1) WO2000060467A1 (en)

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030014691A1 (en) * 2001-07-16 2003-01-16 Internationl Business Machines Corporation Scoping of real time signals of remote communication systems over a computer network: systems, methods & program products
US20030154268A1 (en) * 2002-02-12 2003-08-14 Allied Telesis K.K. Management apparatus and computer program therefor
US20050086255A1 (en) * 2003-10-15 2005-04-21 Ascentive Llc Supervising monitoring and controlling activities performed on a client device
US20060288259A1 (en) * 2005-06-17 2006-12-21 Dade Behring, Inc. Context-specific electronic performance support
US20070168486A1 (en) * 2005-06-09 2007-07-19 Whirlpool Corporation Software architecture system and method for operating an appliance exposing key press functionality to a network
CN1332536C (en) * 2004-09-28 2007-08-15 宁立涌 Method for internet remote monitoring and managing device
US20070277239A1 (en) * 2001-08-01 2007-11-29 Sas Validy Method to Protect Software Against Unwanted Use with a "Renaming" Principle
US20090207050A1 (en) * 2008-02-14 2009-08-20 Claude Arpin Asset recovery system
US20100309002A1 (en) * 2009-06-09 2010-12-09 Duvall William R Proximity monitoring and locating system
CN103441888A (en) * 2013-09-18 2013-12-11 北京网秦天下科技有限公司 Equipment managing device and method
US8706872B2 (en) 2012-07-09 2014-04-22 Parentsware, Llc Agreement compliance controlled information throttle
US8825887B2 (en) * 2001-01-19 2014-09-02 Single Touch Interactive R&D IP, LLC System and method for routing media
US9043462B2 (en) 2012-07-09 2015-05-26 Parentsware, Inc. Schedule and location responsive agreement compliance controlled information throttle
US9854393B2 (en) 2012-07-09 2017-12-26 Eturi Corp. Partial information throttle based on compliance with an agreement
US9887887B2 (en) 2012-07-09 2018-02-06 Eturi Corp. Information throttle based on compliance with electronic communication rules
US10079931B2 (en) 2012-07-09 2018-09-18 Eturi Corp. Information throttle that enforces policies for workplace use of electronic devices
US10440063B1 (en) 2018-07-10 2019-10-08 Eturi Corp. Media device content review and management
US10769675B2 (en) 2001-01-19 2020-09-08 SITO Mobile R&D IP, LLC System and method for streaming media

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7373524B2 (en) 2004-02-24 2008-05-13 Covelight Systems, Inc. Methods, systems and computer program products for monitoring user behavior for a server application
JP2007193544A (en) * 2006-01-19 2007-08-02 Yokogawa Electric Corp Data cooperation system
GB2434461A (en) 2006-01-24 2007-07-25 Hawkgrove Ltd System for monitoring the performance of the components of a software system by detecting the messages between the components and decoding them
US10637819B2 (en) * 2014-06-26 2020-04-28 Orange Context based multi-model communication in customer service

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2301980A (en) 1995-06-05 1996-12-18 Ricoh Kk Machine diagnosis using connectionless communication mode
GB2305819A (en) 1995-06-05 1997-04-16 Ricoh Kk Diagnosis/control of machines
EP0822473A2 (en) 1996-07-31 1998-02-04 Canon Kabushiki Kaisha Remote maintenance system
US5848378A (en) * 1996-02-07 1998-12-08 The International Weather Network System for collecting and presenting real-time weather information on multiple media
US6006228A (en) * 1996-12-11 1999-12-21 Ncr Corporation Assigning security levels to particular documents on a document by document basis in a database

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5694323A (en) * 1995-04-04 1997-12-02 Persyst, Inc. Monitoring system with particular application to monitoring a cash-basis operation

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2301980A (en) 1995-06-05 1996-12-18 Ricoh Kk Machine diagnosis using connectionless communication mode
GB2305819A (en) 1995-06-05 1997-04-16 Ricoh Kk Diagnosis/control of machines
GB2305818A (en) 1995-06-05 1997-04-16 Ricoh Kk Diagnosis/control of machines
US5848378A (en) * 1996-02-07 1998-12-08 The International Weather Network System for collecting and presenting real-time weather information on multiple media
EP0822473A2 (en) 1996-07-31 1998-02-04 Canon Kabushiki Kaisha Remote maintenance system
US6006228A (en) * 1996-12-11 1999-12-21 Ncr Corporation Assigning security levels to particular documents on a document by document basis in a database

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
George Lawton, "Dawn of the Internet Appliance", Industry Trends, Computer, i.garber@computer.org.
Howard M. et al., "Managing Devices with the Web", BYTE, US, McGraw-Hill Inc. vol. 22, No. 9, Sep. 1997, pp. 45-4.
Siberschatz et al., Operating System Concepts, Jan. 1995, Addison-Wesley Company Inc., 4<th >Edition, pp. 401-402.* *
Siberschatz et al., Operating System Concepts, Jan. 1995, Addison-Wesley Company Inc., 4th Edition, pp. 401-402.*
So et al., "Academic Papers-Building Automation Systems on the Internet", vol. 15, No. 5/6, May.Jun. 1997, pp. 124-133.
So et al., "Academic Papers—Building Automation Systems on the Internet", vol. 15, No. 5/6, May.Jun. 1997, pp. 124-133.

Cited By (42)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9135636B2 (en) 2001-01-19 2015-09-15 SITO Mobile R&D IP, LLC System and method for routing media
US9135635B2 (en) 2001-01-19 2015-09-15 SITO Mobile R&D IP, LLC System and method for routing media
US9350777B2 (en) 2001-01-19 2016-05-24 SITO Mobile R&D IP, LLC System and method for routing media
US9026673B2 (en) 2001-01-19 2015-05-05 SITO Mobile R&D IP, LLC System and method for routing media
US9380089B2 (en) 2001-01-19 2016-06-28 SITO Mobile R&D IP, LLC System and method for routing media
US8825887B2 (en) * 2001-01-19 2014-09-02 Single Touch Interactive R&D IP, LLC System and method for routing media
US9380088B2 (en) 2001-01-19 2016-06-28 SITO Mobile R&D IP, LLC System and method for routing media
US9450996B2 (en) 2001-01-19 2016-09-20 SITO Mobile R&D IP, LLC System and method for routing media
US9591360B2 (en) 2001-01-19 2017-03-07 SITO Mobile R&D IP, LLC System and method for routing media
US10769675B2 (en) 2001-01-19 2020-09-08 SITO Mobile R&D IP, LLC System and method for streaming media
US20030014691A1 (en) * 2001-07-16 2003-01-16 Internationl Business Machines Corporation Scoping of real time signals of remote communication systems over a computer network: systems, methods & program products
US6889346B2 (en) * 2001-07-16 2005-05-03 International Business Machines Corporation Scoping of real time signals of remote communication systems over a computer network: systems, methods and program products
US20070277239A1 (en) * 2001-08-01 2007-11-29 Sas Validy Method to Protect Software Against Unwanted Use with a "Renaming" Principle
US20030154268A1 (en) * 2002-02-12 2003-08-14 Allied Telesis K.K. Management apparatus and computer program therefor
US7502797B2 (en) * 2003-10-15 2009-03-10 Ascentive, Llc Supervising monitoring and controlling activities performed on a client device
US20050086255A1 (en) * 2003-10-15 2005-04-21 Ascentive Llc Supervising monitoring and controlling activities performed on a client device
CN1332536C (en) * 2004-09-28 2007-08-15 宁立涌 Method for internet remote monitoring and managing device
US9401822B2 (en) 2005-06-09 2016-07-26 Whirlpool Corporation Software architecture system and method for operating an appliance exposing key press functionality to a network
US20070168486A1 (en) * 2005-06-09 2007-07-19 Whirlpool Corporation Software architecture system and method for operating an appliance exposing key press functionality to a network
US7260498B2 (en) 2005-06-17 2007-08-21 Dade Behring Inc. Context-specific electronic performance support
US20060288259A1 (en) * 2005-06-17 2006-12-21 Dade Behring, Inc. Context-specific electronic performance support
US20090207050A1 (en) * 2008-02-14 2009-08-20 Claude Arpin Asset recovery system
US8013735B2 (en) 2008-02-14 2011-09-06 Lojack Operating Company, Lp Asset recovery system
US8169328B2 (en) 2009-06-09 2012-05-01 Lojack Operating Company, Lp Proximity monitoring and locating system
US20100309002A1 (en) * 2009-06-09 2010-12-09 Duvall William R Proximity monitoring and locating system
US10075764B2 (en) 2012-07-09 2018-09-11 Eturi Corp. Data mining system for agreement compliance controlled information throttle
US10412538B2 (en) 2012-07-09 2019-09-10 Eturi Corporation Partial information throttle based on compliance with an agreement
US8706872B2 (en) 2012-07-09 2014-04-22 Parentsware, Llc Agreement compliance controlled information throttle
US9660923B2 (en) 2012-07-09 2017-05-23 Eturi Corp. Schedule and location responsive agreement compliance controlled information throttle
US9847948B2 (en) 2012-07-09 2017-12-19 Eturi Corp. Schedule and location responsive agreement compliance controlled device throttle
US9854393B2 (en) 2012-07-09 2017-12-26 Eturi Corp. Partial information throttle based on compliance with an agreement
US9887887B2 (en) 2012-07-09 2018-02-06 Eturi Corp. Information throttle based on compliance with electronic communication rules
US9043462B2 (en) 2012-07-09 2015-05-26 Parentsware, Inc. Schedule and location responsive agreement compliance controlled information throttle
US10079931B2 (en) 2012-07-09 2018-09-18 Eturi Corp. Information throttle that enforces policies for workplace use of electronic devices
US11140444B2 (en) 2012-07-09 2021-10-05 Eturi Corp. Data mining system for agreement compliance controlled information throttle
US10834249B2 (en) 2012-07-09 2020-11-10 Eturi Corp. Information throttle that enforces policies for workplace use of electronic devices
US8966064B2 (en) 2012-07-09 2015-02-24 Parentsware, Llc Agreement compliance controlled electronic device throttle
CN103441888A (en) * 2013-09-18 2013-12-11 北京网秦天下科技有限公司 Equipment managing device and method
US10440063B1 (en) 2018-07-10 2019-10-08 Eturi Corp. Media device content review and management
US10868837B2 (en) 2018-07-10 2020-12-15 Eturi Corp. Media device content review and management
US10868838B2 (en) 2018-07-10 2020-12-15 Eturi Corp. Media device content review and management
US11343286B2 (en) 2018-07-10 2022-05-24 Eturi Corp. Media device content review and management

Also Published As

Publication number Publication date
WO2000060467A1 (en) 2000-10-12
JP2002541549A (en) 2002-12-03
TW532010B (en) 2003-05-11
GB9907182D0 (en) 1999-05-26

Similar Documents

Publication Publication Date Title
US6721688B1 (en) Remote device monitoring
US7958234B2 (en) System and method for monitoring user interaction with web pages
US11775343B1 (en) Duty cycle estimation for job assignment
US6950990B2 (en) Navigation tool for accessing workspaces and modules in a graphical user interface
US11755390B1 (en) Using keep-alive markers to extend redelivery deadlines
US8132180B2 (en) Systems, methods and computer programs for determining dependencies between logical components in a data processing system or network
US6351847B1 (en) Method and device for acquiring usage data of application
US6185600B1 (en) Universal viewer/browser for network and system events using a universal user interface generator, a generic product specification language, and product specific interfaces
US20070168994A1 (en) Debugging a computer program in a distributed debugger
US20020112048A1 (en) System and method for providing behavioral information of a user accessing on-line resources
KR20010103731A (en) Method and apparatus for the dynamic filtering and routing of events
EP1565815A1 (en) Service descriptor for a multitier compute infrastructure
WO2000075814A1 (en) System and method for monitoring user interaction with web pages
US20050240651A1 (en) Method and system of typing resources in a distributed system
US20090187656A1 (en) Method, system, and apparatus for scheduling pattern based web services
US20050108388A1 (en) Method, system, and apparatus for scheduling pattern based web services
US20040176976A1 (en) Framework for dynamic composition of Web services
US6618766B1 (en) Correlating protocol events in distributed applications
US20070038959A1 (en) Resource presentation convergence
US20060085542A1 (en) System monitoring in multi-tier application environments
JP2005063240A (en) Hierarchical database retrieving system, method, and program for the system
Jamen et al. Oracle Fusion Middleware Performance and Tuning Guide 11g Release 1 (11.1. 1.7. 0) E10108-13

Legal Events

Date Code Title Description
AS Assignment

Owner name: U.S. PHILIPS CORPORATION, NEW YORK

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:CLARKE, PAUL A.;REEL/FRAME:010693/0495

Effective date: 20000128

AS Assignment

Owner name: KONINKLIJKE PHILIPS ELECTRONICS N.V., NETHERLANDS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:U.S. PHILIPS CORPORATION;REEL/FRAME:015006/0337

Effective date: 20040202

REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20080413