Shell monitors the disk and prints out the disk

Source: Internet
Author: User
A few days ago, I went to the interview and wrote the last simple shell script. shell monitored more than 80% of the disks and displayed the disk name. The script I wrote at the time was as follows :#! /Bin/basharray = ('df | sed1d | awk & #39; {print $1, $5} & #39; | tr-d % ') len = $ {# array [@]} for (I = 1; I & lt; = $ len; I = I + 2); do & n

A few days ago, I went to the interview and wrote the last simple shell script. shell monitored more than 80% of the disks and displayed the disk name. The script I wrote at the time was as follows:

#! /Bin/bash
Array = ('df | sed 1d | awk '{print $1, $5}' | tr-d % ')
Len =$ {# array [@]}
For (I = 1; I <= $ len; I = I + 2); do
If [$ {array [$ I]}-gt 80]
Then
Echo "$ {array [$ I-1] }$ {array [$ I]}"
Fi
Done


Related Article

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.