摘要:
http://backend.blog.163.com/blog/#m=0&t=3&c=mysql 阅读全文
posted @ 2016-08-10 23:49
zengkefu
阅读(360)
评论(0)
推荐(0)
摘要:
http://backend.blog.163.com/blog/static/20229412620128233285220/ http://backend.blog.163.com/blog/static/20229412620128233285220/ http://backend.blog. 阅读全文
posted @ 2016-08-10 23:45
zengkefu
阅读(472)
评论(0)
推荐(0)
摘要:
1. 操作系统缓存 在linux世界里,一切可读写设备都可看作是文件。文件cache设计的好坏直接影响着文件系统和磁盘的性能。最直观的是使用free命令看到的cached列。 这里面的cached列就是操作系统缓存,操作系统会把空闲的内存拿来做缓存,提高系统性能。当然这里的cached不仅仅缓存文件 阅读全文
posted @ 2016-08-10 23:44
zengkefu
阅读(5457)
评论(0)
推荐(0)
摘要:
1. page cache linux操作系统默认情况下写都是有写缓存的,可以使用direct IO方式绕过操作系统的写缓存。当你写一串数据时,系统会开辟一块内存区域缓存这些数据,这块区域就是我们常说的page cache(操作系统的页缓存)。查看系统内存常用的命令有:vmstat、free、top 阅读全文
posted @ 2016-08-10 23:42
zengkefu
阅读(897)
评论(0)
推荐(1)
摘要:
http://xuclv.blog.51cto.com/all/5503169 阅读全文
posted @ 2016-08-10 17:11
zengkefu
阅读(247)
评论(0)
推荐(0)
摘要:
http://www.lenky.info/archives/2013/02/2209 http://ceyes.github.io/2014-06/watch-kernel-function-by-kprobe-or-systemtap/ 阅读全文
posted @ 2016-08-10 17:03
zengkefu
阅读(251)
评论(0)
推荐(0)
摘要:
https://github.com/mspiegle/systemtap 阅读全文
posted @ 2016-08-10 16:59
zengkefu
阅读(177)
评论(0)
推荐(0)
摘要:
https://alexanderanokhin.wordpress.com/2011/11/13/dynamic-tracing-of-oracle-logical-io/ 阅读全文
posted @ 2016-08-10 16:29
zengkefu
阅读(116)
评论(0)
推荐(0)
摘要:
https://github.com/LucaCanali http://cern.ch/canali/ 阅读全文
posted @ 2016-08-10 16:26
zengkefu
阅读(140)
评论(0)
推荐(0)
摘要:
https://fritshoogland.wordpress.com/page/3/ http://externaltable.blogspot.com/2013/06/dtrace-explorations-of-oracle-wait.html 阅读全文
posted @ 2016-08-10 16:17
zengkefu
阅读(172)
评论(0)
推荐(0)
摘要:
http://www.sourceinsight.com/update.html http://www.oschina.net/p/sourcenavigator/ http://www.cnblogs.com/lidabo/archive/2013/01/14/2860240.html http: 阅读全文
posted @ 2016-08-10 13:43
zengkefu
阅读(984)
评论(0)
推荐(0)
摘要:
http://www.pgcon.org/2016/ 阅读全文
posted @ 2016-08-10 13:32
zengkefu
阅读(143)
评论(0)
推荐(0)
摘要:
http://oracle-internals.com/blog/links/ http://coll15.mapyourshow.com/6_0/sessions/session-details.cfm?ScheduleID=5410 Links I’ve compiled a list of l 阅读全文
posted @ 2016-08-10 13:21
zengkefu
阅读(158)
评论(0)
推荐(0)