JPH0744423A - Load factor display device - Google Patents

Load factor display device

Info

Publication number
JPH0744423A
JPH0744423A JP5204686A JP20468693A JPH0744423A JP H0744423 A JPH0744423 A JP H0744423A JP 5204686 A JP5204686 A JP 5204686A JP 20468693 A JP20468693 A JP 20468693A JP H0744423 A JPH0744423 A JP H0744423A
Authority
JP
Japan
Prior art keywords
load factor
load
signal
cpu
address space
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
JP5204686A
Other languages
Japanese (ja)
Inventor
Keiro Ito
圭郎 伊藤
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.)
Sony Corp
Original Assignee
Sony Corp
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 Sony Corp filed Critical Sony Corp
Priority to JP5204686A priority Critical patent/JPH0744423A/en
Publication of JPH0744423A publication Critical patent/JPH0744423A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To realize a load factor display device on which a load factor of a CPU is displayed continuously in real time. CONSTITUTION:A 1st load factor detection means 2 generates a 1st load factor signal L1 in response to an instruction indication number of times, a 2nd load factor detection means 3 generates a 2nd load factor signal L2 in response to number of arithmetic operation times, and a 3rd load factor detection means 4 generates a 3rd load factor signal L3 representing a ratio of an address space to all address spaces. Then a load factor display means 5 displays a load factor of a CPU by using any of 1st-3rd load factor signals L1-L3 or combination of them.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、例えば、パーソナルコ
ンピュータやエンジニアリングワークステーション等に
搭載されるCPUの動作負荷をリアルタイムに表示する
負荷率表示装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a load factor display device for displaying the operating load of a CPU mounted on, for example, a personal computer or an engineering workstation in real time.

【0002】[0002]

【従来の技術】周知のように、パーソナルコンピュータ
やエンジニアリングワークステーション等に搭載される
CPUは、算術論理演算部(ALU)と、各種演算結果
等を一時記憶するアキュームレータや、プログラムカウ
ンタあるいはアドレスカウンタ等から形成される記憶部
と、命令解読制御部とから構成されており、その処理速
度は主に処理ビット長と動作クロック周波数とに依存す
る。
2. Description of the Related Art As is well known, a CPU installed in a personal computer, an engineering workstation, etc., includes an arithmetic logic unit (ALU), an accumulator for temporarily storing various operation results, a program counter, an address counter, etc. And a command decoding control unit, the processing speed of which mainly depends on the processing bit length and the operation clock frequency.

【0003】一方、このCPUによって入出力管理され
る周辺回路を含むコンピュータ全体の性能は、「MIP
S」あるいは「MFLOPS」と呼ばれる指標で表現さ
れる。「MIPS」とは、Million Istruction Per Sec
ondの略であり、1秒間に何百万回の演算を実行できる
かを表す単位である。また、「MFLOPS」とは、Mi
llion Floating-point Operation Per Secondの略であ
り、1秒間に浮動小数点演算を何百万回の演算を実行で
きるかを表す単位である。
On the other hand, the performance of the entire computer including the peripheral circuit whose input / output is controlled by this CPU is "MIP
It is represented by an index called “S” or “MFLOPS”. "MIPS" means Million Istruction Per Sec
It is an abbreviation for ond, and is a unit indicating how many millions of operations can be performed per second. Also, "MFLOPS" means Mi
llion Floating-point Operation Per Second, which is a unit indicating how many millions of floating-point operations can be performed per second.

【0004】したがって、演算処理中におけるコンピュ
ータのCPU負荷率をリアルタイムに把握するには、上
述した「MIPS」あるいは「MFLOPS」で表現さ
れる最大負荷の内、何割の負荷で稼働しているかを表示
すれば良い。オペレーションシステム(OS)側がCP
Uの現状負荷率を検査する検査コマンドを備える場合に
は、その検査コマンドを入力することによってCPUの
負荷率を把握することができる。
Therefore, in order to grasp the CPU load factor of the computer during the arithmetic processing in real time, what percentage of the maximum load represented by the above-mentioned "MIPS" or "MFLOPS" is operating? Just show it. CP on the operating system (OS) side
When a check command for checking the current load factor of U is provided, the load factor of the CPU can be grasped by inputting the check command.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、オペレ
ーションシステム(OS)側が上述した検査コマンドを
備えていない場合には、負荷率を測定するプログラムを
作成し、演算処理中に当該プログラムを割り込み実行さ
せる。ところが、演算処理中にプログラムを割り込み実
行させると、一旦、他の処理がホルト状態になるから、
正確な負荷率とはなりえず、しかもディスプレイ装置側
には処理中の結果が表示されてしまい、リアルタイムな
負荷率表示を行うことができないという問題がある。ま
た、上記検査コマンドに基づいてCPU負荷率を求める
には、その都度コマンド入力操作しなければならず、リ
アルタイムに負荷率を把握するためには、当該コマンド
を入力し続けなければならず、現実的でない。そこで、
本発明は、上述した事情に鑑みてなされたもので、CP
Uの負荷率をリアルタイムに連続表示することができる
負荷率表示装置を提供することを目的としている。
However, when the operating system (OS) side does not have the above-mentioned inspection command, a program for measuring the load factor is created and the program is interrupted during the arithmetic processing. However, if the program is interrupted during arithmetic processing, other processing temporarily enters the halt state.
There is a problem that the load factor cannot be accurate, and the result of processing is displayed on the display device side, so that the load factor cannot be displayed in real time. In addition, in order to obtain the CPU load factor based on the inspection command, a command input operation must be performed each time, and in order to grasp the load factor in real time, the command must be continuously input. Not relevant. Therefore,
The present invention has been made in view of the above-mentioned circumstances, and CP
An object of the present invention is to provide a load factor display device capable of continuously displaying the load factor of U in real time.

【0006】[0006]

【課題を解決するための手段】上記目的を達成するため
本発明による負荷率表示装置は、演算部と、演算結果や
アドレス等を一時記憶する記憶部と、命令解読すると共
に、解読結果に応じて前記演算部および記憶部を制御す
る制御部とを備える中央処理装置の負荷率を検出して表
示する装置であって、前記制御部で生成される命令指示
回数を検出し、該命令指示回数に応じた第1の負荷率信
号を発生する第1の負荷率検出手段と、前記演算部で実
行される演算回数を検出し、該演算回数に応じた第2の
負荷率信号を発生する第2の負荷率検出手段と、前記記
憶部が管理するアドレス空間を検出し、全アドレス空間
に占める当該アドレス空間の比率を表わす第3の負荷率
信号を発生する第3の負荷率検出手段と、前記第1〜第
3の負荷率信号のいずれか、あるいはこれら第1〜第3
の負荷率信号を組み合わせて前記中央処理装置の負荷率
を表示する負荷率表示手段とを具備することを特徴とし
ている。
In order to achieve the above-mentioned object, a load factor display device according to the present invention comprises a calculation section, a storage section for temporarily storing a calculation result, an address, etc. A device for detecting and displaying a load factor of a central processing unit comprising a control unit for controlling the arithmetic unit and the storage unit, the number of command instructions generated by the control unit being detected, and the number of command instructions being detected. A first load factor detection means for generating a first load factor signal according to the above, and a second load factor signal for detecting the number of calculations executed by the calculation unit and generating a second load ratio signal according to the number of calculations. And a third load factor detection unit that detects an address space managed by the storage unit and generates a third load factor signal that represents a ratio of the address space to the entire address space. Of the first to third load factor signals Zureka or they first to third,
And a load factor display means for displaying the load factor of the central processing unit by combining the load factor signals of 1.

【0007】[0007]

【作用】本発明では、第1の負荷率検出手段が命令指示
回数に応じた第1の負荷率信号を発生し、第2の負荷率
検出手段が演算回数に応じた第2の負荷率信号を発生
し、第3の負荷率検出手段が全アドレス空間に占める当
該アドレス空間の比率を表わす第3の負荷率信号を発生
する。そして、負荷率表示手段が前記第1〜第3の負荷
率信号のいずれか、あるいはこれら第1〜第3の負荷率
信号を組み合わせて中央処理装置の負荷率を表示する。
したがって、中央処理装置の処理動作に干渉することな
く、当該中央処理装置の負荷率をリアルタイムに連続表
示することが可能になる。
In the present invention, the first load factor detection means generates the first load factor signal according to the number of instruction times, and the second load factor detector means the second load factor signal according to the number of calculations. And the third load factor detection means generates a third load factor signal representing the ratio of the address space to the entire address space. Then, the load factor display means displays any one of the first to third load factor signals or the load factor of the central processing unit by combining these first to third load factor signals.
Therefore, the load factor of the central processing unit can be continuously displayed in real time without interfering with the processing operation of the central processing unit.

【0008】[0008]

【実施例】以下、本発明に係る実施例について図面を参
照して説明する。図1は、本発明の実施例である負荷率
表示装置の概略構成を示すブロック図である。この図に
おいて、1はCPUであり、外部から供給されるプログ
ラムに基づいて入力データDinに所定の演算処理を施
し、これを出力データDoutとして出力する。このC
PU1は、前述したように、制御部1a、演算部1bお
よび記憶部1cとから構成される。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing a schematic configuration of a load factor display device that is an embodiment of the present invention. In the figure, reference numeral 1 denotes a CPU, which performs predetermined arithmetic processing on the input data Din based on a program supplied from the outside and outputs it as output data Dout. This C
The PU 1 is composed of the control unit 1a, the calculation unit 1b, and the storage unit 1c, as described above.

【0009】制御部1aは、外部から供給されるプログ
ラムを解読して演算部1bおよび記憶部1cを制御す
る。演算部1bは、この制御部1aから供給される演算
制御信号に応じて入力データDinに算術論理演算を施
す。記憶部1cは、演算結果等を一時記憶するアキュー
ムレータや、プログラムカウンタあるいはアドレスカウ
ンタ等から形成されており、制御部1aから供給される
メモリ制御信号に応じてアドレッシングすると共に、演
算部1bから出力される演算結果を一時記憶する。
The control unit 1a decodes a program supplied from the outside and controls the arithmetic unit 1b and the storage unit 1c. The operation unit 1b performs arithmetic logic operation on the input data Din according to the operation control signal supplied from the control unit 1a. The storage unit 1c is formed of an accumulator for temporarily storing the calculation result, etc., a program counter, an address counter, etc., and performs addressing according to a memory control signal supplied from the control unit 1a and outputs from the calculation unit 1b. Temporarily store the calculation result.

【0010】2は第1の負荷率検出手段である。第1の
負荷率検出手段2は、制御部1aの動作をモニタし、1
秒間当りに生成される命令指示回数をカウントして第1
の負荷率信号L1を発生する。この第1の負荷率信号L
1は、前述した「MIPS」に対応する信号となる。3
は第2の負荷率検出手段であり、演算部1bにおいて1
秒間当りに行われる浮動小数点演算回数を検出し、検出
結果を第2の負荷率信号L2を発生する。なお、第2の
負荷率信号L2は、前述した「MFLOPS」に対応す
る。
Reference numeral 2 is a first load factor detecting means. The first load factor detection means 2 monitors the operation of the control unit 1a and
First, counting the number of command instructions generated per second
Of the load factor signal L1. This first load factor signal L
1 is a signal corresponding to the above-mentioned "MIPS". Three
Is a second load factor detecting means, and is 1 in the computing unit 1b.
The number of floating point operations performed per second is detected, and the detection result is generated as a second load factor signal L2. The second load factor signal L2 corresponds to the above-mentioned "MFLOPS".

【0011】4は第3の負荷率検出手段である。この手
段4は、記憶部1cのアドレスカウンタが管理するアド
レス空間を検出すると共に、全アドレス空間に占める現
在の管理アドレス空間の比率を表わす第3の負荷率信号
L3を発生する。すなわち、第3の負荷率検出手段4
は、CPU1が管理するアドレス空間の空き具合で記憶
容量の負荷率を表現するものである。5は負荷率表示手
段であり、上述した第1〜第3の負荷率信号L1〜L3
のいずれかを選択して表示したり、あるいは信号L1〜
L3を組合わせてCPU1の総合的な負荷率を表示する
ものである。こうした表示態様については後述する。
Reference numeral 4 is a third load factor detecting means. The means 4 detects the address space managed by the address counter of the storage unit 1c and generates the third load factor signal L3 representing the ratio of the current management address space to the entire address space. That is, the third load factor detection means 4
Represents the load factor of the storage capacity by the availability of the address space managed by the CPU 1. Reference numeral 5 denotes a load factor display means, which is the above-mentioned first to third load factor signals L1 to L3.
To select and display, or signal L1
The total load factor of the CPU 1 is displayed by combining L3. Such display mode will be described later.

【0012】このような構成によれば、第1〜第3の負
荷率検出手段2〜4がCPU1の処理に干渉することな
く、各種観点から見た当該CPU1の負荷率をリアルタ
イムで連続的に検出するから、負荷率表示手段5がCP
U1の負荷率をリアルタイムに連続表示することができ
る訳である。
With such a configuration, the load factors of the CPU 1 from various points of view can be continuously obtained in real time without the first to third load factor detecting means 2 to 4 interfering with the process of the CPU 1. Since the load factor display means 5 detects the CP
That is, the load factor of U1 can be continuously displayed in real time.

【0013】次に、図2は、上述した構成による負荷率
表示装置を適用したパーソナルコンピュータの一例を示
す外観図である。この図において、10はCPU1や、
その他メモリ等の周辺装置から構成されるコンピュータ
本体、11はこの本体10に接続され、各種表示データ
が画面表示されるCRTディスプレイである。12は本
体10に配設される電源スイッチ、13は後述する負荷
レベルメータ14をオンオフするスイッチである。
Next, FIG. 2 is an external view showing an example of a personal computer to which the load factor display device having the above-mentioned configuration is applied. In this figure, 10 is the CPU 1,
A computer body 11 including peripheral devices such as a memory is a CRT display connected to the body 10 and displaying various display data on the screen. Reference numeral 12 is a power switch arranged in the main body 10, and 13 is a switch for turning on and off a load level meter 14 described later.

【0014】負荷レベルメータ14は、上述した負荷率
表示装置の表示を担う部分であって、緑色発光するLE
D14aと黄色発光するLED14bと赤色発光するL
ED14cとを一列に配列したものである。このような
負荷レベルメータ14を備える負荷率表示装置は、次の
ようにしてCPU1の負荷率を当該レベルメータ14に
レベル表示する。
The load level meter 14 is a portion responsible for the display of the above-mentioned load factor display device, and LE which emits green light.
D14a, LED14b that emits yellow light, and L that emits red light
The EDs 14c are arranged in a line. The load factor display device including such a load level meter 14 displays the load factor of the CPU 1 on the level meter 14 as follows.

【0015】第1の負荷率信号L1に基づいてレベル
表示する場合 この場合、例えば、CPU1の最大処理能力が「10M
IPS」であると、予めこれに相当する第1の負荷率信
号L1のレベル値を「負荷率100%」として定義して
おく。そして、1秒間当りに生成される命令指示回数に
応じて第1の負荷率検出手段2から出力される第1の負
荷率信号L1を、上記「負荷率100%」に相当する信
号レベルとの比率に従って負荷レベルメータ14を点灯
駆動してレベル表示する。
When the level is displayed based on the first load factor signal L1 In this case, for example, the maximum processing capacity of the CPU 1 is "10M.
In the case of "IPS", the level value of the first load factor signal L1 corresponding thereto is defined as "load factor 100%" in advance. Then, the first load factor signal L1 output from the first load factor detecting means 2 according to the number of command instructions generated per second is set to a signal level corresponding to the above "load factor 100%". The load level meter 14 is driven to light according to the ratio to display the level.

【0016】第2の負荷率信号L2に基づいてレベル
表示する場合 この場合、例えば、CPU1の最大処理能力が「10M
FLOPS」であると、予めこれに相当する第2の負荷
率信号L2のレベル値を「負荷率100%」として定義
しておく。そして、1秒間当りに行われる浮動小数点演
算回数に応じて第2の負荷率検出手段3から出力される
第2の負荷率信号L2を、上記「負荷率100%」に相
当する信号レベルとの比率に従って負荷レベルメータ1
4を点灯駆動してレベル表示する。
When the level is displayed based on the second load factor signal L2 In this case, for example, the maximum processing capacity of the CPU 1 is "10M".
In the case of “FLOPS”, the level value of the second load factor signal L2 corresponding thereto is defined in advance as “load factor 100%”. Then, the second load factor signal L2 output from the second load factor detecting means 3 in accordance with the number of floating point calculations performed per second is set to a signal level corresponding to the above "load factor 100%". Load level meter 1 according to the ratio
4 is turned on and the level is displayed.

【0017】第3の負荷率信号L3に基づいてレベル
表示する場合 この場合、例えば、CPU1が管理する全アドレス空間
を「10MByte」であると、予めこれに相当する第
3の負荷率信号L3のレベル値を「負荷率100%」と
して定義しておく。そして、この全アドレス空間に占め
る現在の管理アドレス空間の比率を表わす第3の負荷率
信号L3に従って負荷レベルメータ14を点灯駆動して
レベル表示する。
In the case of displaying the level based on the third load factor signal L3 In this case, for example, if the entire address space managed by the CPU 1 is "10 MByte", the third load factor signal L3 corresponding to this is previously set. The level value is defined as "load factor 100%". Then, the load level meter 14 is driven to light according to the third load factor signal L3 representing the ratio of the current management address space to the entire address space, and the level is displayed.

【0018】総合的な負荷率をレベル表示する場合 上述した〜項のレベル表示形態を組合わせてCPU
1の総合的な負荷率をレベル表示する場合には、各観点
から見た負荷率の加算平均値を算出し、この平均値に応
じてレベル表示する。例えば、現在、CPU1の状態が
上記〜項の観点で見た時、「5MIPS」,「5M
FLOPS」,「5MByte」であったとすると、各
々の負荷率の平均値は「50%」となる。この結果、総
合的な負荷率は「50%」になり、これに応じてレベル
表示される。
When displaying the overall load factor as a level CPU
When displaying the overall load factor of 1, the addition average value of the load factors from each viewpoint is calculated, and the level is displayed according to this average value. For example, when the state of the CPU 1 is currently viewed from the above-mentioned viewpoints, "5MIPS", "5M"
If it is "FLOPS" and "5MByte", the average value of each load factor is "50%". As a result, the overall load factor becomes "50%", and the level is displayed accordingly.

【0019】このように、上述した実施例によれば、第
1〜第3の負荷率検出手段2〜4がCPU1の処理動作
に干渉することなく、各種観点から見た当該CPU1の
負荷率をリアルタイムで連続的に検出し、この検出結果
に応じて負荷率表示手段5がCPU1の負荷率をリアル
タイムに負荷レベルメータ14へレベル表示するように
なっている。したがって、CPU1において起動される
OSの種類に依存することなく負荷率を表示することが
可能になる。なお、上述した実施例では、1つの負荷レ
ベルメータ14に〜項に示す態様でレベル表示する
ようにしたが、これに限定されることなく、例えば、各
表示態様に対応する個別のレベルメータを装備しても良
い。
As described above, according to the above-described embodiment, the load factor of the CPU 1 from various viewpoints can be obtained without the first to third load factor detecting means 2 to 4 interfering with the processing operation of the CPU 1. Real-time continuous detection is performed, and the load factor display means 5 displays the load factor of the CPU 1 in real time on the load level meter 14 according to the detection result. Therefore, it becomes possible to display the load rate without depending on the type of OS started in the CPU 1. In addition, in the above-mentioned embodiment, the level is displayed on one load level meter 14 in the manners shown in to, but the present invention is not limited to this, and for example, an individual level meter corresponding to each display manner may be displayed. You can equip it.

【0020】また、コンピュータ本体10に負荷率表示
手段5の制御の下に画面表示制御するディスプレイコン
トローラを設け、当該コントローラによってCRTディ
スプレイ11に負荷率をアナログレベル表示したり、デ
ィジタル表示することも可能である。また、この場合、
CPU1単体の負荷率だけでなく、周辺回路の動作状態
をも表示するようにしても良い。
It is also possible to provide a display controller for controlling the screen display under the control of the load factor display means 5 in the computer main body 10, and the controller can display the load factor on the CRT display 11 in an analog level or digitally. Is. Also in this case,
It is also possible to display not only the load factor of the CPU 1 alone but also the operating states of the peripheral circuits.

【0021】[0021]

【発明の効果】以上説明したように、本発明によれば、
第1の負荷率検出手段が命令指示回数に応じた第1の負
荷率信号を発生し、第2の負荷率検出手段が演算回数に
応じた第2の負荷率信号を発生し、第3の負荷率検出手
段が全アドレス空間に占める当該アドレス空間の比率を
表わす第3の負荷率信号を発生する。そして、負荷率表
示手段が前記第1〜第3の負荷率信号のいずれか、ある
いはこれら第1〜第3の負荷率信号を組み合わせて中央
処理装置の負荷率を表示するので、中央処理装置の負荷
率をリアルタイムに連続表示することができる。
As described above, according to the present invention,
The first load factor detection means generates a first load factor signal according to the number of instruction times, the second load factor detection means generates a second load factor signal according to the number of calculations, and the third load factor signal is generated. The load factor detecting means generates a third load factor signal representing a ratio of the address space to the entire address space. Then, the load factor display means displays any one of the first to third load factor signals or the load factor of the central processing unit by combining these first to third load factor signals. The load factor can be continuously displayed in real time.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明に係る負荷率表示装置の一実施例の概略
構成を示すブロック図である。
FIG. 1 is a block diagram showing a schematic configuration of an embodiment of a load factor display device according to the present invention.

【図2】同実施例を適用したパーソナルコンピュータの
一例を示す外観図である。
FIG. 2 is an external view showing an example of a personal computer to which the embodiment is applied.

【符号の説明】[Explanation of symbols]

1…CPU(中央処理装置) 1a…制御部 1b…演算部 1c…記憶部 2…第1の負荷率検出手段 3…第2の負荷率検出手段 4…第3の負荷率検出手段 5…負荷率表示手段 DESCRIPTION OF SYMBOLS 1 ... CPU (central processing unit) 1a ... Control part 1b ... Calculation part 1c ... Storage part 2 ... 1st load factor detection means 3 ... 2nd load factor detection means 4 ... 3rd load factor detection means 5 ... Load Rate display means

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 演算部と、演算結果やアドレス等を一時
記憶する記憶部と、命令解読すると共に、解読結果に応
じて前記演算部および記憶部を制御する制御部とを備え
る中央処理装置の負荷率を検出して表示する装置であっ
て、 前記制御部で生成される命令指示回数を検出し、該命令
指示回数に応じた第1の負荷率信号を発生する第1の負
荷率検出手段と、 前記演算部で実行される演算回数を検出し、該演算回数
に応じた第2の負荷率信号を発生する第2の負荷率検出
手段と、 前記記憶部が管理するアドレス空間を検出し、全アドレ
ス空間に占める当該アドレス空間の比率を表わす第3の
負荷率信号を発生する第3の負荷率検出手段と、 前記第1〜第3の負荷率信号のいずれか、あるいはこれ
ら第1〜第3の負荷率信号を組み合わせて前記中央処理
装置の負荷率を表示する負荷率表示手段とを具備するこ
とを特徴とする負荷率表示装置。
1. A central processing unit comprising a calculation unit, a storage unit for temporarily storing a calculation result, an address, etc., and a control unit for decoding an instruction and controlling the calculation unit and the storage unit according to the decoding result. An apparatus for detecting and displaying a load factor, the first load factor detecting means for detecting the number of instruction times generated by the control unit and generating a first load factor signal according to the number of instruction times. A second load factor detection means for detecting the number of calculations performed by the calculation part and generating a second load factor signal according to the number of calculations; and an address space managed by the storage part. , Third load factor detection means for generating a third load factor signal representing the ratio of the address space to the entire address space, and any one of the first to third load factor signals, or the first to third load factor signals. Combining a third load factor signal Central processing load factor display device characterized by comprising a load factor display means for displaying the load factor of the device.
JP5204686A 1993-07-27 1993-07-27 Load factor display device Pending JPH0744423A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5204686A JPH0744423A (en) 1993-07-27 1993-07-27 Load factor display device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5204686A JPH0744423A (en) 1993-07-27 1993-07-27 Load factor display device

Publications (1)

Publication Number Publication Date
JPH0744423A true JPH0744423A (en) 1995-02-14

Family

ID=16494634

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5204686A Pending JPH0744423A (en) 1993-07-27 1993-07-27 Load factor display device

Country Status (1)

Country Link
JP (1) JPH0744423A (en)

Similar Documents

Publication Publication Date Title
US5684728A (en) Data processing system having a saturation arithmetic operation function
JPH0744423A (en) Load factor display device
JPH0267594A (en) Display control system
KR0184985B1 (en) Method expressing the rest of battery by digital in camcoder
JPS55166757A (en) Check unit for overlapping use of output instruction
JPH02173826A (en) Data processor
JPS5983244A (en) Operation processing device
SU1024961A1 (en) Device for determining event priority
JPH1048260A (en) Waveform recorder
JPH0540623A (en) Flag generating device for microprocessor of integrated circuit
JPH057637Y2 (en)
JPH1139159A (en) Computer system
JP2827237B2 (en) Electronic equipment test circuit
JPS63237196A (en) Monitor controller for disaster prevention
JPS6316306A (en) Process controller
KR970002406B1 (en) A monitoring apparatus for a computer
JP3068317B2 (en) Microcomputer
JPS63170713A (en) Electronic apparatus
JPS61110205A (en) Programmable controller
JPS62229449A (en) Display device for program load time
JPH01262412A (en) Display device
JPH04222019A (en) Storage device
JPS62108315A (en) Control state monitor device for programmable controller
JPS61139830A (en) Arithmetic unit
JPH0462431A (en) Integrating flowmeter

Legal Events

Date Code Title Description
EXPY Cancellation because of completion of term