摘要:
glocktop: Display or print active GFS2 locks. Index of glocktop man page Read glocktop man page on Linux: $ man 8 glocktop Index of glocktop man page 阅读全文
摘要:
1、AST简介 DLM进程(LMON、LMD)之间的跨实例通信是使用高速互联上的IPC层实现的。为了传递锁资源的状态,DLM使用了异步陷阱(AST),它在操作系统处理程序例程中实现为中断。纯粹主义者可能同意AST的确切含义以及它的实现方式(中断或其他阻塞机制),但对于OPS或Oracle RAC来说 阅读全文
摘要:
1. min_free_kbytes 先看官方解释: This is used to force the Linux VM to keep a minimum number of kilobytes free. The VM uses this number to compute a waterma 阅读全文
摘要:
https://blog.csdn.net/bullbat/article/details/7194794 https://blog.csdn.net/qq_26626709/article/details/52742484 https://blog.csdn.net/wfreehorse/arti 阅读全文
摘要:
阅读全文
摘要:
为什么要有NUMA 在NUMA架构出现前,CPU欢快的朝着频率越来越高的方向发展。受到物理极限的挑战,又转为核数越来越多的方向发展。如果每个core的工作性质 都是share-nothing(类似于map-reduce的node节点的作业属性),那么也许就不会有NUMA。由于所有CPU Core都是 阅读全文
摘要:
global中增加下面内容。 [global] use sendfile = yes write raw = yes read raw = yes max xmit = 65535 aio read size = 16384 aio write size = 16384 enable core fi 阅读全文