[Nginx 6] nginx. conf 상용 명령 (Directive)
1417 단어 Directive
Nginx 가 8 개의 작업 자 프로 세 스 를 시작 할 것 임 을 표시 합 니 다. ps - ef | grep nginx 를 통 해 8 개의 Nginx Worker Process 가 실행 되 고 있 습 니 다.
nobody 53879 118449 0 Apr22 ? 00:26:15 nginx: worker process
nobody 53880 118449 0 Apr22 ? 00:27:05 nginx: worker process
nobody 53881 118449 0 Apr22 ? 00:27:31 nginx: worker process
nobody 53882 118449 0 Apr22 ? 00:28:35 nginx: worker process
nobody 53883 118449 0 Apr22 ? 00:28:42 nginx: worker process
nobody 53884 118449 0 Apr22 ? 00:27:48 nginx: worker process
nobody 53885 118449 0 Apr22 ? 00:28:16 nginx: worker process
nobody 53886 118449 1 Apr22 ? 00:29:15 nginx: worker process
PID 118449 의 하위 프로 세 스 에 속 합 니 다. 118449 는 시작 하 는 Nginx 프로 세 스 (Master 프로 세 스) 를 표시 합 니 다.
root 118449 1 0 2014 ? 00:00:03 nginx: master process
2. worker_cpu_affinity
모든 작업 자 프로 세 스 가 어떤 CPU 와 연결 되 어 있 는 지 표시 합 니 다.