View Linux Basic System Information

Source: Internet
Author: User

#! /bin/bash#the Scripts would return the system Infomation#returnhostnameand version infomation//returns host name and system version informationEcho-E"\e[31;43m/////HOSTNAME infomation *****\e[0m"hostnameuname-RCat/proc/versionEcho ""#File system disk space usage//file system disk free spaceEcho-E"\e[31;43m***** File System Disk Space usage infomation *****\e[0m"DF-hEcho ""#Idie TimeSystem and use of memory//System Idle and in-use memoryEcho-E"\e[31;43m***** Idie System and use of memory infomation *****\e[0m" FreeEcho ""#system Start Time                     //System Boot TimeEcho-E"\e[31;43m***** System start time infomation *****\e[0m"UptimeEcho ""#User logged on//logged-on userEcho-E"\e[31;43m***** User logged on infomation *****\e[0m"W.H.O.Echo ""#Use memory up to five processes//use up to five processes in memoryEcho-E"\e[31;43m***** use memory up to five processes infomation *****\e[0m"PS-eo%mem,%cpu,comm--Sort=-%mem |Head-N6Echo ""Echo-E"\e[1;32mdone.\e[0m"

View Linux Basic System Information

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.