"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는 액세스되는 도메인 또는 하위 도메인입니다. 요청은 액세스되는 사이트의 실제 파일에 대한 것입니다.

관련 정보