码迷,mamicode.com
首页 >  
搜索关键字:monitor    ( 1879个结果
ceph osd盘挂掉,无法修复
由于网络更换ip段,导致ceph启动时monitor进程无法启动,解决了这个问题后,ceph能够启动,但一块osd盘坏掉了,错误日志如下: 2014-12-24 10:53:30.353262 7f3fbbd78800 0 ceph version 0.87 (c51c8f9d80fa4e01...
分类:其他好文   时间:2014-12-24 13:35:48    阅读次数:793
ios项目开发— iOS8 定位功能API改变
iOS8 定位新增功能 一、 Core Location framework的变化主要有以下几点: 1.在定位状态中引入Always和WhenInUse的概念。 2.加入Visit monitoring的特性,这类特性特别适合旅行类别的应用,当用户到达某个指定的区域内,monitor开始...
分类:移动开发   时间:2014-12-24 13:14:08    阅读次数:363
c#语言-多线程中的锁系统(一)
介绍平常在多线程开发中,总避免不了线程同步。本篇就对net多线程中的锁系统做个简单描述。目录一:lock、Monitor 1:基础。 2: 作用域。 3:字符串锁。 4:monitor使用二:mutex三:Semaphore四:总结一:lock、Monitor1:基础Lock是Monitor...
分类:编程语言   时间:2014-12-23 10:19:25    阅读次数:290
c#语言-多线程中的锁系统
介绍平常在多线程开发中,总避免不了线程同步。这次就对net多线程中的锁系统做个简单描述。目录一:lock、Monitor 1:基础。 2: 作用域。 3:字符串锁。二:mutex三:Semaphore四:总结一:lock、Monitor1:基础Lock是Monitor语法糖简化写法。Lock在...
分类:编程语言   时间:2014-12-21 23:33:12    阅读次数:281
Redis 高可用&监控
monitor redis perfmonance、master-slave statushttps://github.com/LittlePeng/redis-monitorhttps://github.com/nkrode/RedisLiveRedis HA方案之sentinel http://...
分类:其他好文   时间:2014-12-21 01:50:01    阅读次数:176
SuiteScript > Script Queue Monitor (Beta)
Share Note:Installing and Accessing the Script Queue Monitor Script Queue Monitor (Beta) is available as a SuiteApp which can be installed in your acc...
分类:其他好文   时间:2014-12-19 18:53:08    阅读次数:170
使用 traceroute解决 linux 中的 TCP/IP 问题
[root@nagios-monitor~]#tracerouteUsage:traceroute[-46dFITnreAUV][-ffirst_ttl][-ggate,...][-idevice][-mmax_ttl][-Nsqueries][-pport][-ttos][-lflow_label][-wwaittime][-qnqueries][-ssrc_addr][-zsendwait]host[packetlen]Options:-4UseIPv4-6UseIPv6-d--debugEnableso..
分类:系统相关   时间:2014-12-18 19:02:55    阅读次数:261
How to monitor Linux UDP buffer available space?
How to monitor Linux UDP buffer available space? You are trying to solve the wrong problem. UDP is?unreliable?communication, period. If packet loss is a problem for you, you should either impleme...
分类:系统相关   时间:2014-12-17 19:08:00    阅读次数:258
ganglia 启动命令
gmond 版本号 3.1.7sudo service ganglia-monitor start验证是否打开telnet localhost 8649gmetad 版本号3.1.7service gmetad startrrd存放地址 :/var/lib/ganglia/rrdshttps://g...
分类:其他好文   时间:2014-12-17 17:48:37    阅读次数:310
mysql设置连接超时时间参数:wait_timeout
[root@ ~]# mysql -h 192.168.0.* -uroot -pEnter password: Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 8174Serv....
分类:数据库   时间:2014-12-17 14:34:00    阅读次数:235
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!