「apachectl fullstatus」列はどういう意味ですか?

「apachectl fullstatus」列はどういう意味ですか?

列は次のとおりです。

  • スウィー
  • PID
  • アクセラレータ
  • 中サイズ
  • CPU
  • 春夏シーズン
  • 必要
  • コネチカット
  • 子供
  • コイン投入口
  • 顧客
  • 仮想ホスト
  • 必要

ベストアンサー1

Apache自体は、クエリ時にこれらのフィールドが何であるかを解釈します。 ~からこのチュートリアル:

Srv Child Server number - generation
PID OS process ID
Acc Number of accesses this connection / this child / this slot
M Mode of operation
CPU CPU usage, number of seconds
SS Seconds since beginning of most recent request
Req Milliseconds required to process most recent request
Conn Kilobytes transferred this connection
Child Megabytes transferred this child
Slot Total megabytes transferred this slot

クライアント(Client)、Vhost(Vhost)、および要求(Request)は、最も一般的に使用される列です。クライアントは、リソースにアクセスする人のIPです。 VHost はアクセスされるドメインまたはサブドメインです。要求は、アクセスされるサイトの物理ファイルに対するものです。

おすすめ記事