zoukankan      html  css  js  c++  java
  • slurm 网路监控软件使用

    最近实验室hj同学,推荐了一款网络监控软件:slurm; 其和著名的工作调度工具同名,但是其实是另外一种网络负载监控软件:https://github.com/mattthias/slurm 

    NAME
         slurm - yet another network load monitor
    
    SYNOPSIS
         slurm [-hHz] [-csl] [-d delay] -i interface
    
    DESCRIPTION
         slurm is a generic network load monitor which shows device statistics together with a nice ascii graph. Three different types of graphs are supported.
    
    OPTIONS
         -h      Print usage information and quit.
    
         -H      add hostname to title
    
         -c      start slurm with classic/combined graph
    
         -s      start slurm in split graph mode
    
         -l      start slurm in large split graph mode
    
         -z      virtually zero traffic counters instead of showing values stored in kernel
    
         -d delay
                 delay between screen updates in milliseconds (1000 = once per second)
    
         -i interface
                 select interface to monitor (required)
    
    KEYS
         slurm supports several different keys for interaction:
    
         c       switch to classic mode
    
         s       switch to split graph mode
    
         l       switch to large graph mode
    
         L       enable TX/RX led
    
         m       switch between classic, split and large view
    
         z       zero counters
    
         r       redraw screen
    
         q       quit slurm

    使用方式:

    slurm -i eth0 # or whatever your interface is

    使用效果:

    保持更新,更多内容请关注cnblogs.com/xuyaowen;

  • 相关阅读:
    python import模块的搜索路径
    【转载】PDB命令行调试Python代码
    python 操作hdfs
    hadoop基本命令
    配置hadoop集群
    hadoop配置
    pycharm 配置spark
    pip 使用镜像下载第三方包
    pyechart.Geo -- 基于中国地图数据显示
    cv2 读取图片及展示
  • 原文地址:https://www.cnblogs.com/xuyaowen/p/linux-slurm.html
Copyright © 2011-2022 走看看