`
streamsong
  • 浏览: 82227 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

sar命令的用法

阅读更多
/**
* sar man手册简译, 欢迎大家补充、指正
* Author: cnscn
* Time  : 2006-10-17 09:10
*
*/
sar ---  收集、报告或保存系统活动信息 Collect, report, or save system activity information
Options:
  -A    列出保存的当天的所有活动的文件内容, 等同于-bBcdqrRuvwWy -I SUM -n FULL -P ALL
  -b    报告I/O和传送速率统计。这个参数仅用于2.5及以后内核。可显示以下字段
        tps        每秒从物理磁盘I/O的次数。多个逻辑请求会被合并为一个I/O磁盘请求。一次传输的大小是不确定的
         rtps      每秒的读请求数
         wtps      每秒的写请求数
         bread/s   每秒读磁盘的数据块数(in blocks  1 block = 512B, 2.4以后内核)
         bwrtn/s   每秒写磁盘的数据块数(in blocks  1 block = 512B, 2.4以后内核)
  -B     显示内核页统计。 可显示如下字段
         pgpgin/s
         pgpgout/s
         fault/s
         majflt/s
  -c     显示进程创建活动, 显示如下字段
         proc/s    每秒进程创建数
  -d m n  报告每个块设备的活动情况(2.4及以后内核)
         m 每m秒采样一次
         n 共采样n次
         sar -d 30 5
         Average:          DEV       tps  rd_sec/s  wr_sec/s  avgrq-sz  avgqu-sz     await     svctm     %util
                          dev8-0    2.39     16.37     35.99     21.88      0.00      0.85      0.66      0.16
         tps             显示指定设备的每秒I/O流量,多个逻辑请求可以合并为一个物理请求,流量为不确定大小
         rd_sec/s        从设备读取的扇区数,(1扇区=512B)
         wr_sec/s        写入设备的扇区数
         avgrq-sz        流出设备的扇区数
         avgqu-sz        流出设备的平均队列长度
         await           从设备流出的平均I/O请时间,包括请求在队列和服务时的时间
         svctm           平均I/O请求的服务时间
         %util           I/O请求的CPU时间百分比,当数字接近100%时,设备出现饱和
  -H
  -h
  -i interval   
选取尽可能接近interval所标识的数量的记录数 (Select data records at  seconds as close as
possible to the number specified by the interval parameter)
  -q    报告队列长度和平均负载,可列出下列字段
        runq-sz    执行中的队列长度(等待运行的进程数)
        plist-sz   进程列表中的进程数
        ldavg-1    最后一分钟的系统负载
        ldavg-5    最后5分钟的系统负载
        ldavg-15   最后15?种拥南低掣涸?
  -r    报告memory和swap使用统计,可列出如下字段
        kbmemfree  可用的内存数(kB)
        kbmemused  应用中的内存数,但不包括内核使用的内存(kB)
        %memused   内存的使用百分比
        kbcached   内核用于cache的内存数(kB)
        kbswpfree
        kbswpused
        %swpused
        kbswpcad   用于cache的swap内存数(kB)
  -R    报告内存活动,可列出如下字段
        frmpg/s    每秒空闲的内存页数,负值表示系统已经分配了的内存页数。注意:依据机器体系的不同,内存页的大小有4kB或8kB
        bufpg/s    每秒系统用于buffers的附加的内存页数。负值表示较少的页数用于系统buffers
        campg/s    每秒系统用于cached的附加的内存页数。负值表示较少的页数用于系统cached
  -t
  -u  列出cpu的使用情况,可列出下列字段
       %user      用户层
       %nice   用户层
       %system  系统层
     
%iowait  系统有外部磁盘I/O请求时的cpu(s)的空闲时间百分不(Percentage of %time that the CPU
or CPUs were idle during which the system had an outstanding disk I/O
request)
       %idle      系统没有外部磁盘I/O请求时的cpu(s)的空闲时间百分不(Percentage
of time that the CPU or CPUs were idle and the system did not have an
outstanding disk I/O request)
  -v   报告文件或其它内核表的inode的状态,可列出如下字段
       dentunusd   Number of unused cache entries in the directory cache.
       file-sz     已经使用了的文件句柄数 Number of used file handles
       inode-sz    Number of allocated disk quota entries.
       super-sz    内核已经分配了的超级块的句柄 Number of super block handlers allocated by the kernel
     
%super-sz   Percentage of allocated super block handlers with regard to
the maximum  number  of  super block handlers that Linux can allocate.
       dquot-sz    已经分配了的磁盘限额入口数 Number of allocated disk quota entries.
     
%dquot-sz   Percentage  of  allocated  disk  quota entries with regard
to the maximum number of cached disk quota entries that can be
allocated.
       rtsig-sz    队列中RT信号数 Number of queued RT signals.
       %rtsig-sz   Percentage of queued RT signals with regard to the maximum number of RT signals that can be queued.
  -V  列出版本号和用法
  -w  报告系统交换活动,列出如下字段
    cswch/s      系统每秒交换活动的次数 Total number of context switches per second
  -W 报告swapping活动信息,可列出如下字段
    pswpin/s     每秒系统带来的交换页数 Total number of swap pages the system brought in per second.
      pswpout/s    系统每秒带出、拿出的交换页数
  -y
  -n {DEV|EDEV|SOCK|FULL}
     报告网络活动统计
     DEV    指定列出所有网络设备的活动统计,可列出如下字段
            IFACE      网络接口卡设备名,如eth0
            rxpck/s    每秒收到的包数
            txpck/s    每秒传输的包数
            rxbyt/s    每秒收到的数据字节数
            txbyt/s    每秒传输的数据字节数
            rxcmp/s    每秒收到的压缩包数
            txcmp/s    每秒传输的压缩包数
            rxmcst/s   每秒收到的多播包数
     EDEV  指定列出所有网设备失败包的情况,可列出如下字段
           IFACE       网络接口卡设备名
           rxerr/s     每秒收到的总的失败包数
           txerr/s     每秒钟传输时的错误包数
           coll/s      每秒钟传输时的冲突包数
           rxdrop/s    每秒钟收到的包中由于Linux空间缺乏而丢弃的包数
           txdrop/s    每秒钟传输过程中由于Linux空间缺乏而丢弃的包数
           txcarr/s    每秒钟传输过程中的carrier-errors的数目
           rxfram/s    每秒钟收到的帧序列错误数
           rxfifo/s    每秒钟FIFO泛滥错误包数
           txfifo/s    每秒钟传输时FIFO泛滥的错误包数
     NFS   列出NFS客户端活动报告。 列出如下字段
           call/s      每秒成功的RPC请求数
           retrans/s   (由于server超时)每秒需重新传输的RPC请求数
           read/s      每秒成功的RPC的read请求数
           write/s     每秒成功的RPC的write请求数
           access/s    每秒成功的RPC的access请求数
           getatt/s    每秒成功的RPC的getattr请求数
     NFSD  列出NFS服务端活动报告。列出如下字段
           totsck      总的socktes数
           tcpsck      当前应用中的tcp sockets数
           udpsck      当前应用中的udp sockets数
           rawsck      当前应用中的RAW sockets数
           ip-frag     当前应用中的IP帧数
     FULL  等于指定-n选项的所有参数
  -x {pid|SELF|ALL}
  -X {pid|SELF|ALL}
  -I {irq|SUM|ALL|XALL}
     报告中断统计资料。
     irq    是中断号,指定多个-I irq参数可以观看到多个相关中断的情况
     SUM    指定显示每秒中接收到的所有中断情况
     ALL    指定显示所有中断的前16个中断情况
     XALL   指定显示所有中断包括潜在的APIC中断源
  -P {cpu|ALL}
     如果缺省-P则报告系统内的所有CPU的统计。如果参数为ALL,则报告每一个CPU和所有CPU的统计数据
     [root@localhost ~]# sar -P 0
     Linux 2.6.17-1.2187_FC5smp (localhost.localdomain)      2006年10月17日
     08时30分01秒       CPU     %user     %nice   %system   %iowait     %idle
     08时40分01秒         0      6.24      0.00      0.64      0.02     93.10
     [root@localhost ~]# sar -P 1
     Linux 2.6.17-1.2187_FC5smp (localhost.localdomain)      2006年10月17日
     08时30分01秒       CPU     %user     %nice   %system   %iowait     %idle
     08时40分01秒         1      7.66      0.00      0.60      0.03     91.71
  -o [filename]
     把报告输出到文件,否则显示到屏幕. 如果忽略filename,那么系统将把输出添加到/var/log/sa/sadd定时生成文件内(dd代表当前日期)
  -f [filename]
     从filename中提取预先保存在文件内的记录,并显示到屏幕上. 缺省filename则从/var/log/sa/sadd内提取
  -s [hh:mm:ss]
   
设置报告的开始时间, Set  the starting time of the data, causing the sar command
to extract records time-tagged at, or following, the time specified.
The default starting time is  08:00.   Hours  must  be  given  in
24-hour format. This option can be used only when data are read from a
file (option -f )
  -e [hh:mm:ss]
   
设置报告的结束时间, The default ending time is 18:00:00.This  option  can  be
used  only when data are read from or written to a file (options -f or
-o )
     [interval]    选择记录的时间间隔(秒)
     [count]      
     sar 向标准输出列出选择的活动的累积数量。在多帐户系?衬冢ǜ嬉?ount(数量)和interval(时间间隔)参数,以指定秒数为时间间隔的指定的次数信息.
     如果interval参数指定为0,则sar显示系统启动以来的平均时间统计。
     如果count参数指定为0,则报告将不连续不断的进行。
     如果不指定参数,则仅显示CPU的活动,如果CPU使用率接近100% (user + nice + system), 则显示出CPU局限
     [root@localhost ~]# sar
     08时26分00秒       LINUX RESTART
     08时30分02秒       CPU     %user     %nice   %system   %iowait     %idle
     08时40分01秒       all      6.07      0.00     33.86      7.94     52.13
     08时50分01秒       all      2.26      0.00     28.32      0.77     68.66
     09时00分01秒       all      0.44      0.00     26.75      0.29     72.52
     09时10分01秒       all      0.97      0.00     26.87      0.05     72.12
     09时20分01秒       all      1.39      0.00     27.13      0.06     71.43
     Average:           all      2.22      0.00     28.58      1.82     67.38
    如果需要多个样本和报告,那么可以如下所做
    sar -o data.file interval count >/dev/null 2>&1 &
    [root@localhost ~]# sar -u 2 5 报告CPU的使用情况,每2秒钟一次共输出5行
    09时01分53秒       CPU     %user     %nice   %system   %iowait     %idle
    09时01分55秒       all     36.41      0.00      2.49     47.38     13.72
    09时01分57秒       all     38.40      0.00     18.20     36.91      6.48
    09时01分59秒       all     32.50      0.00      4.50     52.00     11.00
    09时02分01秒       all     44.00      0.00     48.50      7.25      0.25
    09时02分03秒       all     36.91      0.00     30.42     27.93      4.74
    Average:          all     37.64      0.00     20.82     34.30      7.24
    sar -I 14 -o int14.file 2 10
       每2秒报告一次14号中断的情况,共输出10行,并把结果保存到文件int14.file内
       Report  statistics  on  IRQ  14 for each 2 seconds. 10 lines are displayed.  Data are stored in a file called int14.file.
    sar -r -n DEV -f /var/log/sa/sa16
     列出每天保存在/var/log/sa/sa16内的内存、交换分区、网络活动情况
     Display memory, swap space and network statistics saved in daily data file ’sa16’.
    sar -A
      列出保存的当天的活动文件内容
      Display all the statistics saved in current daily data file.
原文地址:http://www.cublog.cn/u/24474/showart_448768.html
              
分享到:
评论

相关推荐

    linux sar命令的使用

    ### Linux下sar命令详解 #### 一、概述 在Linux环境下,`sar`(System Activity Reporter)是一款极其重要的性能监控工具。它能够收集并报告系统的各种活动数据,从而帮助系统管理员进行性能分析与故障排查。`sar`...

    Linux环境下SAR命令使用详解.pdf

    **SAR命令详解** SAR(System Activity Report)是Linux系统中的一个强大的性能监控工具,它能够收集并报告系统活动信息,包括CPU利用率、内存使用、磁盘I/O、网络流量等多方面的数据,帮助系统管理员监控和诊断...

    linux 和unix下SAR命令的用法.docx

    以下是关于SAR命令的一些详细知识: **基本用法** SAR命令的基本格式如下: ```bash sar [options] [-A] [-o file] t [n] ``` - `t` 参数是采样间隔,单位通常是秒。 - `n` 参数是采样次数,可选,默认值为1。 - `-...

    sar命令中关于网络统计的详细介绍.docx

    `sar` 命令是系统活动报告(System Activity Reporter)的一部分,它是 `sysstat` 软件包中的一个工具,用于收集和显示Linux系统的性能数据,包括CPU使用率、磁盘I/O、内存使用以及网络活动等。在描述中提到了与网络...

    巧用SAR命令维护linux系统.pdf

    本文将详细介绍SAR命令的使用及其常见选项,以及通过实例解析其在实际操作中的应用。 SAR命令的基本格式为`sar [options] [-A] [-o file] t [n]`。其中,`t`参数表示采样间隔,单位为秒,是必须设置的;`n`参数表示...

    Linux sar命令使用方法及代码实例解析

    **Linux sar命令详解** Linux系统性能分析工具`sar`是System Activity Reporter的缩写,它是`sysstat`软件包的一部分,用于收集、报告和保存系统活动信息。`sar`提供了丰富的选项,用于监控和分析系统的各种性能...

    LINUX中以SAR命令监控系统的使用教程.pdf

    以下是使用`sar`命令的一些关键知识点: 1. **基本语法**: `sar`命令的基本格式是`sar [options] [-A] [-o file] t [n]`。其中: - `t`表示采样间隔,单位为秒。 - `n`表示采样次数。 - `-o file`选项将结果...

    sar命令 系统运行状态统计

    sar命令是Linux下系统运行状态统计工具,它将指定的操作系统状态计数器显示到标准输出设备。 sar工具将对系统当前的状态进行取样,然后通过计算数据和比例来表达系统的当前运行状态。它的特点是可以连续对系统取样,...

    kSar:linux中将sar截取数据画成图形的工具

    首先,确保系统已经安装了`sysstat`套件,它是`sar`命令的基础。在大多数Linux发行版中,可以通过包管理器(如`apt`或`yum`)进行安装: ```bash sudo apt-get install sysstat # 对于Debian/Ubuntu sudo yum ...

    Linux下sar工具使用

    为了持续收集数据并保存,可以使用`sar -o datafile interval count`命令,数据将以二进制格式存入"datafile",后续可以使用`sar -f datafile`来查看。 总的来说,sar工具是Linux系统管理员监控系统性能、诊断问题...

    Linux-SAR介绍

    "Linux-SAR介绍" SAR(System Activity Report)是一种用于收集和保存系统活动信息的工具。...通过使用 SAR 命令,可以实时监视系统的运行状态,并找出可能存在的瓶颈,从而提高系统的性能和稳定性。

    Linux通过sar命令查看网卡流量

    如何使用sar命令查看网卡流量? 要使用`sar`命令查看网卡流量,首先需要确保系统中已经安装了`sar`。如果没有安装,可以通过包管理器来安装。例如,在基于Debian的系统中,可以使用以下命令安装`sar`: ```bash ...

    实战精通性能工具sar

    下面将对 sar 命令的使用方法进行详细介绍。 sar 命令格式 sar 命令的常用格式为:sar [options] [-A] [-o file] t [n],其中: - t 为采样间隔,n 为采样次数,默认值是 1; - -o file 表示将命令结果以二进制格式...

    sar源码--linux性能测试工具

    1. **sar命令**:这是核心部分,用于收集、报告和存储系统活动数据。它能提供CPU使用率、磁盘I/O、内存使用、网络流量等多方面的性能指标。 2. **sa** 命令:用于管理和查看由sar收集的历史数据,帮助分析长期趋势...

Global site tag (gtag.js) - Google Analytics