码迷,mamicode.com
首页 >  
搜索关键字:monitor    ( 1879个结果
内存优化
Memory Monitor: 方便显示内存使用和GC情况; 快速定位卡顿是否和GC有关; 快速定位Crash是否和内存占用过高有关; 快速定位潜在的内存泄漏问题; 简单易用,但不能准确定位问题; ...
分类:其他好文   时间:2016-09-25 14:43:14    阅读次数:212
how to monitor system logs and export to files simultaneously
What will you do when you conduct a malware analysis on a smartphone? You will focus on running processes or services, and also you'll capture memory ...
分类:其他好文   时间:2016-09-24 16:04:03    阅读次数:91
sql 性能优化
Using Performance Monitor BY BRAD MCGEHEE As you probably already know, SQL Server is very good at tuning itself. It has the ability to monitor itself ...
分类:数据库   时间:2016-09-24 09:14:52    阅读次数:215
dubbo-admin和dubbo-monitor-simple的布署
dubbo-admin 把dubbo-admin的war包解压到tomcat或者jetty的ROOT目录下,启动就可以访问了(自己配置tomcat的端口) wget http://code.alibabatech.com/mvn/releases/com/alibaba/dubbo-admin/2. ...
分类:其他好文   时间:2016-09-23 13:22:49    阅读次数:152
c#同步锁Monitor.Enter(T)
protected static object MObjLock = new object();//同步锁 public string GetData(int mId) { Monitor.Enter(MObjLock);//lock string data = string.Empty; ... ...
分类:Windows程序   时间:2016-09-23 12:37:12    阅读次数:225
Performance Monitor1:开始性能监控
Performance Monitor是Windows内置的一个可视化监控工具,能够在OS级别上实时记录系统资源的使用情况,通过收集和存储日志数据,在SQL Server发生异常时,能够还原系统资源的使用情况,利于对SQL Server进行Troubleshooting。Performance Mo ...
分类:其他好文   时间:2016-09-22 21:26:15    阅读次数:250
Performance Monitor2:Peformance Counter
Performance Counter 是量化系统状态或活动的一个数值,Windows Performance Monitor在一定时间间隔内(默认的取样间隔是15s)获取Performance Counter的当前值,并记录在Data Collections中,通过Performance Moni ...
分类:其他好文   时间:2016-09-22 11:30:23    阅读次数:192
无线网卡工作模式笔记
网线网卡可以工作在多种模式下,以实现不同的功能。主要模式(mode)有:master managed monitor ad-hoc repeater secondary 【master】 master模式即常见的AP模式,无线模块本身作为WIFI热点,让其它设备以无线的方式接入构建LAN/WAN 。 ...
分类:其他好文   时间:2016-09-21 21:20:30    阅读次数:222
linux-xargs
这个命令和管道符一起使用 非常好用 ,意思是:把前面的命令产生的结果 交给xargs后面这个命令来处理 ps -ef|grep monitor_psr.sh|grep iboss2|grep ismp|grep -v grep|awk '{print $2}'|xargs kill -9 ps -e ...
分类:系统相关   时间:2016-09-21 11:26:24    阅读次数:159
分布式系统二、MogileFS
一、MogileFS简介1、MogileFS结构tracker:追踪器,追踪元数据,http协议mogilefsd(守护进程),它的主要职责包括:replication:节点间文件的复制deletion:删除文件queryworker:响应客户请求的文件元数据访问请求reaper:在存储失败后将文件复制请求重新放置于队列中monitor:监..
分类:其他好文   时间:2016-09-21 00:10:16    阅读次数:195
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!