- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hp-ux & apache & cpu
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2002 09:30 AM
10-04-2002 09:30 AM
hp-ux & apache & cpu
I an using Apache 1.3.4 in a HP-UX 11.20 system. This system has 4 processors and I could verify that apache, by itself, is running with 100% of CPU1 utilization. I think that this is too much for apache.
Can anyone help me ou comment about this?
thanks & regards,
Luiz Souza
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2002 09:40 AM
10-04-2002 09:40 AM
Re: hp-ux & apache & cpu
Do you have glance installed?
BTW, you don't need to post the same question three times, once is enough.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2002 09:44 AM
10-04-2002 09:44 AM
Re: hp-ux & apache & cpu
Can you tell us anything from glance or any Apache instrumentation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2002 09:50 AM
10-04-2002 09:50 AM
Re: hp-ux & apache & cpu
I suppose that this is too much because here we don't have a significative traffic.
I think that there is something wrong.
I also have other doubt: whats is glance? Sorry, but I am not very familiar yet.
thanks & regards,
Luiz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2002 09:08 AM
10-05-2002 09:08 AM
Re: hp-ux & apache & cpu
Can you tell us exactly how much is "not a significant amount" of trafic? Have you tried tracing what Apache is doing?
Poorly formed HTML pages can cause a lot of extra work from Apache.
You may also be getting hacked - someone on the internet hitting your webserver in a denial-of-service attack or simply someone trying to break into your system.
You need to look at things like this to find the source of the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2002 06:39 PM
10-05-2002 06:39 PM
Re: hp-ux & apache & cpu
If Apache has a high load immediately after a restart, you may have a bad config file for Apache.
Look in your Apache logs...you may see some nasty things going on.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2002 08:33 PM
10-06-2002 08:33 PM
Re: hp-ux & apache & cpu
Try the following
check for the httpd.conf syntax
# httpd -T
# httpd -V
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2002 10:31 PM
10-06-2002 10:31 PM
Re: hp-ux & apache & cpu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 06:55 AM
10-08-2002 06:55 AM
Re: hp-ux & apache & cpu
I checked how many instances of HTTPD were running. (ps -ef | grep httpd).
I found 12 differents PIDs for httpd. Is this right? Is there any way that I can set only one HTTPD instance? Is it good?
thanks & regards
Luiz