发布时间:2014-12-15 20:16:37
玩Xen时遇到了一个问题,就是在top中 0.7%si, 25.2%st,后面的%st占用很大。后来Google了下,发现问题是由于物理CPU资源不足所致(我的理解)。具体分析请看下面Google的资料:st 的全称是 Steal Time ,就是 Xen Hypervisor 分配给运行在其它虚拟机上的任务的实际 CPU 时间。.........【阅读全文】
发布时间:2014-12-15 19:56:07
top命令是Linux下常用的性能分析工具,能够实时显示系统中各个进程的资源占用状况,类似于Windows的任务管理器。下面详细介绍它的使用方法。top - 01:06:48 up 1:22, 1 user, load average: 0.06, 0.60, 0.48Tasks: 29 total, 1 running, 28 sleeping, 0 stopped, 0 zombieCpu(s): 0.3% us, 1.0% sy, 0.0% ni, 98.7.........【阅读全文】
发布时间:2014-12-11 22:46:19
fg、bg、jobs、&、ctrl + z命令一、 &加在一个命令的最后,可以把这个命令放到后台执行 ,如gftp &,二、ctrl + z可以将一个正在前台执行的命令放到后台,并且处于暂停状态,不可执行 三、jobs查看当前有多少在后台运行的命令jobs -l选项可显示所有任务的PID,jobs的状态可以是running, stopped, Terminated,.........【阅读全文】
发布时间:2014-12-08 07:19:16
Opsview Core is suitable for developers investigating open source monitoring options for small IT and test environments. Based on Nagios 4, Opsview Core offers fast, simple, open source monitoring with easy access to a wide range of plugins.
Customers wishing to support a mission critical production environment who would like advanced monitoring functionality including dashboards, auto-discovery, process maps and powerful network analytics should try out the free trial for our Pro and Ent......【阅读全文】