码迷,mamicode.com
首页 >  
搜索关键字:performance monitor    ( 3614个结果
QEMU KVM Libvirt手册(8): 半虚拟化设备virtio
KVM本身并不提供半虚拟化功能,是通过virtio来实现的 The benefits of virtio drivers are of lower overhead and higher performance. Memory Ballooning (virtio_balloon) memory b...
分类:其他好文   时间:2014-07-13 22:08:16    阅读次数:571
nagios之nrpe参数详解
1.先用表格列举一下我的监控对象和阀值:监控对象监控阀值主机资源主机存活:check_ping-w3000.0,80%-c5000.0,100%-p5(3000毫秒响应时间内,丢包率超过80%报警告,5000毫秒响应时间内,丢包率超过100%报危急,一共发送5个包)登录用户:check_user-w5-c10(w为警告,c为危急)系..
分类:移动开发   时间:2014-07-13 14:38:23    阅读次数:587
6.824 Lab 5: Caching Extents
IntroductionIn this lab you will modify YFS to cache extents, reducing the load on the extent server and improving YFS performance. The main challenge...
分类:其他好文   时间:2014-07-13 12:04:34    阅读次数:279
Linux virtualization and PCI passthrough
Processors have evolved to improve performance for virtualized environments, but what about I/O aspects? Discover one such I/O performance enhancement...
分类:系统相关   时间:2014-07-13 09:41:59    阅读次数:386
Matlab Plot 使用多个图例( legend )
用matlab 画图时,发现线太多,生成的图例,遮盖了曲线。于是想画成多个图例,然后可以自由拖动。      废话不多说,1)代码; 2)效果。 %%%%%%%%%%%% Code: figure %% ---- plot for maxtries performance set(0,'DefaultTextFontName','Times',... 'DefaultTex...
分类:其他好文   时间:2014-07-12 21:03:59    阅读次数:2602
android sdk manager proxy
### Settings for Android Tool #Tue Jun 12 01:34:55 PDT 2012 http.proxyPort=3128 sdkman.monitor.density=108 http.proxyHost=127.0.0.1 sdkman.show.update.only=true sdkman.ask.adb.restart=false sdkman.for...
分类:移动开发   时间:2014-07-12 20:30:01    阅读次数:228
设计模式 - 代理模式(proxy pattern) 未使用代理模式 详解
代理模式(proxy pattern) 未使用代理模式 详解本文地址: http://blog.csdn.net/caroline_wendy部分代码参考: http://blog.csdn.net/caroline_wendy/article/details/37698747如果需要监控(monitor)类的某些状态, 则需要编写一个监控类, 并同过监控类进行监控.但仅仅局限于本地, 如果需要远...
分类:其他好文   时间:2014-07-12 19:34:23    阅读次数:343
oracle spm使用1
oracle11g new feature SPM 有助于保持sql的语句特性,只允许执行性能提高的执行计划。 它不同于stored outlines, spm在于稳定sql性能,而store outlines在于冻结sql执行计划 事列 1.启用optimizer_cature_sql_plan_baselines 捕获sql语句 SQL> alter sess...
分类:数据库   时间:2014-07-10 23:36:46    阅读次数:364
Performance Tuning MySQL
通常来说,MySQL性能调优是非常复杂的一件事,不是简单的修改参数就可以完成的。需要综合考虑。而且找出性能瓶颈也非易事。但是通常我们有以下的几种方法找到蛛丝马迹。通过下面的几种方法发现瓶颈以后,我们才能确定下一步应该怎么做^_^其他的可以参考我前面写的文章:MySQL常用SQL优化,Linux上跑M...
分类:数据库   时间:2014-07-10 16:10:17    阅读次数:258
Monitor All SQL Queries in MySQL (alias mysql profiler)
video from youtube:http://www.youtube.com/watch?v=79NWqv3aPRIone blog post:Monitor All SQL Queries in MySQLhttp://www.howtogeek.com/howto/database/mon...
分类:数据库   时间:2014-07-10 15:41:58    阅读次数:218
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!