博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
第 103 章 Bandwidth
阅读量:6239 次
发布时间:2019-06-22

本文共 3497 字,大约阅读时间需要 11 分钟。

103.1. apt-get install

$ apt-cache search bandwidthdbandwidthd - Tracks usage of TCP/IP and builds html files with graphsbandwidthd-pgsql - Tracks usage of TCP/IP and builds html files with graphs$ sudo apt-get install bandwidthd  ┌────────────────────────────────────────┤ BandwidthD ├────────────────────────────────────────┐  │ Bandwidthd needs to know which interface it should listen for traffic on. Only a single      │  │ interface can be specified. If you want to listen on all interfaces you should specify the   │  │ metainterface "any". Running "bandwidthd -l" will list available interfaces.                 │  │                                                                                              │  │ Interface to listen on:                                                                      │  │                                                                                              │  │                                             any                                              │  │                                             lo                                               │  │                                             eth0                                             │  │                                             eth1                                             │  │                                             tun0                                             │  │                                                                                              │  │                                                                                              │  │                                            
│ │ │ └──────────────────────────────────────────────────────────────────────────────────────────────┘ ┌────────────────────────────────────────┤ BandwidthD ├─────────────────────────────────────────┐ │ Bandwidthd can create graphs for one or several ip-subnets. Subnets are specified either in │ │ dotted-quad format (192.168.0.0 255.255.0.0) or in CIDR format (192.168.0.0/16) and │ │ separated by a comma. Example: 192.168.0.0/16, 10.0.0.0 255.0.0.0, 172.16.1.0/24. If you │ │ don't know what to specify then you can use 0.0.0.0/0 but it is strongly discouraged. │ │ │ │ Subnets to log details about: │ │ │ │ 10.8.0.2/32, 172.16.2.0/24, 10.8.0.0/24, 172.16.1.0/24_______________________________________ │ │ │ │
│ │ │ └───────────────────────────────────────────────────────────────────────────────────────────────┘ $ sudo mkdir /www/bandwidth $ sudo vim /etc/bandwidthd/bandwidthd.conf htdocs_dir "/www/bandwidthd" $ sudo /etc/init.d/bandwidthd restart * Stopping BandwidthD bandwidthd [ OK ] * Starting BandwidthD bandwidthd [ OK ]

原文出处:Netkiller 系列 手札

本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

你可能感兴趣的文章
Java 内部类种类及使用解析
查看>>
Axure产品原型设计工具
查看>>
spice在桌面虚拟化中的应用系列之三(USB映射实现,SSL加密,密码认证,多客户端支持)...
查看>>
Loading project 91606170 of 1: Project FooBar 问题如何解决?
查看>>
C# yeild使用
查看>>
MapReduce-Hadoop分布式计算模型
查看>>
StrokePlus
查看>>
joisino's travel
查看>>
组合游戏-博弈论中经典模型题目
查看>>
浅谈HTTP的GET和POST
查看>>
点灯笼
查看>>
try{}catch{}
查看>>
[Aaronyang] 写给自己的WPF4.5 笔记11[自定义控件-AyImageButton的过程 1/4]
查看>>
Linux VMware新添加网络适配器找不到配置文件问题
查看>>
Javascript百学不厌 - this
查看>>
机器学习中的数学(1)-回归(regression)、梯度下降(gradient descent)
查看>>
实用算法实现-第 14 篇 启发式搜索
查看>>
c#常用的排序算法
查看>>
论文阅读——Visual inertial odometry using coupled nonlinear optimization
查看>>
Office插件编程[转]
查看>>