首页 > 代码库 > lighttpd mod_status模块
lighttpd mod_status模块
用过nginx的status可以查看服务器的状态,之后就想lighttpd有没有这样的模块呢
之后看下配置文件,真的有,然后就试下
第一步,
"mod_auth" 把这个前面的#号去掉
第二步
在最后加上 这段配置信息
$HTTP["remoteip"] == "14.144.124.77" {
status.status-url = "/server-status"
status.config-url = "/server-config"
status.statistics-url = "/server-statistics"
status.enable-sort = "enable"
}
然后就就可以啦
上面 "14.144.124.77" 这个ip是我宽带拨号的ip,然后status.status-url = "/server-status" 是访问这个路径的时候可以看到服务器的状态
然后重启lighttpd就可以啦
然后访问浏览器 183.61.16.168:81/server-status 就可以啦
Hostname | 183.61.16.168:81 () |
Uptime | 4 min 38 s |
Started at | 2014-09-06 17:25:36 |
absolute (since start) | |
---|---|
Requests | 2 kreq |
Traffic | 655.15 kbyte |
average (since start) | |
Requests | 8 req/s |
Traffic | 2.36 kbyte/s |
average (5s sliding average) | |
Requests | 13 req/s |
Traffic | 4.11 kbyte/s |
legend. = connect, C = close, E = hard errorr = read, R = read-POST, W = write, h = handle-requestq = request-start, Q = request-ends = response-start, S = response-end1 connectionsh
Connections
Client IP: | Read: | Written: | State: | Time: | Host: | URI: | File: |
---|---|---|---|---|---|---|---|
14.144.124.77 | 0/0 | 0/4454 | handle-req | 2 | 183.61.16.168:81 | /server-status (/server-status) |
结果是这样的
我用ab测试 并发1000,效果真的不如意啊
lighttpd mod_status模块
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。