Sponsored Content
Operating Systems Linux Help pinpointing high HTTPD CPU usage in TOP Post 302265141 by csorhand on Friday 5th of December 2008 04:35:21 PM
Old 12-05-2008
pspace,

You can use the toogle key of TOP to see memory usage.you can just see it in man page or just by pressing the help key at TOP. Advise to you is to adjust the settings of your httpd.conf. You need to adjust the config of the ff:

MaxKeepAliveRequests
KeepAliveTimeout
StartServers
MinSpareServers
MaxSpareServers
ServerLimit
MaxClients
MaxRequestsPerChild
 

10 More Discussions You Might Find Interesting

1. Red Hat

CPU usage: PS versus TOP - Different output

CPU usage: PS versus TOP - Different output Hi When monitoring a Linux environment with PS command, reported CPU value for a certain process differs, sometimes greatly, from the value seen in TOP. I understood this is not a bug, they report different data. I can't understand the nature... (4 Replies)
Discussion started by: liav
4 Replies

2. Ubuntu

High System CPU Usage

I am running a Dell PE R815 with 4 x AMD 12 core CPUs with 128GB of RAM and a RAID 5 array of 6 SAS disks. This is an HPC application and is definitely CPU bound, however once I run 16 of these processes (thus pinning 16 cores) the work performed slows down dramatically, to maybe 5 or 10% of what... (2 Replies)
Discussion started by: mowmentous
2 Replies

3. AIX

Script to identify high CPU usage processes

Hi Guys, I need to write a script capable of identifying when a high cpu utilitzation process. It sounds simple but we are on a AIX 5.3 environment with Virtual CPU's (VP's) and logical CPU's. Please any ideas or tips would be highly appreciated. Thanks. Harby. (6 Replies)
Discussion started by: arizah
6 Replies

4. AIX

HELP!!! high CPU usage with ITM kuxagent

ibm tivoli monitor's kuxagent is taking up a lot of cpu usage. anybody has any idea? i attatched a screenshot. (3 Replies)
Discussion started by: curtis911
3 Replies

5. Linux

System Went panic after CPU usage high

Hi All, Yesterday my Linux server went panic and even a small command took a lot of time to run. When i monitored pl find the below output Cpu(s): 0.1%us, 98.4%sy, 0.0%ni, 1.5%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st the time spent on kernel mode is 98 % and also idle time is around 1.5 %...... (4 Replies)
Discussion started by: jegaraman
4 Replies

6. AIX

Wait time shows high CPU usage

Hi, I can't seem to make sense of this. My wait time is showing really high but vmstat's and topas are showing normal usage. ps aux USER PID %CPU %MEM SZ RSS TTY STAT STIME TIME COMMAND root 9961810 5680.7 0.0 448 384 - A Dec 16 6703072:12 wait ... (2 Replies)
Discussion started by: techy1
2 Replies

7. AIX

High CPU Usage , users affected

Dear All, One production Server is affected by high usage. Application is slow now. Please guide me how to solve it? NMON Report shows full cpu usage. Here im posting some server details. bash-3.2# lparstat -i Node Name : ********* Partition Name ... (6 Replies)
Discussion started by: Thala
6 Replies

8. Shell Programming and Scripting

High cpu usage

I have created one script and i have added it into cron to run after 10 mins. However I have noted that whenever that script runs, It causes CPU utilization of server to increase about 10-20 % I have rechecked script and there is no way i can make changes, Script contain only 2-3 commands. So... (4 Replies)
Discussion started by: Nakul_sh
4 Replies

9. Solaris

How can i restrict user high cpu usage?

HI In my M5000 , one of domain is having SAp installed. from today onwards we are facing some stange issue. when we start SAP application, that particular user is taking 95 % of system CP and renaming 5 % is taken by system . because of this reason application is slow. i have 4 CPU(32... (4 Replies)
Discussion started by: bentech4u
4 Replies

10. UNIX for Advanced & Expert Users

Server showing high Sys% CPU usage

Hi Fellas, Not sure how I can dig in even further but we notice that one of our DB servers is showing high Sys% CPU usage even though when I execute the following command : I can see that postgres is the only one using the CPU. So if anyone can advise me what would be the best way to... (3 Replies)
Discussion started by: arizah
3 Replies
mod_ipp(4)							   File Formats 							mod_ipp(4)

NAME
mod_ipp - Embedded Internet Print Protocol (IPP) listener for the Apache HTTP server SYNOPSIS
/usr/apache/libexec/mod_ipp.so DESCRIPTION
The mod_ipp module implements RFCs 2910 and 2911 to provide an IPP handling service for the Apache HTTP server. When loaded on the Apache server, mod_ipp processes all HTTP requests with MIME types of application/ipp. The mod_ipp module also processes additional configuration directives to enable or disable portions of the protocol support. Using Configuration Directives The following is a list of configuration directives that apply to the Apache IPP Listening service: o ipp-conformance (automatic|1.0|1.1) o ipp-operation (operation) (enable|disable) o enable|disable The values true, yes, on, enable are considered to be synonymous and will enable support for the named operation. All other values will disable support for the named operation. Operations The following is a list of IPP handling service operations: print-job This operation is a required IPP operation that allows client systems to submit a print job with a single docu- ment embedded in the data stream. This operation is primarily used from the IPP support Microsoft has provided for its Windows (9X/ME/NT/2K/XP). print-uri This is an optional IPP operation that allows client systems to submit a print job with a reference (URL) for a single document. This operation is currently not supported by the mod_ipp Apache Module. validate-job This is a required IPP operation that allows client systems to simulate the submission of a print job to verify that the server is capable of handling the job. This operation is supported by mod_ipp. create-job This is an optional IPP operation that allows client systems to submit a print job. The operation is used with the send-document and send-uri operations. get-jobs This is a required IPP operation that allows client systems to retrieve a list of print jobs from the print ser- vice. get-printer-attributes This is a required IPP operation that allows client systems to retrieve attributes from the print service that describes the named printer object. pause-printer This an optional IPP operation that allows client systems to stop job processing on the named print queue. resume-printer This is an optional IPP operation that allows client systems to resume job processing on the named print queue. purge-jobs This is an optional IPP operation that allows client systems to cancel all print jobs on the named print queue. send-document This is a required IPP operation that allows client systems to add documents to print jobs created with the cre- ate-job operation, but not yet submitted. send-uri This is an optional IPP operation that allows a client system to add a document reference (URI) to a print job created with the create-job operation, but not yet submitted. This operation is currently not supported by the mod_ipp Apache Module. cancel-job This is a required IPP operation that allows client systems to cancel print jobs. get-job-attributes This is a required IPP operation that allows client systems to retrieve attributes that describe a print job from the print service. hold-job This is an optional IPP operation that allows client systems to hold print jobs. release-job This is an optional IPP operation that allows client systems to release print jobs. restart-job This is an optional IPP operation that allows client systems to restart print jobs. all This is a place holder for enabling or disabling support for all IPP operations implemented by the mod_ipp Apache module. required This is a place holder for enabling or disabling support for the required IPP operations implemented by the mod_ipp Apache module. EXAMPLES
Example 1 Using a Configuration File to Start a Standalone Apache Server The following configuration file can be used to start a standalone Apache server to respond to IPP request sent to port 631. ServerType standalone ServerRoot "/usr/apache" PidFile /var/run/httpd-standalone-ipp.pid ErrorLog /var/lp/logs/ipp-errors Timeout 300 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 15 MinSpareServers 1 MaxSpareServers 3 StartServers 1 MaxClients 150 MaxRequestsPerChild 0 LoadModule ipp_module libexec/mod_ipp.so ClearModuleList AddModule mod_ipp.c AddModule mod_so.c Port 631 User lp Group lp ServerAdmin lp@localhost DefaultType application/ipp <IFModule mod_app> <Location /> ipp-operation all on </Location> </IFModule mod_app> A more restrictive configuration might include the following parameters: <IFModule mod_app> <Location /> ipp-operation all offn ipp-operation required on </Location> </IFModule mod_app> ATTRIBUTES
See attributes(5) or descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWipplu | +-----------------------------+-----------------------------+ |Interface Stability |External | +-----------------------------+-----------------------------+ SEE ALSO
man(1), catman(1M), attributes(5) Herriot, R., Ed., Butler, S., Moore, P., Turner, R., Wenn, J. RFC 2910, Internet Printing Protocol/1.1: Encoding and Transport. Network Working Group. September 2000. Hastings, T., Ed., Herriot, R., deBry, R., Isaacson, S., Powell, P. RFC 2911, Internet Printing Protocol/1.1: Model and Semantics. Network Working Group. September 2000. http://www.apache.org NOTES
Configuration file directives are processed in the order listed in the config file. The default behavior is to enable support for all oper- ations implemented in the mod_ipp Apache module. Since the Apache IPP listening service implements some capabilities that are more of operator features, it may not be desirable to enable all IPP operations without requiring user authentication on the Apache listening service. The following is an example of a more reasonable configuration for Apache IPP servers without user authentication enabled: ipp-operations all disabled ipp-operations required enabled The printers and jobs available under this service can be accessed using URIs of the following form: printer: http://server[:port]/printers/{queue} ipp://server[:port]/printers/{queue} job: http://server[:port]/printers/{queue}/{job-id} ipp://server[:port]/printers/{queue}/{job-id} 631 is the default IPP port and implied when the URI scheme is ipp. However, some client implementations do not recognize the ipp URI scheme and require http://server:631/... instead. For example, Microsoft's IPP client implementation does not recognize the ipp scheme. In addition to the documentation and man pages included with Solaris, more information is available at http://www.apache.org The httpd(8) man page and other Apache man pages are provided with the programming modules. To view the Apache manual pages with the man command, add /usr/apache/man to the MANPATH environment variable. See man(1) for more information. Running catman(1M) on the Apache manual pages is not supported. SunOS 5.11 26 Nov 2003 mod_ipp(4)
All times are GMT -4. The time now is 12:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy