Linux常用的系统监控shell脚本.pdf
《Linux常用的系统监控shell脚本.pdf》由会员分享,可在线阅读,更多相关《Linux常用的系统监控shell脚本.pdf(4页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、Linux 常用的系统监控 shell 脚本QQ:571119822monkey liang1、查看主机网卡流量#!/bin/bash#network#Mike.Xuwhile:;dotime=date+%m”-”%d”“%k”:”%Mday=date+%m”-”%drx_before=ifconfig eth0|sed-n“8p|awkprint$2|cut-c7-tx_before=ifconfig eth0|sed-n“8p|awkprint$6|cut-c7-sleep 2rx_after=ifconfig eth0|sed-n“8p|awkprint$2|cut-c7-tx_afte
2、r=ifconfig eth0|sed-n“8p|awkprint$6|cut-c7-rx_result=$(rx_after-rx_before)/256tx_result=$(tx_after-tx_before)/256echo“$time Now_In_Speed:“$rx_result”kbps Now_OUt_Speed:“$tx_result”kbps”sleep 2done2、系统状况监控#!/bin/sh#systemstat.sh#Mike.XuIP=192.168.1.227top-n 2|grep“Cpu”./temp/cpu.txtfree-m|grep“Mem”./
3、temp/mem.txtdf-k|grep“sda1 ./temp/drive_sda1.txt#df-k|grep sda2 ./temp/drive_sda2.txtdf-k|grep“/mnt/storage_0 ./temp/mnt_storage_0.txtdf-k|grep“/mnt/storage_pic”./temp/mnt_storage_pic.txttime=date+%m”.”%d”“%k”:”%Mconnect=netstat-na|grep“219.238.148.30:80|wc-lecho“$time$connect”./temp/connect_count.t
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- Linux 常用 系统 监控 shell 脚本
限制150内