kimbs.cn
kimbs.cn
Home
About
Trickle
Sailing
Training
A Simple Monitor Script
2013-02-07
by
kim
[codesyntax lang="bash" lines="no"] #!/bin/bash #monitor network #kim #影响linux性能的主要因素 #CPU #内存 #磁盘I/O带宽 #网络I/O带宽 while : ; do time=`date +%m"-"%d" "%k":"%M` day=`date +%m"-"%d` rx_before=`/sbin/ifconf…
Continue reading
→
Posted in
Linux
|
Tagged
linux
,
monitor
|
Leave a comment
Categories
Training
(26)
PHP
(24)
Zend Framework
(16)
Optimization
(15)
Linux
(14)
公司
(12)
招聘与面试
(10)
iOS
(10)
Ubuntu
(9)
Coding Standards
(9)
Uncategorized
(8)
56com
(8)
Architecture
(8)
JavaScript
(7)
Project Management
(7)
Nginx
(6)
SVN
(6)
Elance
(6)
My Live
(6)
Design Patterns
(6)
Magento
(5)
Network Protocol
(5)
RHEL
(5)
Git
(4)
MongoDB
(4)
Archives
2018-11
2018-05
2018-02
2017-07
2017-03
2015-04
2015-03
2015-02
2014-08
2014-06
2014-05
2014-01
2013-08
2013-05
2013-02
2012-12
2012-08
2012-05
2012-04
2011-12
2011-11
2011-09
2011-08
2011-07
2011-06
2011-05
2011-04
2011-03
2011-02
2011-01
2010-12
2010-11
2010-10
2010-09
2010-08
2010-07
2010-06
2010-03
2010-01
2009-12
2009-11
2009-08
2009-07
2009-06
2009-05
2009-04
Pages
Zend Framework Certification Training
Zend Framework Workshop, DPC09
About
Introducing Zend Framework 2.0 - Weierophinney
Useful Commands
PHP Functions Library
从零开始开发 iOS App 到真机运行测试