码迷,mamicode.com
首页 >  
搜索关键字:performance monitor    ( 3614个结果
nodejs篇
1. 测试框架,mocha, chai, sinon, supertest可以联合使用,需要尽可能分离出各种组件,方便组合使用.2. restful,node-restify3.Monitor for any changes in your node.js application and autom...
分类:Web程序   时间:2014-09-11 10:51:21    阅读次数:225
Linux Performance Tools
http://www.brendangregg.com/linuxperf.html
分类:系统相关   时间:2014-09-10 17:22:40    阅读次数:160
PLSQL_PLSQL调优健康检查脚本SQLHC(案例)(通过运行脚本输出SQL Performance的HTML报表)
2014-08-23 BaoXinjian一、摘要网上流传的一个用以查询单一SQL查询的效率并导出为HTML报表的脚本,功能与DBMS_PROFILER类似通过session查询SQL_ID,只有运行脚本,导出为HTML报表该SQL脚本下载地址:http://files.cnblogs.com/ea...
分类:数据库   时间:2014-09-09 15:07:00    阅读次数:335
System and method for controlling switching between VMM and VM using enabling value of VMM timer indicator and VMM timer value having a specified time
In one embodiment, a method includes transitioning control to a virtual machine (VM) from a virtual machine monitor (VMM), determining that aVMMtimer ...
分类:其他好文   时间:2014-09-09 12:03:18    阅读次数:411
Python性能鸡汤(转)
英文原文:http://blog.monitis.com/index.php/2012/02/13/python-performance-tips-part-1/英文原文:http://blog.monitis.com/index.php/2012/03/21/python-performance-...
分类:编程语言   时间:2014-09-08 03:14:26    阅读次数:424
MySQL锁阻塞分析
日常维护中,经常会碰到线程被阻塞,导致数据库响应非常慢,下面就看看如何获取是哪个线程导致了阻塞的。 1. 环境说明 RHEL 6.4 x86_64 + MySQL 5.6.19 事务隔离级别:RR 2. 测试过程 3. 查看锁阻塞线程信息 这里用几中方法进行分析: 3.1  使用show processlist查看 MySQL [(none)]>...
分类:数据库   时间:2014-09-05 16:15:20    阅读次数:480
[Hibernate] - Fetching strategies
Hibernate中的抓取策略,参考文档:http://docs.jboss.org/hibernate/orm/3.5/reference/zh-CN/html/performance.html如下代码:@SuppressWarnings({ "unchecked" }) public st...
分类:系统相关   时间:2014-09-05 14:10:41    阅读次数:201
sql performance Kill Lock
sp_who2 activesp_lock 76select object_name(261575970,16)select %%lockres%%,* from SessionLock(nolock) --from reporttempdbselect * from SessionData whe...
分类:数据库   时间:2014-09-04 18:55:49    阅读次数:222
dubbo 的monitor监控配置说明
dubbo的监控中心monitor的配置使用...
分类:其他好文   时间:2014-09-04 17:03:09    阅读次数:430
Performance Test of List<T>, LinkedList<T>, Queue<T>, ConcurrentQueue<T>
//Test Group 1 { var watch = Stopwatch.StartNew(); var list = new List(); for (int...
分类:其他好文   时间:2014-09-04 14:50:49    阅读次数:165
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!