Linux下提供top、ps命令查看当前cpu、mem使用情况,简要介绍如下:
一、使用ps查看进程的资源占用
ps -aux
查看进程信息时,第三列就是CPU占用。
[root@localhost utx86]# ps -aux | grep my_process
Warning: bad syntax, perhaps a bogus '-'? See /usr/sh...
分类:
系统相关 时间:
2014-10-09 16:54:58
阅读次数:
479
-- Warning: Skipping the data of table mysql.event. Specify the --events option explicitly.mysqldump -uroot -pxxxxx --all-databases > all.sqlmysql用mys...
分类:
数据库 时间:
2014-10-09 14:33:03
阅读次数:
298
ORA-38760: This database instance failed to turn on flashback database
问题背景:
测试数据库执行shutdown immediate,日志里面报错,错误信息为:ORA-19815: WARNING: db_recovery_file_dest_size of 4322230272 bytes is 9...
分类:
数据库 时间:
2014-10-09 02:05:57
阅读次数:
203
alert默认图标 success图标 error图标 question图标 warning图标 自定义的图标 效果如下:
分类:
其他好文 时间:
2014-10-09 00:36:37
阅读次数:
678
hdu5044 Tree 树链剖分,点剖分,边剖分,非递归版
//#pragma warning (disable: 4786)
//#pragma comment (linker, "/STACK:16777216")
//#pragma comment(linker, "/STACK:60400000,60400000")
//HEAD
#include
#include
#i...
分类:
其他好文 时间:
2014-10-06 21:36:10
阅读次数:
663
今天写数据结构代码的时候,调试一段程序,结果发现编译器提示了一些错误信息:warning: control reaches end of non-void function [-Wreturn-type]经过百度查询,得知原因是自己定义了一个有返回值的函数,而函数结尾却没有返回值;
或者是主函数的结尾没有添加语句:return 0;int main(void)
{
//自己的代码
r...
分类:
其他好文 时间:
2014-10-05 13:34:49
阅读次数:
286
执行这个测试?/usr/local/coreseek/bin/indexer?-c?etc/csft.conf?--all?
出现下面错误提示
?WARNING:?source?‘index1‘:?xmlpipe2?support?NOT?compiled?in.?To?use?xmlpipe2,?install?missi...
分类:
其他好文 时间:
2014-10-02 23:40:43
阅读次数:
243
import UIKitlet kSuccessTitle = "Congratulations"let kErrorTitle = "Connection error"let kNoticeTitle = "Notice"let kWarningTitle = "Warning"let kInfo...
分类:
其他好文 时间:
2014-10-01 17:41:21
阅读次数:
159
DataTables warning: table id=dateTable - Ajax error. For more information about this error, please see http://datatables.net/tn/7http://datatables.net...
分类:
数据库 时间:
2014-10-01 00:22:20
阅读次数:
298
VMWareTools是(云计算、虚拟化)VMWare虚拟机的一个可选件。较新的一些版本中,将VMWareTools作为虚拟机的一个必装版本。简单的说,VMWareTools就是一个嵌入到虚拟机操作系统层面插件工具。主要职责是负责改善硬件兼容性、交互方式体验。如果我们将虚拟机比作容器中运行的单位..
分类:
其他好文 时间:
2014-09-29 18:21:12
阅读次数:
236