Mobile Testing Mobile: Emulators, Simulators And Remote Debugging iOS 8 and iPhone 6 for Web Developers and Designers Web HTTP vs HTTPS performance co...
分类:
其他好文 时间:
2014-09-30 18:48:49
阅读次数:
162
Monitor 类通过向单个线程授予对象锁来控制对对象的访问。 对象锁提供限制访问代码块(通常称为临界区)的能力。 当一个线程拥有对象的锁时,其他任何线程都不能获取该锁。 还可以使用 Monitor 来确保不会允许其他任何线程访问正在由锁的所有者执行的应用程序代码节,除非另一个线程正在使用其他的锁定...
分类:
其他好文 时间:
2014-09-30 16:09:49
阅读次数:
193
转自:http://sixrevisions.com/web-development/site-speed-performance/Web page speed and performance is very important to the user experience. If your sit...
分类:
Web程序 时间:
2014-09-30 14:35:09
阅读次数:
208
安装rpmbuild,生成目录,编写spec文件
附上自己写的spec文件。
由于公司需要,nginx需要添加lua等依赖包,就自己通过编译过程打包了rpm。红色部分是根据编译的结果添加上去的
Name: nginx
Version: 1.2.7
Release: 1%{?dist}
Summary: A free,open-source,high-performance HT...
分类:
其他好文 时间:
2014-09-30 10:05:22
阅读次数:
402
对服务器的监控和管理有三个主体:master,monitor,client;master负责收集所有服务器的信息,下发对服务器的操作指令。monitor负责上报服务器状态,并对master的命令作出反应。client是第三方监视的客户端,它注册到master上,通过给master发请求获得服务器.....
分类:
其他好文 时间:
2014-09-30 00:43:31
阅读次数:
525
一. 官网说明 在MOS 上的一篇文章讲到了rebuild online 和offline的区别: ?????? Index Rebuild Is Hanging Or Taking Too Long [ID 272762.1] ? Symptoms: ========= ?????? Performance ?issue...
分类:
数据库 时间:
2014-09-29 21:00:31
阅读次数:
375
今天磁盘报警,空间不足,找了很久没查出来。下面说下我的操作步骤[root@monitor/]#du-sch/*
6.6M/bin
39M/boot
161M/data
164K/dev
12M/etc
115M/home
240M/lib
25M/lib64
20K/lost+found
4.0K/media
4.0K/mnt
291M/opt
du:cannotaccess`/proc/27198/task/27198/fd/4‘:Nosuchf..
分类:
其他好文 时间:
2014-09-29 17:06:41
阅读次数:
280
#!/usr/bin/pythonimportreimportosimporturllibtry:importsimplejsonexceptImportError:os.popen(‘yuminstallpython-simplejson-y‘)try:importpycurlexceptImportError:os.popen(‘yuminstallpython-pycurl-y‘)defbuffer_line(monitor_log):buf=open("/etc/sae/rdc_buffer.txt"..
分类:
其他好文 时间:
2014-09-29 16:20:41
阅读次数:
244
一、前言
进程是计算机中运行的程序,是向操作系统申请资源的基本单位。我们运行一个程序,那么就会相应地创建一个甚至多个进程,关闭程序时,进程也就结束了。查看进程最常用的手段是按下Ctrl+Shift+Delete打开Windows自带的任务管理器,或者使用老牌强力软件“冰刃”,又或者是使用由微软推出的更为强大的Process Monitor,都能基本得到相同的效果。不同的是,强大的...
分类:
其他好文 时间:
2014-09-28 15:58:13
阅读次数:
267
因官方Book Performance Tuning部分章节没有按配置项进行索引,不能达到快速查阅的效果。所以我以配置项驱动,重新整理了原文,并补充一些自己的理解,如有错误,欢迎指正。配置优化zookeeper.session.timeout默认值:3分钟(180000ms)说明:RegionSer...
分类:
其他好文 时间:
2014-09-28 13:49:52
阅读次数:
169