9abe
![]() |
|
|
|
|
|||||||
| Web & Network Services Discussion related to network/web services such as apache, bind, sendmail, etc. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi freebsd experts,
I have three dedicated web servers running freebsd with apache and php. Watching "top" during heavy load I see that the state of all httpd processes suddenly is set to "accept" whereafter the overall cpu utilization drops to 0%. This results in very slow response times for our users. After 10-60 seconds everything turns back to normal. This cycle repeats itself. My question is, what does "accept" mean? I've been googling without finding an answer. However, I did find some indications of what it could mean, namely that the process is waiting for some io resource. If this is the case, is there a way to find out which resource a given process is waiting for? Thanks in advance! - Rasmus - Rasmus |
|
#2
|
|||
|
|||
|
Code:
man 2 accept I'd have thought it was a normal state for httpd processes waiting for a connection. You may have to look elsewhere for the web latency issue. |
|
#3
|
|||
|
|||
|
Thank you.
Yes, I think you are right. "accept" just means that the specific apache process is waiting for incoming requests. I will investigate further... |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| screen: Keep Your Processes Running Despite A Dropped Connection | bsdvm | Howtos & FAQs (Moderated) | 32 | May 21st, 2011 13:54 |
| make install clean accept default config | jemate18 | Installation and Maintenance of FreeBSD Ports or Packages | 2 | May 3rd, 2009 02:03 |
| Apache: Help with rogue processes | biscuits | Web & Network Services | 5 | April 8th, 2009 08:23 |
| State swait is = to sbwait? | klabacita | Web & Network Services | 3 | April 8th, 2009 03:42 |
| Processess stuck in KSEREL state | axbat | General | 3 | February 18th, 2009 04:22 |