superfang 发表于 2008-1-3 15:05:48

appach 的监控问题!

我想知道现在服务器上面的资源使用情况,我应该怎么做!?
   我用的是XP系统,但测试是linux 系统,想测试appach 的情况!? 我现要在appach中怎么设置才可以呢!? 
我搜索了,别的贴字没有看到!?所以就想提问下!!
   

superfang 发表于 2008-1-3 15:24:54

安装apache
linux上安装apache./bin/apachectl –v

Server version: Apache/2.0.54.

修改conf/httpd.conf
ExtendedStatus On

<Location /server-status>
SetHandler server-status

Order Deny,Allow
#Deny from all
Allow from all
</Location>

测试:
http://10.0.4.81:2068/server-status?auto&refresh=Y成功。

Loadrunner加入监控
端口:2688,url: /server-status?auto

错误:

Monitor name :Apache. Parsing error, cannot find token: BusyServers. Measurement: BusyServers|10.0.4.81. Hints: 1) Such a measurement does not exist, or the html page may be different from the supported one. 2) Try to replace the Apache.cfg with appropriate Apache_<version>.cfg file in <Installation>\dat\monitors and rerun the application (entry point: CApacheMeasurement::NewData).   

解决
因为<Installation>\dat\monitors\apache.cfg针对apache 1.x的status指标,与apache 2.0度量指标失配。

故采用apache_2.0.x.cf 更名apache.cfg。

因为<Installation>\dat\monitors\apache.cfg针对apache 1.x的status指标,与apache 2.0度量指标失配。

故采用apache_2.0.x.cf 更名apache.cfg。
不太明白这个在那设置!?

superfang 发表于 2008-1-3 15:25:41

有看到有人说什么计时器的问题!? 
   要不要改动这个呢!? 

[ 本帖最后由 superfang 于 2008-1-3 15:29 编辑 ]

linwenyan 发表于 2008-1-3 15:40:29

你看看下面的资料

superfang 发表于 2008-1-3 15:47:55

谢谢哥们! 这个到是不错的资料!!
    :handshake

thloong 发表于 2008-1-5 12:24:53

谢谢共享,顶

mailtolily 发表于 2008-1-5 12:30:50

谢谢

daluyan 发表于 2008-1-9 15:11:53

原帖由 linwenyan 于 2008-1-3 15:40 发表 http://bbs.51testing.com/images/common/back.gif
你看看下面的资料


为什么我下下来的是个php的文件?怎么看呢?

linwenyan 发表于 2008-1-10 14:33:32

原帖由 daluyan 于 2008-1-9 15:11 发表 http://bbs.51testing.com/images/common/back.gif



为什么我下下来的是个php的文件?怎么看呢?

是用迅雷下的吧,直接右键另存为就可以了,是压缩文件,解压后是.doc文档

nikilee 发表于 2008-1-14 18:12:20

真的很好,很少看见有这方面的帮助.

Robert.He 发表于 2008-1-15 15:23:19

谢谢

wfl51 发表于 2010-5-25 15:12:39

THANKS
页: [1]
查看完整版本: appach 的监控问题!