CentOS 5 :: Looking For Apache Performance Monitoring?

May 19, 2011

In Short: I want something that will show me which files and associated requested URLs are causing the highest load on our web server.

Verbose: We already monitor our Apache web server using Cacti, Nagios, and of course traditional nix commands, but I am looking for something specifically to take an Apache process ID and tie that to a users request for a specific file and URL. The great thing about something like this is that it would be able to show me the worse performing PHP files. Special bonus if it can store this data over time for reports.

I have been googling around for something like this but can't seem to find it. Bonus if it exists in Cacti or Nagios already and I'm just to blind. I started writing my own PERL script to do this, but have limited time to devote to this at work so if a solution already exists I'm game, else I'll just have to write it myself. I'm also worried about my own scripted solution in that it won't get it write because it will be leveraging the output of a specialzed apache log that records the PID and then doing a look up with ps aux looking for that PID.

View 1 Replies


ADVERTISEMENT

General :: Video Card Performance Monitoring?

Jan 19, 2010

Is there a 'top' like command for monitoring the GPU and memory usage of a video card? I am most interested in Linux commands, but and OS would be interesting. I strongly suspect that for a group of my systems the video cards are being under-utilized (but I have no idea by how much) and would like to re-allocate funds to other bottle-necks. We are using higher end cards, so the price difference between cards is significant.

View 1 Replies View Related

Networking :: Monitoring Application Performance Over Networks?

Dec 10, 2010

I have been ask to provide a network monitoring utility that can create network benchmarks for applications to graphically see how it performs.

View 6 Replies View Related

Software :: Performance Monitoring Tool / Where To Download It?

Mar 4, 2010

I'm interested in a Open Source performance monitoring tool that can work across the board on all Linux platforms. If such a product does not exist that works on all the platforms, Redhat would be the platform I am most interested in. Can I get some suggestions and locations on where to down load?

View 3 Replies View Related

Red Hat / Fedora :: Resource/Performance Monitoring Script - Red Hat Enterprise Lin?

Mar 18, 2011

Linux OS Version/Release: Red Hat Enterprise Linux Server release 5.5 (Tikanga) Linux <hostname> 2.6.18-194.8.1.el5 #1 SMP Wed Jun 23 10:52:51 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux I have a server that hosts 30+ Oracle databases. Each database has its own set of scripts that shuts down the database and start the database. Things has been working "smoothly" in the last couple of months until this week.

My log in most cases shows errors like the ones below:cannot fork [Resource temporarily unavailable] Connection reset by peer I am 100% sure that the scripts are not at fault since it has been working with no errors for months. I want to monitor the server for what resource or configurations I have to tweak to get around this problem if possible, am I exceeding my ulimit settings running out of process,out of memory/swap space etc?

I wish I could stay up 24x7 to monitor to monitor the server but I can't. Can anyone please advise if there is any monitoring script available somewhere that I can put in cron to temporarily monitor the server for resource issues, for example memory used/left, swap space used/left, ulimit-num-process used/left, nofiles used/left etc.

View 1 Replies View Related

Ubuntu Servers :: Performance Monitoring Tool For Trend Analysis?

Feb 9, 2010

It is vital to get a useful server performance monitoring tool that prevents growth related performance issues. Moreover, it should offer long term capacity planning and trend analysis along with detecting performance issues and unwanted outages.

View 3 Replies View Related

Software :: Monitoring Tools Which Can Listen Disks / Overhead / Cache / Memory / CPU Performance

Jul 13, 2011

I'm searching monitoring tools which can listen disks, overhead, cache, memory, cpu performance.Can anybody help me?

View 4 Replies View Related

General :: Monitoring Apache Web Server?

Oct 17, 2009

I was searching for tool for monitoring Apache performance and utlization of Web Server? Any Idea..

View 3 Replies View Related

Software :: Smokeping Network Monitoring System - URL Redirection In Apache

Feb 21, 2011

I setup apache server in order to gain access for the smokeping network monitoring system.
I am accessing the system using [URL]
But I want this page access using [URL]

My httpd.conf file looks like :
Alias /smokeping/ "/usr/local/smokeping/htdocs/"
<Directory /usr/local/smokeping/htdocs/>
AllowOverride AuthConfig
DirectoryIndex smokeping.cgi
Options -Indexes ExecCGI
</Directory>

View 1 Replies View Related

Software :: Virtual Host Bandwidth Usage Monitoring Apache

Mar 11, 2010

I've got an apache server running several virtual hosts. I have them separated by domain name, and they all come into the same IP address. I'm looking for a way to monitor the bandwidth that they use. The only feature that I'm really looking for is a breakdown of which domain is dishing out how much bandwidth.

blocks.com got three visitors this month. And spent 200kb in serving them.
emus.net got fifteen. And spent 1mb in serving them.
reverse.org got 4000. and spent 400mb in serving them.What I would like to see is a report, could be a web page could be a file. Ideally with graphs. Showing:
1.
2.....
3[400mb worth of dots]

1-blocks.com
2-emus.net
3-reverse.org

I don't need it to show me how many visitors or from where or anything like that. I am just looking for a side by side comparison of how much bandwidth each domain is using.Is there some application for this or something. Everything that I've found has been for information on a single site (awstat and friends can show me information for multiple sites, but as far as I know it won't show me information comparing them) I haven't found anything for nagios, but perhaps there is something out there for it, or a sneaky way to make a nice plugin that would do this.

View 2 Replies View Related

OpenSUSE :: Apache PHP Performance Limit ?

Apr 21, 2010

I'd like to find out if my system can take a certain load, number of PHP requests per unit of time. How would one go about this?

I'm about to make a change on Digital Camera Buying Guide, Photography Articles and Reviews | NeoCamera.com that would make all pages pass through PHP with personalized information which will prevent me from setting the cache-validity any significant amount of time (currently it is 1 hour). To handle the current load it needs to process 500 PHP requests per minute but I would like to make sure my system can handle twice the load. It is a Phenom II X4 with 8GB RAM running OpenSUSE 11.2.

View 3 Replies View Related

OpenSUSE :: Settings For Optimum Performance For Both Apache And Php Configurations?

Mar 12, 2010

To some doc's or how-to's that will show me the best recommended settings for optimum performance for both apache and php configurations?

View 1 Replies View Related

Server :: Monitoring Users On Servers - Centos 5

Feb 28, 2010

I'm looking for some sort of a way keep track of all of my users that are logging in to my server (centos 5), what I mean is this: at our firm we outsource some of our work (programing), now all of the developing is done under our servers, what I'd like to find is a way of taking all of the users log on time and display by days/weeks/months - so I could see how much did everyone had put in. Another thing that I'm looking for is a way to monitor an ongoing session and record user activity, now I've seen ObserveIT, but it doesn't support Linux agents as of today.

View 7 Replies View Related

CentOS 5 :: Shell Script For Raid Monitoring?

Aug 30, 2011

shell script for raid monitoring?just to send email when the raid has errors.

View 3 Replies View Related

Server :: Performance Tunning Of Apache-tomcat And Jboss Application Server?

Jul 2, 2010

Can anyone tell me in performance tunning of apache-tomcat and jboss application server?when I deploy some application in apache-tomcat the performance is say 100 users per second and incase of jboss it is even worst (35-40 users per second)i want to improve my performance 1000 uesrs per second..

View 1 Replies View Related

Software :: How To Install Opsview (monitoring Tool) On Centos 5

Aug 11, 2010

how to installed opsview (monitoring tool) on centos 5.

View 2 Replies View Related

CentOS 5 :: Monitoring And Configuring AHCI On Board Hardware RAID?

Nov 26, 2009

I am using Centos 5.4 on an Intel DG451D Main Board. Two SATA drives in RAID1 mode via the main board's built in AHCI controller. It seems to work just fine but I would like to be able to monitor the state of my drives and controller, especially during a re-build and make configuration changes etc if possible, so new drives can be added etc from within the OS. Is there a way to do this within Centos or am I stuck with using just the BIOS configuration system? Apologies if this is a stupid question - I am pretty new to this and have spent several hours trying to find a solution to my question but to no avail.

View 1 Replies View Related

CentOS 5 Server :: Disable Application Monitoring In Redhat Cluster

Dec 22, 2010

I have added apache application into redhat cluster. If the apache process failed, it will cause the service group fail over. I want to disable the application monitoring. I search throung Internet and it depends on the apache init script. If I change /etc/init.d/httpd status always return 0(success). THe service group will not fail over even apache failed.

However, I want to remain the application monitoring but stop failover. If the application like apache failed, I want Redhat cluster to try restart the application like 3 or 4 times. If restart failed, it will not failover.

View 1 Replies View Related

CentOS 5 Hardware :: Low HD Performance On 5.6

Aug 20, 2011

I'm experiencing slow disk speeds on my server. Since I'm not too experienced in that area, I searched the forums and found a similar thread: Very slow SATA on Centos 5.5 Based on that thread I ran hdparm on all of my disks, with the following results:

[Code]....

View 9 Replies View Related

General :: Monitoring Users' Download Information In The Proxy Server - OS Is CentOS

Jan 24, 2010

I have configured the proxy server. I want to observer users's download information. What should I need to do? Shall I install squint? what is the process? How do I monitor the users?

View 1 Replies View Related

CentOS 5 :: Send An Email To A Local Mail Server For System Monitoring

Dec 27, 2009

I have a CentOS 5.4 nas box that I want to monitor.

I believe I can setup mdadm to mail me when there are issues by addin the following line to /etc/mdadm.cong Quote:MAILADDR root

View 1 Replies View Related

Server :: Performance Of Apache Server On Centos5 ?

Oct 2, 2010

I am hosting apache service on the CentOS5.4. I configure the Apache in default setting mostly. But keep getting complaints from others about the website download too slow, pdf cannot download at all, flash cannot play smoothly, etc.. But on my own machine, everything works fine. Is there any tool for analyzing this problem?

View 5 Replies View Related

CentOS 5 :: Apache Error 403 - "Forbidden You Don't Have Permission To Access /bb/ On This Server" - 5.2 With Apache 2.2.3

Jan 20, 2011

I am installing Big Brother on a CentOS 5.2 running the default Apache 2.2.3. When I try to access any web page I get the following error: Forbidden You don't have permission to access /bb/ on this server. Apache/2.2.3 (CentOS) Server at fmsubbnix Port 80 So far I have:

1) Set the Directory options to FollowSymLinks
2) Verified all directory and file permissions are at 755
3) Set permissions temporarily to 777 and received same error so I am assuming the issue is in a config file somewhere
4) in hhtpd.conf verified <Files ~ "^.ht"> is correct
5) verified the "default" directory is correct (/var/www/html)

I have read and tried several ideas in posts listed on the web but to no avail and am at a loss as to what to look for next..

View 3 Replies View Related

CentOS 5 :: Performance - High Context Switches - When We Run The App, Get This Up To The 500,000 CSs Per Second?

Dec 18, 2009

I have a user complaining about performance:-

Quote: At times on our server, during more-or-less idle moments, context switching is around the 2000-3000 mark.When we run the app, we can get this up to the 500,000 CSs per second. Not only this, but at the same time, the CPUs go to >60% system (the kernel is having to do all that context switching after all), leaving only around 30% for user space. We think it is a possibility that the massive context switching is contributing significantly to our performance issues.

The server is a HP DL580 G5 with 4 x Intel Xeon E7340 @ 2.4Ghz.My issue is that I don't know if the contect switching is a problem or not.From what i've read those values are not necesserilly cause for concern.

View 1 Replies View Related

CentOS 5 :: Poor Mdraid Performance On DL160 G6?

Mar 26, 2010

I just installed CentOS 5.4 on a brand new DL160 G6. In order to get the data raided I decided to go with mdraid. But I see quite harsh performance hits, I have no GUI or anything and just the basic server installation, and even the console feels sluggish.

The output from getinfo.sh disk:

==================== BEGIN uname -rmi ====================
2.6.18-164.15.1.el5 x86_64 x86_64
==================== END uname -rmi ====================

[code]....

View 3 Replies View Related

CentOS 5 Server :: Apache 'server-status' 404 Not Found + Munin Apache Stats?

Oct 14, 2010

I am trying to solve a problem where Apache stats aren't displaying correctly in Munin. I've ran through quite a bit of checks and tests regarding Munin setup, but I think my issue is related to Apache, but my skill set there is lacking.

first, system info:
monitored server:
CentOS 5.3 2.6.18-128.1.1.el5

[code]....

View 7 Replies View Related

Ubuntu :: Ondemand Vs Performance - Increases The Clock Speed To Performance When The CPU Is Under Load

Jul 31, 2010

I just wanted to know if having my laptop set to ondemand, will this affect performance in any way? I realize it increases the clock speed to performance when the CPU is under load, but does the time it take to go from ondemand to performance affect speed? Will there be any noticeable difference between the two setups? I have a dual core intel at 2.2GHz when in performance. When ondemand is set with no load it downclocks to 800Mhz.

View 7 Replies View Related

CentOS 5 Networking :: Poor Network Performance On New Server?

Jan 29, 2009

ok, we had to move one of our databases due to failing hardware. This box is newer than the old but it's just dog slow. 1st I thought it was mysql but now I am realizing it's the network. As a test, I tried copying a remote file to that box and the old server (located at the same co-lo, same provider), same switch, etc.Here are the results;

Old server:
access_log.1 100% 4192KB 1.4MB/s 00:03

New Server:
access_log.1 100% 4192KB 72.3KB/s 00:58

So now I see why people were complaining about webpage load times, etc. I can't figure out why the network latency. I looked around a bit, see below for some things, I thought mtu, nic speed, etc.

mii-tool shows;
eth0: 100 Mbit, full duplex, link ok
eth1: 100 Mbit, full duplex, link ok[code].....

Are there other things I can type to test or provide more feedback somehow to get more information.

View 19 Replies View Related

CentOS 5 Hardware :: Poor I/O Performance On IDE/SATA Disks?

Jan 13, 2010

I've just removed fedora 10 and installed CentOS 5.4 both x86_56 on my Lenovo ThinkCentre 9091-CTO workstation, and observed serious performance degradation while intensive I/O operations and huge load without significant CPU consumption in user mode with about 50% in I/o wait.For example if I do the "tar xjvf some_large_tar.bz" file and run vmstat i get the output below. This is the only cpu and io intensive process running. The load gets up to 6 on C2D CPU and the machine has unacceptable responsivness.

[root@f00 ~]# vmstat 5 10
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu------
r b swpd free buff cache si so bi bo in cs us sy id wa st

[code]....

View 4 Replies View Related

CentOS 5 Hardware :: Disk Write Performance Sustained (200 MBs)

Oct 27, 2010

I am experiencing disk write performance issues and I cannot find the cause. I have LSI-9211-8i SAS 2 controller (latest firmware), Centos 5.5 latest x86_64 kernel (2.6.18-194.17.4.el5 #1 SMP with latest LSI driver v. 7.00 datet Jul 27) and Seagate Cheetah ST3600057SS drives. These drives have a std write performance (sustained) of > 200MB/s (and read as well); with Fedora core 13 (same machine), issuing a dd if=/dev/zero of=/dev/sdo bs=1024k count=16384 (16 GB direct device write), gets normally to 213 MB/s (repeated retries). On Centos 5.5 I am getting speeds around 110/113 MB/s.
iostat does not show anything specific (just 1.3 % wait, CPU 99.7 idle).
There are 14 drives: tried with several of them, same figures. Reads go around 200 MB/s.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved