码迷,mamicode.com
首页 >  
搜索关键字:performance monitor    ( 3614个结果
Linux命令 tail 加过滤功能
tail -n  行数 -f  文件夹路径以及 名字,用于查看log   后面可以追加  | grep   +名字  用于过滤 ps  aux|grep  文件  查看执行情况 例如: tail -n 40 -f /export/logs/nerdlogs/new-nerd/nerdserver/main/monitor_ D.log | grep SendThread...
分类:系统相关   时间:2014-08-06 14:50:41    阅读次数:456
Procwatcher: Script to Monitor and Examine Oracle DB and Clusterware Processes (文档 ID 459694.1)
Applies to:Oracle Database - Enterprise Edition - Version 10.2.0.2 to 12.1.0.1 [Release 10.2 to 12.1] Linux x86 HP-UX PA-RISC (64-bit) IBM AIX on POWE...
分类:数据库   时间:2014-08-05 13:58:29    阅读次数:455
[Good for enterprise] How to monitor GFE?
Q: What is Good for enterprise (GFE)?A: A mobile messaging software, allow enterprise internal email synchronize to user's mobile devices, support cli...
分类:其他好文   时间:2014-08-04 21:13:38    阅读次数:321
Nested weights are bad for performance
警告信息“Nested weights are bad for performance”的消除方法 原因分析:在布局进行嵌套使用时,父布局与子布局都使用了android:layout_weight,但不是必须使用时,便会出现如题所示的警告信息。 解决方法:根据实际情况,去除子布局中非必须使用的a.....
分类:其他好文   时间:2014-08-04 13:49:17    阅读次数:210
RH442 1
##hardware profiling ##RH442 Getting to know your hardware ###Hardware profiling Before tuning the performance, it‘s important to understand the capabilities of your system CPU 内部寄存器:硬件,时钟...
分类:其他好文   时间:2014-08-03 12:56:35    阅读次数:253
使用python程序监控云服务器的带宽
将一些不重要的服务迁移到云服务上,有些下载什么的,为了防止带宽超了,python做了一个监控程序。用python3写的,由于和python2有些区别,特记录下来备查。代码如下:#this is for monitor qingcloud# coding=utf-8import base64impor...
分类:编程语言   时间:2014-08-02 20:41:13    阅读次数:243
使用事务提升sqlite insert的性能
使用事务,解决sqlite insert缓慢的问题,时间从10秒缩短到0.07秒...
分类:数据库   时间:2014-07-30 12:18:53    阅读次数:273
java concurrent之前戏synchronized
对于多线程共享资源的情况需要进行同步,以避免一个线程的改动被另一个线程的改动所覆盖。最普遍的同步方式就是synchronized。把代码声明为synchronized,有两个重要后果,通常是指该代码具有 原子性(atomicity)和 可见性(visibility)。 1、原子性强调的是执行,意味着个时刻,只有一个线程能够执行一段代码,这段代码通过一个monitor object保护。从而防止多...
分类:编程语言   时间:2014-07-30 01:03:12    阅读次数:311
关闭显示器
{turn monitor off}SendMessage(Application.Handle, WM_SYSCOMMAND, SC_MONITORPOWER, 2); //关闭显示器{turn monitor on}SendMessage(Application.Handle, WM_SYSCO...
分类:其他好文   时间:2014-07-29 20:51:22    阅读次数:274
举例详细说明javascript作用域、闭包原理以及性能问题(转)
这可能是每一个jser都曾经为之头疼的却又非常经典的问题,关系到内存,关系到闭包,关系到javascript运行机制。关系到功能,关系到性能。文章内容主要参考自《High Performance JavaScript》,这本书对javascript性能方面确实讲的比较深入,大家有空都可以尝试着阅读一...
分类:编程语言   时间:2014-07-29 12:43:16    阅读次数:285
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!