实时网络流量监控-slurm
slurm 最初是给FreeBSD的做端口状态监视器,占用资源少,查看方便。
SLURM is an open-source resource manager designed for Linux clusters of all sizes. It provides three key functions. First it allocates exclusive and/or non-exclusive access to resources (computer nodes) to users for some duration of time so they can perform work. Second, it provides a framework for starting, executing, and monitoring work (typically a parallel job) on a set of allocated nodes. Finally, it arbitrates contention for resources by managing a queue of pending work.
Feature
It is designed to operate in a heterogeneous cluster with up to 65,536 nodes and hundreds of thousands of processors.
It can sustain a throughput rate of over 120,000 jobs per hour with bursts of job submissions at several times that rate.
Its source code is freely available under the GNU General Public License.
It is portable; written in C with a GNU autoconf configuration engine. While initially written for Linux, other UNIX-like operating systems should be easy porting targets.
It is highly tolerant of system failures, including failure of the node executing its control functions.
A plugin mechanism exists to support various interconnects, authentication mechanisms, schedulers, etc. These plugins are documented and simple enough for the motivated end user to understand the source and add functionality.

功能概述
显示实时流量吐吞状态
视图显示可选择
可以监视任何网络接口
显示关于接口的详细信息
语法
slurm [-hHz] [-csl] [-d delay] -i interface
如果你想监视第二块网卡(eth1),使用下面的命令:
slurm -i eth1
最新版本:2.4
项目主页:https://computing.llnl.gov/linux/slurm/slurm.html