work hard work smart

专注于Java后端开发。 不断总结,举一反三。
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2019年7月24日

摘要: 监控nginx的请求信息,总共收到了多少个请求,有哪些成功的,有哪些失败的 ngxtop安装 1、安装python-pip 1) yum install epel-release 出现如下错误:No package epel-release available 解决方法: wget http://d 阅读全文

posted @ 2019-07-24 23:58 work hard work smart 阅读(800) 评论(0) 推荐(0) 编辑

摘要: 1、开启监控with-http_stub_status_module ./configure --with-openssl=/usr/local/ssl --with-http_stub_status_module make & make install 2、查看nginx的版本 ./nginx - 阅读全文

posted @ 2019-07-24 22:18 work hard work smart 阅读(836) 评论(0) 推荐(0) 编辑