zoukankan      html  css  js  c++  java
  • Linux命令:FREE

    FREE(1)                       Linux User's Manual                      FREE(1)

     

    NAME

           free - Display amount of free and used memory in the system

     

    SYNOPSIS

           free [-b | -k | -m] [-o] [-s delay ] [-t] [-l] [-V]

     

    DESCRIPTION

           free  displays the total amount of free and used physical and swap memory in the system, as well as the buffers used by the kernel.  The shared memory column should be ignored; it is obsolete.

     

       Options

           The -b switch displays the amount of memory in bytes; the -k switch (set by default) displays it in kilobytes; the -m  switch  displays  it  in megabytes.

     

           The -t switch displays a line containing the totals.

     

           The  -o switch disables the display of a "buffer adjusted" line.  If the -o option is not specified, free subtracts buffer memory from the used memory and adds it to the free memory reported.

     

           The -s switch activates continuous polling delay seconds apart. You may actually specify any floating point number for delay, usleep(3) is used for microsecond resolution delay times.

     

           The -l switch shows detailed low and high memory statistics.

     

           The -V switch displays version information.

     

    FILES

           /proc/meminfo-- memory information

     

    SEE ALSO

           ps(1), slabtop(1), vmstat(8), top(1)

     

    AUTHORS

           Written by Brian Edmonds.

     

           Send bug reports to <albert@users.sf.net>

     

    Cohesive Systems                 20 Mar 1993                           FREE(1)

    (END)

    ---------------------------------------------------------------------------------------

    示例:

    root@Slave3.Hadoop:[/root]free -m -t
                 total       used       free     shared    buffers     cached
    Mem:          8002       7747        254          0         44       2174
    -/+ buffers/cache:       5528       2473
    Swap:         8015       3002       5013
    Total:       16018      10750       5267

     

     

  • 相关阅读:
    Ubuntu14.04安装和配置Tomcat8.0.12
    订单、支付、退款、发货、退货等编号自动生成类
    java实现给图片添加水印
    跳一次涨薪88% 跳槽已成为中国“职场文化”
    五色使人目盲
    CSS样式如何解决IE浏览器不同版本的兼容问题
    MySQL日期时间函数大全
    MySQL DATE_ADD() 函数
    input text框和 checkbox 连带被选中的情况
    jquery easyui from 表单返回乱码!
  • 原文地址:https://www.cnblogs.com/javafan/p/3771947.html
Copyright © 2011-2022 走看看