(ITの外国語学習日記) 英語の語順は主語からの距離順に並んでいるのを意識して勉強しています。

日本語には語順の感覚はないし、主語がなかったり、英語とは逆に主語から一番遠くて関係が薄い事から並べていると思われます。

英語の学習

2024-08-27 23:34:00 | 日記
utilization rate「稼働率」は、単にutilization とも言う。
CPU utilization rate「CPU稼働率」は、システムが運転している時間の間に、CPUが稼働している、言い換えれば、CPUがプログラムを実行している時間がどのくらいであるかを示すもの。

CPU稼働率= CPU稼働時間の総和/システム運転時間

この割合、CPU稼働率が高い時、CPUがbusyな状態で稼働していることが多い。
低い時は、CPUはidle な(何も実行してない)状態が多く暇である。
稼働率は、1を超えることはない。
稼働率1に近くなると、このCPUの使用を要求するタスクは長い時間待たされることになる。
すなわち、タスクのwaiting timeやqueue length 「待ち行列長」が大きくなる。
その結果、それらのタスクに仕事を依頼しているトランザクションやセッションも長く待たされるようになり、トランザクションやセッションのresponse time が悪化する。
(キュー=列)

例文

queue length reception judging part 11 receives queue length information from the switch processingpart of the other systemreceives each queue length information from a queue length collecting and transmitting part 10, and selects queue length related with a queue number decided by a synchronizingprocessing queue deciding part 12 for each information.

キュー長受信判定部11は、他の系のスイッチ処理部からのキュー長情報を受信し、キュー長収集送信部10からの各キュー長情報を受信し、それぞれの情報について同期化処理キュー決定部12で決定されたキュー番号に関するキュー長を選択する。 - 特許庁

When the queue length of the queue length information from the switch processing part of the other system is longer than the queue length of the switch processing part, the queue length receptionprocessing part 11 applies the queue number and a reading stop signal to an output queue deciding part9, and instructs queue reading stop processing.

キュー長受信判定部11は、他の系のスイッチ処理部からのキュー長情報のキュー長が図1のスイッチ処理部のキュー長より大きい場合は出力キュー決定部9にキュー番号と読出中止信号を与えてキューの読出中止処理の指示を行う。 

In the case that queue information with respect to respective queues is fetched from a queue lengthmeasurement section 8 in this variable queue length control methodan output queue decision section 9 receives a notice of a queue number to output an output queue.

キュー長測定部8からキューのそれぞれに対するキュー情報が入力された際に、出力キュー決定部9が出力するキュー番号の通知を取り込む。 - 

An output queue management portion acquires the length of the relevant queue, after copying the packetto the queue in an output queue list (272).





コメント
  • X
  • Facebookでシェアする
  • はてなブックマークに追加する
  • LINEでシェアする