sau một thời gian hoạt động thì apache server (chạy trên CentOS) của em sinh ra một đống (vài trăm cái) child rất kì lạ như sau:
- không có PID
- Request=OPTIONS * HTTP/1.0
- Client=127.0.0.1
- VHost=tên server (em đã thay tên thật = domain.com)
Đây là copy một đoạn view status của apache:
Code:
Srv PID Acc M CPU SS Req Conn Child Slot Client VHost Request
...
157-2 - 0/0/7 . 0.00 66930 0 0.0 0.00 0.00 127.0.0.1 domain.com OPTIONS * HTTP/1.0
158-2 - 0/0/11 . 0.45 66794 0 0.0 0.00 0.04 127.0.0.1 domain.com OPTIONS * HTTP/1.0
159-2 - 0/0/20 . 0.17 66827 0 0.0 0.00 0.03 127.0.0.1 domain.com OPTIONS * HTTP/1.0
160-2 - 0/0/12 . 0.79 66798 0 0.0 0.00 0.03 127.0.0.1 domain.com OPTIONS * HTTP/1.0
161-2 - 0/0/9 . 0.00 66929 0 0.0 0.00 0.03 127.0.0.1 domain.com OPTIONS * HTTP/1.0
162-2 - 0/0/2 . 0.00 66928 0 0.0 0.00 0.00 127.0.0.1 domain.com OPTIONS * HTTP/1.0
163-2 - 0/0/9 . 0.12 66900 0 0.0 0.00 0.01 127.0.0.1 domain.com OPTIONS * HTTP/1.0
164-2 - 0/0/8 . 0.00 66925 0 0.0 0.00 0.03 127.0.0.1 domain.com OPTIONS * HTTP/1.0
165-2 - 0/0/2 . 0.00 66927 0 0.0 0.00 0.00 127.0.0.1 domain.com OPTIONS * HTTP/1.0
166-2 - 0/0/11 . 0.54 66803 0 0.0 0.00 0.04 127.0.0.1 domain.com OPTIONS * HTTP/1.0
167-2 - 0/0/6 . 0.08 66793 0 0.0 0.00 0.00 127.0.0.1 domain.com OPTIONS * HTTP/1.0
168-2 - 0/0/1 . 0.00 66926 0 0.0 0.00 0.00 127.0.0.1 domain.com OPTIONS * HTTP/1.0
....
Code:
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
bác nào có ý kiến gì là con server của em đang bị làm sao và hướng giải quyết không ạ?
em thì đang nghi có một PHP script nào đó của 1 account nào đó đang làm một việc không bình thường gì đó mà tìm không ra cái script đó.
cám ơn các bác.