
linux
小浣熊6616
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Linux下释放内存
在Linux系统下,我们一般不需要去释放内存,因为系统已经将内存管理的很好。 但是凡事也有例外,有的时候内存会被缓存占用掉,导致系统使用SWAP空间影响性能,此时就需要执行释放内存(清理缓存)的操作了。 Linux系统的缓存机制是相当先进的,他会针对dentry(用于VFS,加速文件路径名到inode的转换)、Buffer Cache(针对磁盘块的读写)和Page Cache(针对文件in原创 2014-02-10 09:02:38 · 536 阅读 · 0 评论 -
lvm常用命令
---------------------------------创建分区------------------------------------------------ 查看磁盘分区表 fdisk -l fdisk创建分区,根据设备文件的绝对路径(/dev/hda)进入分区管理 fdisk /dev/hda ---------------------------------物理...原创 2015-01-13 17:00:01 · 246 阅读 · 0 评论 -
iscsi常用命令
1.查看target 信息 # tgt-admin --show 或者 # tgtadm --lld iscsi --mode target --op show Target 1: iqn.2010-10.org.openstack:volume-00000008 System information: Driver: iscsi State: ready I_T nexus ...原创 2015-01-13 17:01:58 · 997 阅读 · 0 评论 -
lvm常用命令
原创 2015-01-13 17:00:01 · 242 阅读 · 0 评论 -
iscsi常用命令
y I_T nexus information: LUN information: LUN: 0 Type: controller SCSI ID: IET 00010000 SCSI SN: beaf10 Size: 0 MB, Block size: 1 Online: Yes Removable media: No Readonly: No Backing store type: null Backing store path: None Backing store原创 2015-01-13 17:01:58 · 371 阅读 · 0 评论