# free 显示结果如下: Mem:表示物理内存统计 total 内存总数 8057964KB used 已使用的内存 7852484KB free 空闲的内存数 205480KB shared 当前已经废弃不用,总是0 buffers Buffer 缓存内存数: 290432KB cached ...
分类:
系统相关 时间:
2016-12-14 01:55:52
阅读次数:
209
1.查询当前的日志组及状态: 2.关库并删除一个非当前日志组: 3.起库时报错: 4.将数据库启动到mount状态:查看报错日志组是否为当前日志组: 5.clear 日志组: 6.起库: ...
分类:
其他好文 时间:
2016-12-10 18:44:05
阅读次数:
169
If Protocol Buffers is the lingua franca of individual data record at Google, then the Sorted String Table (SSTable) is one of the most popular output ...
分类:
数据库 时间:
2016-12-08 21:05:59
阅读次数:
316
java中的流可以从不同的角度进行分类 按流的方向:输入流、输出流(注意这里的输入(read)、输出是相对于程序而言的(writer),个人认为从读、写角度理解更为直观) 按处理数据单位:字节流、字符流(字节流为继承自InputStream和OutputStream的流,以字节(8位)为单位读写;字 ...
分类:
编程语言 时间:
2016-12-04 13:44:31
阅读次数:
215
################################################swap查看物理内存和交换分区大小及其使用情况[root@localhost~]#free-mtotalusedfreesharedbufferscachedMem:1869192167601365-/+buffers/cache:1141755Swap:2550255################################################创建交..
分类:
系统相关 时间:
2016-12-01 22:52:18
阅读次数:
268
转自:http://unix.stackexchange.com/questions/87908/how-do-you-empty-the-buffers-and-cache-on-a-linux-system Emptying the buffers cache If you ever want ...
分类:
系统相关 时间:
2016-11-30 17:05:10
阅读次数:
231
free:观察内存使用情况[root@www~]#free-m(MB)totalusedfreesharedbufferscachedMem:988393595045162-/+buffers/cache:184803Swap:199901999内存使用高说明内存使用率很高效率高而swap使用很高(超过20%)时就又要考虑加内存了uname:查阅系统与核心相关资讯[root@www~]#unam..
分类:
其他好文 时间:
2016-11-29 15:05:05
阅读次数:
166
[root@prd-fygl-app-01 ~]# free -m total used free shared buffers cachedMem: 3792 3663 128 184 148 3003-/+ buffers/cache: 511 3280Swap: 0 0 0 [root@prd ...
分类:
系统相关 时间:
2016-11-29 07:06:45
阅读次数:
209
[root@localhostmysql]#free-mtotalusedfreesharedbufferscachedMem:185315852670501374-/+buffers/cache:1601692Swap:396703967[root@localhostmysql]#echo1>/proc/sys/vm/drop_caches[root@localhostmysql]#free-mtotalusedfreesharedbufferscachedMem:18531191733006-/+b..
分类:
数据库 时间:
2016-11-23 10:17:30
阅读次数:
291
我们通常会在App的UI中嵌入WebView,用来实现某些功能的动态更新。在4.4版本之前,Android WebView基于WebKit实现。不过,在4.4版本之后,Android WebView就...
分类:
移动开发 时间:
2016-11-21 09:18:27
阅读次数:
274