JP2006221269A - Communication system and program - Google Patents

Communication system and program Download PDF

Info

Publication number
JP2006221269A
JP2006221269A JP2005032006A JP2005032006A JP2006221269A JP 2006221269 A JP2006221269 A JP 2006221269A JP 2005032006 A JP2005032006 A JP 2005032006A JP 2005032006 A JP2005032006 A JP 2005032006A JP 2006221269 A JP2006221269 A JP 2006221269A
Authority
JP
Japan
Prior art keywords
binary data
operation screen
client computer
log management
computer
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.)
Pending
Application number
JP2005032006A
Other languages
Japanese (ja)
Inventor
Kazuyuki Mizuta
和幸 水田
Takeya Horii
健也 堀井
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.)
INTER COM KK
Original Assignee
INTER COM KK
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 INTER COM KK filed Critical INTER COM KK
Priority to JP2005032006A priority Critical patent/JP2006221269A/en
Publication of JP2006221269A publication Critical patent/JP2006221269A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a mechanism capable of making the processing burden on a system as light as possible, while achieving a higher level of security. <P>SOLUTION: A client computer includes a display means for displaying an operation screen based on data provided by a host computer; a generating means for generating in accordance with a predetermined algorithm the binary data that shows the operation screen, every time the operation screen is displayed by the display means; and a transmission means for transmitting the binary data generated by the generating means to a log management server device without causing the data to be stored in a nonvolatile storage means. The log management server device includes a storage means for storing the binary data transmitted from the client computer; a designating means for designating search conditions; a search means for extracting the binary data that matches the designated search conditions from the binary data stored in the storage means; and a log display means for displaying the operation screen according to the binary data extracted. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、コンピュータにおいてなされた各種の操作状況を監視するための技術に関する。   The present invention relates to a technique for monitoring various operation states performed in a computer.

コンピュータにより表示された操作画面をログとして保存しておき、必要に応じてその操作画面を再現することで、コンピュータにおける過去の操作状況を監視するという技術が提案されている(例えば特許文献1〜4)。   Techniques have been proposed in which an operation screen displayed by a computer is stored as a log, and the operation screen displayed on the computer is reproduced as necessary to monitor past operation states in the computer (for example, Patent Documents 1 to 3). 4).

特開2004-56604号公報JP 2004-56604 A 特開2003-256035号公報JP 2003-256035 A 特開2001-84029号公報Japanese Patent Laid-Open No. 2001-84029 特開平10-78818号公報Japanese Patent Laid-Open No. 10-78818

ところで、ホストコンピュータから提供されるデータに基づいてクライアントコンピュータが操作画面を表示し、この操作画面を用いたユーザの操作に従ってホストコンピュータが処理を実行するような通信システム(ホストエミュレータシステム)においても、上記のように操作状況を監視するための仕組みを導入することが望まれている。ただし、そのような仕組みを導入するにあたっては、システムが負わなければならない処理負担をできる限り軽くすべきであるし、また、保存している操作画面に対して改ざん等の不正行為ができないようにセキュリティを確保する必要がある。   Incidentally, in a communication system (host emulator system) in which a client computer displays an operation screen based on data provided from the host computer and the host computer executes processing according to a user operation using the operation screen, It is desired to introduce a mechanism for monitoring the operation status as described above. However, when introducing such a mechanism, the processing burden that the system must bear should be reduced as much as possible, and fraudulent acts such as tampering with the stored operation screen cannot be performed. It is necessary to ensure security.

本発明は上述したような背景にかんがみてなされたものであり、その目的は、システムの処理負担をできる限り軽くするとともに、より高いセキュリティレベルを実現できる仕組みを提供することにある。   The present invention has been made in view of the above-described background, and an object of the present invention is to provide a mechanism capable of reducing the processing load of the system as much as possible and realizing a higher security level.

上記課題を解決するため、本発明は、ホストコンピュータと、当該ホストコンピュータにネットワークを介して接続された複数のクライアントコンピュータと、各々の前記クライアントコンピュータにおける操作履歴を管理するログ管理装置とを有し、前記ホストコンピュータから提供されるデータに基づいて前記クライアントコンピュータが操作画面を表示し、この操作画面を用いたユーザの操作に従って前記ホストコンピュータが処理を実行する通信システムにおいて、前記クライアントコンピュータは、前記ホストコンピュータから提供されるデータに基づいて操作画面を表示する表示手段と、前記表示手段によって前記操作画面が表示されるたびに、当該操作画面を表すバイナリデータを所定のアルゴリズムに従って生成する生成手段と、記生成手段によって生成されたバイナリデータを、不揮発性記憶手段に記憶させることなく、前記ログ管理装置に送信する送信手段とを備え、前記ログ管理装置は、前記クライアントコンピュータから送信されてくるバイナリデータを記憶する記憶手段と、検索条件を指定する指定手段と、前記記憶手段に記憶されているバイナリデータの中から前記指定手段によって指定された検索条件に合致するバイナリデータを抽出する検索手段と、前記検索手段によって抽出されたバイナリデータに基づいて操作画面を表示するログ表示手段とを備える通信システムを提供する。   In order to solve the above problems, the present invention includes a host computer, a plurality of client computers connected to the host computer via a network, and a log management device that manages an operation history in each of the client computers. In the communication system in which the client computer displays an operation screen based on data provided from the host computer and the host computer executes processing according to a user operation using the operation screen, the client computer A display unit that displays an operation screen based on data provided from a host computer, and a generator that generates binary data representing the operation screen according to a predetermined algorithm each time the operation screen is displayed by the display unit. And transmission means for transmitting the binary data generated by the recording generation means to the log management apparatus without being stored in the nonvolatile storage means, and the log management apparatus is transmitted from the client computer Storage means for storing binary data; designation means for designating search conditions; search means for extracting binary data that matches the search conditions designated by the designation means from the binary data stored in the storage means And a log display means for displaying an operation screen based on the binary data extracted by the search means.

本発明の好ましい態様においては、前記クライアントコンピュータの前記生成手段は、前記操作画面を表すバイナリデータを生成し、生成したバイナリデータにさらに圧縮処理を施し、前記送信手段は、前記生成手段によって圧縮されたバイナリデータを、不揮発性記憶手段に記憶させることなく、前記ログ管理装置に送信する。また、前記クライアントコンピュータは、前記生成手段によって生成されたバイナリデータを一時的に保管する保管手段を備え、前記クライアントコンピュータの前記送信手段は、前記保管手段によって保管されているバイナリデータを定期的に前記ログ管理装置に送信するようにしてもよい。   In a preferred aspect of the present invention, the generating means of the client computer generates binary data representing the operation screen, further compresses the generated binary data, and the transmitting means is compressed by the generating means. The binary data is transmitted to the log management device without being stored in the nonvolatile storage means. Further, the client computer includes storage means for temporarily storing the binary data generated by the generation means, and the transmission means of the client computer periodically stores the binary data stored by the storage means. You may make it transmit to the said log management apparatus.

また、本発明は、コンピュータに、ホストコンピュータから提供されるデータに基づいて操作画面を表示装置に表示させる機能と、前記表示装置に前記操作画面が表示されるたびに、当該操作画面を表すバイナリデータを所定のアルゴリズムに従って生成する機能と、
生成されたバイナリデータを、不揮発性記憶装置に記憶させることなく、送信装置からログ管理装置に送信する機能と実現させるプログラムを提供する。また、本発明は、コンピュータに、クライアントコンピュータから送信されてくるバイナリデータを記憶装置に記憶させる機能と、検索条件を指定する機能と、前記記憶装置に記憶されているバイナリデータの中から指定された検索条件に合致するバイナリデータを抽出する機能と、前記検索手段によって抽出されたバイナリデータに基づいて操作画面を表示装置に表示させる機能とを実現させるプログラムを提供する。
The present invention also provides a function for causing a computer to display an operation screen on a display device based on data provided from a host computer, and a binary representing the operation screen each time the operation screen is displayed on the display device. A function to generate data according to a predetermined algorithm;
Provided is a program for realizing a function of transmitting generated binary data from a transmission device to a log management device without storing the generated binary data in a nonvolatile storage device. Further, the present invention is specified from the function of causing a computer to store binary data transmitted from a client computer in a storage device, the function of specifying a search condition, and the binary data stored in the storage device. There is provided a program that realizes a function of extracting binary data that matches a search condition and a function of displaying an operation screen on a display device based on the binary data extracted by the search means.

以下、本発明の実施の形態について説明する。
A:構成
図1は、本実施形態に係るシステム全体の構成を示す図である。図1に示すように、この通信システムは、LAN1に接続された複数のクライアントコンピュータ10およびホストコンピュータ20と、各々のクライアントコンピュータにおける操作履歴を管理するログ管理サーバ装置30とを備えている。クライアントコンピュータ10の各々には、ホストコンピュータ20から提供されるデータに基づいて操作画面を表示し、この操作画面上でなされたユーザの操作に従ってホストコンピュータ20に処理を指示するためのクライアント用プログラムがインストールされている。一方、ホストコンピュータ20には、クライアントコンピュータ10からの指示に従って処理を実行し、その処理結果を表した操作画面をクライアントコンピュータに送信するためのホスト用プログラムがインストールされている。そして、ログ管理サーバ装置30には、各々のクライアントコンピュータ10における操作履歴を管理するためのログ管理プログラムがインストールされている。
Embodiments of the present invention will be described below.
A: Configuration FIG. 1 is a diagram illustrating a configuration of the entire system according to the present embodiment. As shown in FIG. 1, the communication system includes a plurality of client computers 10 and a host computer 20 connected to the LAN 1, and a log management server device 30 that manages an operation history in each client computer. Each client computer 10 has a client program for displaying an operation screen based on data provided from the host computer 20 and instructing the host computer 20 to perform processing in accordance with a user operation performed on the operation screen. Installed. On the other hand, the host computer 20 is installed with a host program for executing processing according to an instruction from the client computer 10 and transmitting an operation screen representing the processing result to the client computer. The log management server device 30 is installed with a log management program for managing an operation history in each client computer 10.

これらのコンピュータプログラムは、例えば磁気テープ、磁気ディスク、フロッピー(登録商標)ディスク、光記録媒体、光磁気記録媒体、CD(Compact Disk)−ROM、DVD(Digital Versatile Disk)等の各種記録媒体に記録された状態で販売・流通することが可能である。なお、図1においては、図面が煩雑となることを防ぐため、クライアントコンピュータ10を3つしか図示していないが、これらは実際にはもっと多くてもよいし、少なくてもよい。   These computer programs are recorded on various recording media such as a magnetic tape, a magnetic disk, a floppy (registered trademark) disk, an optical recording medium, a magneto-optical recording medium, a CD (Compact Disk) -ROM, and a DVD (Digital Versatile Disk). It is possible to sell and circulate in a sold state. In FIG. 1, only three client computers 10 are shown in order to prevent the drawing from becoming complicated, but these may actually be more or less.

次に、図2を参照しながら、クライアントコンピュータ10の構成について説明する。図2に示すように、クライアントコンピュータ10は、CPU(Central Processing Unit)11と、ROM(Read Only Memory)12と、RAM(Random Access Memory)13と、通信インタフェース14と、ハードディスク15と、表示部16と、操作部17とを備えている。通信インタフェース14はLAN1に接続されており、CPU11の指示に従ってホストコンピュータ20やログ管理サーバ装置30との間でデータ通信を行う。不揮発性記憶手段であるハードディスク15には、上述したクライアント用プログラムが記憶されている。   Next, the configuration of the client computer 10 will be described with reference to FIG. As shown in FIG. 2, the client computer 10 includes a CPU (Central Processing Unit) 11, a ROM (Read Only Memory) 12, a RAM (Random Access Memory) 13, a communication interface 14, a hard disk 15, and a display unit. 16 and an operation unit 17. The communication interface 14 is connected to the LAN 1 and performs data communication with the host computer 20 and the log management server device 30 in accordance with instructions from the CPU 11. The above-described client program is stored in the hard disk 15 which is a nonvolatile storage unit.

次に、図3を参照しながら、ログ管理サーバ装置30の構成について説明する。図3に示すように、ログ管理サーバ装置30は、CPU31と、ROM32と、RAM33と、通信インタフェース34と、ハードディスク35と、表示部36と、操作部37とを備えている。通信インタフェース34はLAN1に接続されており、CPU31の指示に従ってクライアントコンピュータ10との間でデータ通信を行う。ハードディスク35には、上述したログ管理プログラムが記憶されているほか、各々のクライアントコンピュータ10における操作画面データをログとして記憶するためのログ格納領域が設けられている。このログ格納領域には、多数の操作画面データのほかに、これらを管理するための管理テーブルが記憶されている。この管理テーブルの内容については後述する。   Next, the configuration of the log management server device 30 will be described with reference to FIG. As illustrated in FIG. 3, the log management server device 30 includes a CPU 31, a ROM 32, a RAM 33, a communication interface 34, a hard disk 35, a display unit 36, and an operation unit 37. The communication interface 34 is connected to the LAN 1 and performs data communication with the client computer 10 in accordance with instructions from the CPU 31. In addition to storing the log management program described above, the hard disk 35 is provided with a log storage area for storing operation screen data in each client computer 10 as a log. In this log storage area, in addition to a large number of operation screen data, a management table for managing them is stored. The contents of this management table will be described later.

B:動作
次に、図4〜図8を用いて実施形態の動作について説明する。
B−1:操作画面データの蓄積動作
図4において、クライアントコンピュータ10の操作者が操作部17を用いてホストコンピュータ20にアクセスすることを指示する操作を行うと、クライアントコンピュータ10のCPU11はこの操作を受け付け(ステップS1)、ホストコンピュータ20に対してリクエストを送信する(ステップS2)。ホストコンピュータ20はこのリクエストを受信すると、最初の操作画面データをクライアントコンピュータ10に送信する(ステップS3)。
B: Operation Next, the operation of the embodiment will be described with reference to FIGS.
B-1: Operation Screen Data Accumulation Operation In FIG. 4, when the operator of the client computer 10 performs an operation for instructing access to the host computer 20 using the operation unit 17, the CPU 11 of the client computer 10 performs this operation. Is received (step S1), and a request is transmitted to the host computer 20 (step S2). When receiving this request, the host computer 20 transmits the first operation screen data to the client computer 10 (step S3).

クライアントコンピュータ10のCPU11は、受信した操作画面データに基づいて表示部16に操作画面を表示する(ステップS4)。次に、CPU11は、表示している操作画面を表すバイナリデータをRAM13上で生成し、さらにこれを圧縮する(ステップS5)。この際用いられるバイナリデータの生成アルゴリズムや圧縮アルゴリズムは、クライアント用プログラムに記述されているので、CPU11はこれに従えばよい。一例を示すと、例えば図5に示すような操作画面を所定のアルゴリズムにしたがってバイナリデータに変換すると、図6に示すような内容となる。なお、このとき、システムにログインしている操作者のユーザIDを「SJGA0001」とし、日時を「2005/01/01 14:45」とし、クライアントコンピュータに割り当てられている端末IDを「F9525」とする。そして、CPU11は、このようにして得られた圧縮バイナリデータをRAM13から読み出し、これをハードディスク15に記憶させることなく、そのままログ管理サーバ装置30に送信する(ステップS6)。ログ管理サーバ装置30のCPU31は、クライアントコンピュータ10から送信されてくるデータをハードディスク35のログ格納領域に記憶する(ステップS7)。   The CPU 11 of the client computer 10 displays an operation screen on the display unit 16 based on the received operation screen data (step S4). Next, the CPU 11 generates binary data representing the displayed operation screen on the RAM 13, and further compresses it (step S5). Since the binary data generation algorithm and compression algorithm used in this case are described in the client program, the CPU 11 may follow them. For example, when an operation screen as shown in FIG. 5 is converted into binary data in accordance with a predetermined algorithm, the contents are as shown in FIG. At this time, the user ID of the operator logged in to the system is “SJGA0001”, the date is “2005/01/01 14:45”, and the terminal ID assigned to the client computer is “F9525”. To do. Then, the CPU 11 reads out the compressed binary data obtained in this way from the RAM 13, and transmits it to the log management server device 30 as it is without storing it in the hard disk 15 (step S6). The CPU 31 of the log management server device 30 stores the data transmitted from the client computer 10 in the log storage area of the hard disk 35 (step S7).

ここで、図7は、ログ格納領域に記憶されている管理テーブルの記述例である。この管理テーブルには、前述したユーザID、日時およびに端末IDのほか、ログ管理サーバ装置30のCPU31によって各々の操作画面データに割り当てられた画面IDや、クライアントコンピュータ10におけるデータ受信時の操作画面データか送信時の操作画面データかの別が記述されている。図7に示す例では、ユーザID「SJGA0001」のユーザが「2005/01/01 14:45」にログインしている端末ID「F9525」のクライアントコンピュータ10から、ログ管理サーバ装置30に送信されてきた操作画面データに対し、画面ID「D0001」が割り当てられている例が示されている。   Here, FIG. 7 is a description example of the management table stored in the log storage area. In this management table, in addition to the above-mentioned user ID, date and time, and terminal ID, the screen ID assigned to each operation screen data by the CPU 31 of the log management server device 30 and the operation screen at the time of data reception in the client computer 10 Whether data or operation screen data at the time of transmission is described. In the example illustrated in FIG. 7, a user with a user ID “SJGA0001” is transmitted from the client computer 10 with a terminal ID “F9525” logged in to “2005/01/01 14:45” to the log management server device 30. In this example, screen ID “D0001” is assigned to the operation screen data.

次に、クライアントコンピュータ10の操作者が操作部17を用いて所望の処理を指示する操作(例えば或る指示コマンドを入力する操作)を行ったとする。CPU11は、この操作を受け付け(ステップS8)、入力された指示コマンドを操作画面上に表示する(ステップS9)。そして、CPU11は、上記と同様に、表示中の操作画面を表すバイナリデータをRAM13上に生成し、さらにこれを圧縮する(ステップS10)。そして、CPU11は、圧縮されたバイナリデータをハードディスク15に記憶させることなくログ管理サーバ装置30に送信する(ステップS11)。ログ管理サーバ装置30のCPU31は、クライアントコンピュータ10から送信されてくるデータをハードディスク35のログ格納領域に記憶する(ステップS12)。   Next, it is assumed that the operator of the client computer 10 performs an operation for instructing a desired process (for example, an operation for inputting an instruction command) using the operation unit 17. The CPU 11 accepts this operation (step S8) and displays the input instruction command on the operation screen (step S9). In the same manner as described above, the CPU 11 generates binary data representing the operation screen being displayed on the RAM 13, and further compresses the binary data (step S10). Then, the CPU 11 transmits the compressed binary data to the log management server device 30 without storing it in the hard disk 15 (step S11). The CPU 31 of the log management server device 30 stores the data transmitted from the client computer 10 in the log storage area of the hard disk 35 (step S12).

一方、クライアントコンピュータ10のCPU11は、入力された指示コマンドを含むリクエストをホストコンピュータ20に送信する(ステップS13)。ホストコンピュータ20はこのリクエストを受信すると、指示コマンドによって指定される処理を実行し(ステップS14)、その処理結果を示す操作画面データをクライアントコンピュータ10に送信する(ステップS15)。クライアントコンピュータ10のCPU11は、受信した操作画面データに基づいて表示部16に操作画面を表示し(ステップS16)、再び、この操作画面を表すバイナリデータを生成して圧縮する(ステップS17)。そして、CPU11は、このようにして得られた圧縮バイナリデータをRAM13から読み出し、これをハードディスク15に記憶させることなく、そのままログ管理サーバ装置30に送信する(ステップS18)。ログ管理サーバ装置30のCPU31は、クライアントコンピュータ10から送信されてくるデータをハードディスク35のログ格納領域に記憶する(ステップS19)。   On the other hand, the CPU 11 of the client computer 10 transmits a request including the input instruction command to the host computer 20 (step S13). Upon receiving this request, the host computer 20 executes processing specified by the instruction command (step S14), and transmits operation screen data indicating the processing result to the client computer 10 (step S15). The CPU 11 of the client computer 10 displays an operation screen on the display unit 16 based on the received operation screen data (step S16), and again generates and compresses binary data representing the operation screen (step S17). Then, the CPU 11 reads out the compressed binary data obtained in this way from the RAM 13 and transmits it to the log management server device 30 as it is without storing it in the hard disk 15 (step S18). The CPU 31 of the log management server device 30 stores the data transmitted from the client computer 10 in the log storage area of the hard disk 35 (step S19).

以降、上記と同様の手順に従って、クライアントコンピュータ10は、ホストコンピュータ20から提供されるデータに基づいて操作画面を表示するたびに、その操作画面を表すバイナリデータを所定のアルゴリズムに従って生成し、さらにこれを圧縮してログ管理サーバ装置30に送信する。このよう処理が繰り返されることにより、ログ管理サーバ装置30は各々のクライアントコンピュータ10から次々に収集される操作画面データを蓄積することになる。   Thereafter, each time the client computer 10 displays the operation screen based on the data provided from the host computer 20 according to the same procedure as described above, the client computer 10 generates binary data representing the operation screen according to a predetermined algorithm. Is compressed and transmitted to the log management server device 30. By repeating such processing, the log management server device 30 accumulates operation screen data collected one after another from each client computer 10.

B−2:操作画面データの検索動作
次に、図8は、ログ管理サーバ装置30のCPU31が操作画面データを検索する際の動作を示すフローチャートである。
まず、ログ管理サーバ装置30のCPU31は、検索条件指定画面を表示部36に表示する(ステップS21)。この画面には、ユーザID、日時、端末ID、送信または受信のうち少なくとも1つを指定するための指定欄が設けられている。操作者が検索条件を指定する操作を行うと、CPU31はこの操作を受け付け(ステップS22;Yes)、図7に示したような管理テーブルを参照しつつ、指定された検索条件に合致する操作画面データをサーチする。そして、CPU31は、このサーチによって特定された操作画面データ(バイナリデータ)を、管理テーブルに記述されているデータ格納場所から抽出する(ステップS23)。そして、CPU31は、抽出した操作画面データに基づいて表示部36に操作画面を表示する(ステップS24)。さらに、CPU31は、上記検索の結果をハードディスク35の所定領域に格納する(ステップS25)。この検索結果は次回以降に同じような検索が指示される際にCPU31によって参照されることになる。
B-2: Operation Screen Data Retrieval Operation Next, FIG. 8 is a flowchart showing an operation when the CPU 31 of the log management server device 30 retrieves operation screen data.
First, the CPU 31 of the log management server device 30 displays a search condition designation screen on the display unit 36 (step S21). This screen is provided with a designation field for designating at least one of user ID, date / time, terminal ID, transmission or reception. When the operator performs an operation for specifying the search condition, the CPU 31 accepts this operation (step S22; Yes), and refers to the management table as shown in FIG. Search for data. Then, the CPU 31 extracts the operation screen data (binary data) specified by this search from the data storage location described in the management table (step S23). Then, the CPU 31 displays an operation screen on the display unit 36 based on the extracted operation screen data (step S24). Further, the CPU 31 stores the search result in a predetermined area of the hard disk 35 (step S25). This search result is referred to by the CPU 31 when a similar search is instructed after the next time.

以上説明した実施形態によれば、クライアントコンピュータ10における過去の操作状況を操作画面によって確認することができるので、複雑な解析作業などを行わなくても、容易にその操作状況を理解することができる。また、操作画面を例えばJPEG等の画像データ形式で保存するような場合、そのデータ量は非常に多くなってしまうが、本実施形態では所定のアルゴリズムに従って図6に示すようなバイナリデータに変換しているので、データ量が少なくて済む。よって、システムにおける処理の負担は比較的小さくなる。
また、クライアントコンピュータ10の不揮発性記憶部(ハードディスク)に操作画面データを保存せずに、ログ管理サーバ装置30にしか保存しないので、これら操作画面データに対して改ざん等の不正行為を行いにくくなるし、クライアントコンピュータ10の操作者が誤って操作画面データを削除するといった事態も防止することができる。
なお、クライアントコンピュータ10は、生成したバイナリデータをその都度ログ管理サーバ装置30に送信するのではなく、ROM上に一時的に保管しておき、これを定期的に(例えば1時間毎に)ログ管理サーバ装置30に送信するようにしてもよい。このようにすれば、その都度送信する場合に比べて、LAN1における通信トラヒックを低減させることができる。
According to the embodiment described above, since the past operation status in the client computer 10 can be confirmed on the operation screen, the operation status can be easily understood without performing complicated analysis work. . Further, when the operation screen is saved in an image data format such as JPEG, the amount of data becomes very large. In this embodiment, however, the operation screen is converted into binary data as shown in FIG. 6 according to a predetermined algorithm. Therefore, the amount of data is small. Thus, the processing burden on the system is relatively small.
Further, since the operation screen data is not stored in the nonvolatile storage unit (hard disk) of the client computer 10 but only in the log management server device 30, it is difficult to perform an illegal act such as tampering with the operation screen data. In addition, it is possible to prevent a situation in which the operator of the client computer 10 deletes the operation screen data by mistake.
The client computer 10 does not send the generated binary data to the log management server device 30 each time, but temporarily stores it in the ROM, and logs it periodically (for example, every hour). You may make it transmit to the management server apparatus 30. FIG. In this way, communication traffic in the LAN 1 can be reduced as compared with the case where transmission is performed each time.

本発明の実施形態に係るシステムの全体構成を示すブロック図である。1 is a block diagram showing an overall configuration of a system according to an embodiment of the present invention. 同実施形態におけるクライアントコンピュータの構成を示すブロック図である。It is a block diagram which shows the structure of the client computer in the same embodiment. 同実施形態におけるログ管理サーバ装置の構成を示すブロック図である。It is a block diagram which shows the structure of the log management server apparatus in the embodiment. 同実施形態の動作を示すシーケンスチャートである。It is a sequence chart which shows the operation | movement of the embodiment. 同実施形態におけるクライアントコンピュータの表示部に表示される画面例を示す図であるIt is a figure which shows the example of a screen displayed on the display part of the client computer in the embodiment. 同実施形態におけるクライアントコンピュータに表示された画面を表すバイナリデータの例を示す図である。It is a figure which shows the example of the binary data showing the screen displayed on the client computer in the embodiment. 同実施形態におけるログ管理サーバ装置が記憶している管理テーブルの例を示す図である。It is a figure which shows the example of the management table which the log management server apparatus in the embodiment has memorize | stored. 同実施形態におけるログ管理サーバ装置のCPUの動作を示すフローチャートである。It is a flowchart which shows operation | movement of CPU of the log management server apparatus in the embodiment.

符号の説明Explanation of symbols

10・・・クライアントコンピュータ、11・・・CPU、12・・・ROM、13・・・RAM、14・・・通信インタフェース、15・・・ハードディスク、16・・・表示部、17・・・操作部、20・・・ホストコンピュータ、30・・・ログ管理サーバ装置、31・・・CPU、32・・・ROM、33・・・RAM、34・・・通信インタフェース、35・・・ハードディスク、36・・・表示部、37・・・操作部。   DESCRIPTION OF SYMBOLS 10 ... Client computer, 11 ... CPU, 12 ... ROM, 13 ... RAM, 14 ... Communication interface, 15 ... Hard disk, 16 ... Display part, 17 ... Operation , 20 ... host computer, 30 ... log management server device, 31 ... CPU, 32 ... ROM, 33 ... RAM, 34 ... communication interface, 35 ... hard disk, 36 ... Display unit, 37 ... Operating unit.

Claims (5)

ホストコンピュータと、当該ホストコンピュータにネットワークを介して接続された複数のクライアントコンピュータと、各々の前記クライアントコンピュータにおける操作履歴を管理するログ管理装置とを有し、前記ホストコンピュータから提供されるデータに基づいて前記クライアントコンピュータが操作画面を表示し、この操作画面を用いたユーザの操作に従って前記ホストコンピュータが処理を実行する通信システムにおいて、
前記クライアントコンピュータは、
前記ホストコンピュータから提供されるデータに基づいて操作画面を表示する表示手段と、
前記表示手段によって前記操作画面が表示されるたびに、当該操作画面を表すバイナリデータを所定のアルゴリズムに従って生成する生成手段と、
前記生成手段によって生成されたバイナリデータを、不揮発性記憶手段に記憶させることなく、前記ログ管理装置に送信する送信手段と
を備え、
前記ログ管理装置は、
前記クライアントコンピュータから送信されてくるバイナリデータを記憶する記憶手段と、
検索条件を指定する指定手段と、
前記記憶手段に記憶されているバイナリデータの中から前記指定手段によって指定された検索条件に合致するバイナリデータを抽出する検索手段と、
前記検索手段によって抽出されたバイナリデータに基づいて操作画面を表示するログ表示手段と
を備える通信システム。
A host computer; a plurality of client computers connected to the host computer via a network; and a log management device for managing an operation history in each of the client computers, based on data provided from the host computer In the communication system in which the client computer displays an operation screen, and the host computer executes processing according to a user operation using the operation screen,
The client computer is
Display means for displaying an operation screen based on data provided from the host computer;
Generation means for generating binary data representing the operation screen according to a predetermined algorithm each time the operation screen is displayed by the display means;
Transmission means for transmitting the binary data generated by the generating means to the log management device without storing it in the nonvolatile storage means,
The log management device includes:
Storage means for storing binary data transmitted from the client computer;
A specifying means for specifying search conditions;
Search means for extracting binary data that matches the search condition designated by the designation means from the binary data stored in the storage means;
And a log display means for displaying an operation screen based on the binary data extracted by the search means.
前記クライアントコンピュータの前記生成手段は、前記操作画面を表すバイナリデータを生成し、生成したバイナリデータにさらに圧縮処理を施し、
前記送信手段は、前記生成手段によって圧縮されたバイナリデータを、不揮発性記憶手段に記憶させることなく、前記ログ管理装置に送信する請求項1記載の通信システム。
The generation unit of the client computer generates binary data representing the operation screen, further performs compression processing on the generated binary data,
The communication system according to claim 1, wherein the transmission unit transmits the binary data compressed by the generation unit to the log management device without storing the binary data in a nonvolatile storage unit.
前記クライアントコンピュータは、前記生成手段によって生成されたバイナリデータを一時的に保管する保管手段を備え、
前記クライアントコンピュータの前記送信手段は、前記保管手段によって保管されているバイナリデータを定期的に前記ログ管理装置に送信する請求項1記載の通信システム。
The client computer comprises storage means for temporarily storing binary data generated by the generation means,
The communication system according to claim 1, wherein the transmission unit of the client computer periodically transmits binary data stored by the storage unit to the log management apparatus.
コンピュータに、
ホストコンピュータから提供されるデータに基づいて操作画面を表示装置に表示させる機能と、
前記表示装置に前記操作画面が表示されるたびに、当該操作画面を表すバイナリデータを所定のアルゴリズムに従って生成する機能と、
生成されたバイナリデータを、不揮発性記憶装置に記憶させることなく、送信装置からログ管理装置に送信する機能と
実現させるプログラム。
On the computer,
A function for displaying an operation screen on a display device based on data provided from a host computer;
A function of generating binary data representing the operation screen according to a predetermined algorithm each time the operation screen is displayed on the display device;
A program for realizing the function of transmitting the generated binary data from the transmission device to the log management device without storing it in the nonvolatile storage device.
コンピュータに、
クライアントコンピュータから送信されてくるバイナリデータを記憶装置に記憶させる機能と、
検索条件を指定する機能と、
前記記憶装置に記憶されているバイナリデータの中から指定された検索条件に合致するバイナリデータを抽出する機能と、
前記検索手段によって抽出されたバイナリデータに基づいて操作画面を表示装置に表示させる機能と
を実現させるプログラム。
On the computer,
A function for storing binary data transmitted from a client computer in a storage device;
The ability to specify search criteria,
A function of extracting binary data that matches a specified search condition from the binary data stored in the storage device;
A program for realizing a function of displaying an operation screen on a display device based on binary data extracted by the search means.
JP2005032006A 2005-02-08 2005-02-08 Communication system and program Pending JP2006221269A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005032006A JP2006221269A (en) 2005-02-08 2005-02-08 Communication system and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005032006A JP2006221269A (en) 2005-02-08 2005-02-08 Communication system and program

Publications (1)

Publication Number Publication Date
JP2006221269A true JP2006221269A (en) 2006-08-24

Family

ID=36983582

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005032006A Pending JP2006221269A (en) 2005-02-08 2005-02-08 Communication system and program

Country Status (1)

Country Link
JP (1) JP2006221269A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008210150A (en) * 2007-02-26 2008-09-11 Sky Kk Screen storage system
JP2008310780A (en) * 2007-06-18 2008-12-25 Sky Kk Screen playback system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008210150A (en) * 2007-02-26 2008-09-11 Sky Kk Screen storage system
JP2008310780A (en) * 2007-06-18 2008-12-25 Sky Kk Screen playback system
JP4704393B2 (en) * 2007-06-18 2011-06-15 Sky株式会社 Screen playback system

Similar Documents

Publication Publication Date Title
JP4911530B2 (en) Surveillance system, system program, and recording medium recording the program
CN104427169B (en) Remote supporting apparatus, electronic installation and remote supporting method
JP4674608B2 (en) NODE DEVICE, INFORMATION PROCESSING METHOD, AND NODE DEVICE PROGRAM
JP3954642B1 (en) Screen storage system
JP2010055153A (en) Non-displaying method of secret information
JP5445017B2 (en) Information processing apparatus, information processing method, and program
JPH11345182A (en) System and method for transmitting/receiving electronic mail and recording medium with electronic mail transmission/reception program recorded therein
JP2006221269A (en) Communication system and program
JP2000029751A (en) Log managing method/device
JP4704393B2 (en) Screen playback system
CN115757280A (en) Cloud document management system based on distributed document storage
CN100570585C (en) Content allocation system, content server, content reception apparatus and content distribution method
JP2007200047A (en) Access log-displaying system and method
JP2010097417A (en) Message management system, monitored device, monitoring device, message management method and program therefor
JP2004135228A (en) Network monitoring system
JP6519401B2 (en) INFORMATION PROCESSING APPARATUS AND INFORMATION PROCESSING PROGRAM
JP2005108063A (en) Electronic local government shared server using encryption data converter, and electronic local government terminal using encryption data decoding device
JP2008226242A (en) System and method for logging electronic document or part thereof
JP2006139682A (en) Video search system, video search method, and program
JP6425634B2 (en) Service virtualization system and service virtualization method
JP6164954B2 (en) Authentication server, authentication method, and program
JP4827716B2 (en) Monitoring device and monitoring program
JP2006018701A (en) Log output system, method, program, and recording medium
JP4879725B2 (en) Content distribution system, control program, and storage medium
JP4841289B2 (en) Unrecorded device and computer program