全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别会员请立即修改密码
查看: 2182|回复: 7

[疑问] 改标题了:Centos上能否查看每天的带宽流量统计?

[复制链接]
发表于 2011-7-1 17:13:55 | 显示全部楼层 |阅读模式
Centos是默认配置,没有安装流量统计软件,系统自身有什么办法查看每天的流量吗?

///////////////////////////////////////////////////////////////////////////////////////////


ngxin.conf是这样的:

其中网站www.aaa.com设置了日志"access_log  /home/logs/www.aaa.com.log  access1;"
网站www.bbb.com没有设置日志
请问,网站www.bbb.com实际上有没有生成日志文件呢?现在急需查看www.bbb.com的日志。
  1. user  www www;

  2. worker_processes 4;

  3. error_log  /home/logs/nginx_error.log  crit;

  4. pid        /usr/local/nginx/logs/nginx.pid;

  5. #Specifies the value for maximum file descriptors that can be opened by this process.
  6. worker_rlimit_nofile 51200;

  7. events
  8.         {
  9.                 use epoll;
  10.                 worker_connections 51200;
  11.         }

  12. http
  13.         {
  14.         ..............
  15.         ..............
  16.         ..............
  17.         ..............
  18. server
  19.         {
  20.                 listen       80;
  21.                 server_name www.aaa.com;
  22.                 index default.html default.php index.html index.htm index.php;
  23.                 root  /home/www/aaa;

  24.                 ..............
  25.                 ..............
  26.                 ..............
  27.                 ..............

  28.                 log_format  access1  '$remote_addr - $remote_user [$time_local] "$request" '
  29.              '$status $body_bytes_sent "$http_referer" '
  30.              '"$http_user_agent" $http_x_forwarded_for';
  31.                 access_log  /home/logs/www.aaa.com.log  access1;
  32.         }

  33. server
  34.         {
  35.                 listen       80;
  36.                 server_name www.bbb.com;
  37.                 index default.html default.php index.html index.htm index.php;
  38.                 root  /home/www/bbb;

  39.                 ..............
  40.                 ..............
  41.                 ..............
  42.                 ..............

  43.         }

  44.         include vhost/*.conf;
  45. }
复制代码

[ 本帖最后由 广东电视 于 2011-7-1 17:30 编辑 ]
发表于 2011-7-1 17:24:09 | 显示全部楼层
网站被入侵?不会有http日志的
 楼主| 发表于 2011-7-1 17:26:20 | 显示全部楼层
原帖由 wdlth 于 2011-7-1 17:24 发表
网站被入侵?不会有http日志的

没被入侵

现在想查看某天的带宽流量,但服务器没有装任何流量统计程序,所以只好看看日志了
发表于 2011-7-1 17:27:08 | 显示全部楼层
如果没设置,那就没有的。我都不看这个。
 楼主| 发表于 2011-7-1 17:29:16 | 显示全部楼层
发表于 2011-7-1 17:44:02 | 显示全部楼层
vnstat
 楼主| 发表于 2011-7-1 17:59:48 | 显示全部楼层
原帖由 msxcms 于 2011-7-1 17:44 发表
vnstat

没有装vnstat
发表于 2011-7-1 18:03:47 | 显示全部楼层
http://www.vpsmm.com/edu/248.html

看四,用iftop。我的独服,就开了一个screen,里面iftop一直开着,用来统计实时流量,每天的流量之类。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2025-1-30 12:08 , Processed in 0.069931 second(s), 9 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表