码迷,mamicode.com
首页 >  
搜索关键字:veeam free    ( 5349个结果
Centos 内存占满 释放内存
一台老的PHP后台服务器,今天用 free -m 查看,发现内存跑满了。再 top,然后按下shift+m,也就是按内存占用百分比排序,发现排在第一的进程,才占用0.9%,那是什么占用的呢?谷歌了一下,据说是centos 为了提高效率,把部分使用过的文件缓存到了内存里。如果是这样的话,我又不需要这样...
分类:其他好文   时间:2014-08-07 12:43:39    阅读次数:331
指数平滑(Exponential smoothing)
Exponential smoothingFrom Wikipedia, the free encyclopedia Exponential smoothingis a technique that can be applied totime seriesdata, either to produ....
分类:其他好文   时间:2014-08-07 12:14:00    阅读次数:249
网站性能测试
RHEL6.5---查看服务器的内存:[root@linuxcast/]#free-mtotalusedfreesharedbufferscachedMem:1870179476062862-/+buffers/cache:8681001Swap:409504095---查看服务器cpu信息[root@linuxcast/]#lscpuArchitecture:x86_64CPUop-mode(s):32-bit,64-bitByteOrder:LittleEndianCPU(..
分类:Web程序   时间:2014-08-07 07:31:30    阅读次数:263
SQL注入备忘单
Find and exploit SQL Injections with free Netsparker SQL Injection ScannerSQL Injection Cheat Sheet, Document Version 1.4About SQL Injection Cheat She...
分类:数据库   时间:2014-08-07 00:32:47    阅读次数:422
VXLAN Deep Dive
http://www.definethecloud.net/vxlan-deep-dive/ I’ve been spending my free time digging into network virtualization and network overlays. This is part ...
分类:其他好文   时间:2014-08-06 14:15:31    阅读次数:337
android蓝牙协议名词解释 OPP HFP HDP A2DP PAN
各种蓝牙协议的全称: OPP:对象存储规范(Object Push Profile),最为常见的,文件的传输都是使用此协议。 HFP:(Hands-free Profile),让蓝牙设备可以控制电话,如接听、挂断、拒接、语音拨号等,拒接、语音拨号要视蓝牙耳机及电话是否支持。 HDP: HDP (Health Device Profile) 蓝牙医疗设备模式   可以创建支...
分类:移动开发   时间:2014-08-06 11:54:21    阅读次数:355
RHCA笔记 333—1 加解密
1.HashedCommonlyusedtostorepasswordsConvertsaninputstringofanylengthtoanoutputstringoffixedlengthOne-way:notfeasibletogetplaintextfromhashCollision-free:notfeasibletofindtwostringsthathashtothesameoutputAlgorithms:CRC-32,MD5,SHA-1,SHA-256,etc.CRC-32isnotcry..
分类:其他好文   时间:2014-08-06 06:17:41    阅读次数:359
杂七杂八
linux 查看内存的大小?# free -m windows ls:dir
分类:其他好文   时间:2014-08-05 19:42:10    阅读次数:208
Solaris10技巧
如何查看UFS文件系统创建命令 root@ofs0accmcc01 # mkfs -m /dev/md/rdsk/d100 mkfs -F ufs -o nsect=128,ntrack=48,bsize=8192,fragsize=1024,cgsize=16,free=1,rps=90,nbpi...
分类:其他好文   时间:2014-08-05 15:44:29    阅读次数:205
RAM调优之日志分析
D/dalvikvm: , , , 每隔一段时间,系统回收器都会打印内存回收的情况。日志的内容格式就是上面那条格式。下面是详细说明 > D/dalvikvm( 9050): GC_CONCURRENT freed 2049K, 65% free 3571K/9991K, external 4703K/5261K, paused 2ms+2ms GC Reason GC回收原因(是什么触...
分类:其他好文   时间:2014-08-04 21:45:48    阅读次数:296
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!