==>free of Linux monitoring commands

Source: Internet
Author: User
Tags memory usage

I. Description of the Order

The free command displays the usage of system memory: physical memory, swap memory (swap), and kernel buffer memory

Second, parameter description

    • -b-k-m-g: Display memory usage in bytes, KB, MB, GB, respectively
    • -L: Displays detailed low memory and high memory statistics
    • -O: Do not show-/+ Buffers/cache this line
    • -T: Show memory sum, Ram+swap
    • -S: Allows uninterrupted monitoring of memory usage over a specified period of time, showing once every few seconds
    • -C: Update count times
    • -V: Display version information

Iii. Introduction of specific usage

    • Total: Amount of physical memory
    • Used: physical memory size used
    • Free: idle physical memory size
    • Shared: Total amount of memory shared by multiple processes
    • Buffers: Write Cache size
    • Cached: Read Cache size
    • -buffers/cached:used: The actual memory size used by the application, equal to used-buffers-cached (three number of mem columns)
    • +buffers/cached:free: Total idle memory equals free+buffers+cached (three number of mem columns)
    • Swap: Swap partition
    • Total: Size of the swap partition
    • Used: Swap partition already used size
    • Free: Swap partition idle size

==>free of Linux monitoring commands

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.