ChinaUnix.net
相关文章推荐:

coss目录 下stripe

CPU 2G x 2 MEM 4G HD 80G linux 2.6.24 squid-3.0.STABLE7 使用 coss cache_dir coss /cache1 50000 max-size=1048575 block-size=4096 系统不稳定,squid过一段时间就会自己重启,非常频繁,用 aufs 和 diskd 一切正常 大家的情况如何? [ 本帖最后由 sxqw 于 2008-6-25 20:05 编辑 ]

by sxqw - 服务器应用 - 2008-11-08 14:38:29 阅读(2869) 回复(4)

相关讨论

cache_dir coss /squid1 256 block-size=512 max-size=131072 cache_dir coss /dev/sdf1 34500 max-size=524288 max-stripe-waste=32768 block-size=4096 maxfullbufs=10 squid26 转载的资料 8.6 coss存储机制 循环目标存储机制(Cyclic Object Storage Scheme,coss)尝试为squid定制一个新的文件系统。在ufs基础的机制,主要的性能瓶颈来自频繁的open()和unlink()系统调 用。因为每个cache响应都存储在独立的磁盘文件里,s...

by qq830406 - 服务器应用 - 2011-08-10 14:07:15 阅读(4335) 回复(1)

实验目的:用四块磁盘,建立两个镜像,然后将这两个镜像做成stripe。 一、建立8个子磁盘 root@server42 # vxmake -g testdg sd subdisk09 testdg01,4194304,1g root@server42 # vxmake -g testdg sd subdisk10 testdg02,4194304,1g root@server42 # vxmake -g testdg sd subdisk11 testdg03,4194304,1g root@server42 # vxmake -g testdg sd subdisk12 testdg04,4194304,1g root@server42 # vxmake -g testdg sd subdisk13 testdg...

by jjqing - Solaris - 2006-03-21 09:09:38 阅读(2287) 回复(10)

面这篇文章介绍的比较详细 http://www.pcguide.com/ref/hdd/perf/raid/concepts/perfstripe-c.html stripe Width and stripe Size RAID arrays that use striping improve performance by splitting up files into small pieces and distributing them to multiple hard disks. Most striping implementations allow the creator of the array control over two critical parameters that define the way that the data is ...

by 朝花夕拾 - 存储文档中心 - 2009-09-01 14:43:21 阅读(1940) 回复(0)

串联与条带 A simple metadevice is a metadevice built only from slices, and is either used directly or as the basic building block for mirrors and trans metadevices. There are three kinds of simple metadevices: concatenated metadevices, striped metadevices, and concatenated striped metadevices. A concatenated metadevice, or concatenation, is a metadevice whose data is organized serially and adjac...

by sunyeait - 存储文档中心 - 2005-05-09 12:45:12 阅读(1041) 回复(0)

d40: Mirror Submirror 0: d41 State: Okay Submirror 1: d42 State: Okay Pass: 1 Read option: roundrobin (default) Write option: parallel (default) Size: 285202752 blocks d41: Submirror of d40 State: Okay Size: 285202752 blocks stripe 0: Device Start Block Dbase State Hot Spare c2t10d0s0 ...

by jisheiry - Solaris - 2008-07-03 20:58:33 阅读(1014) 回复(1)

谁能给我解释一在advfs中stripe的含义,file 和volumestripe的作用

by dhbox - 其他UNIX - 2004-09-22 11:52:13 阅读(1305) 回复(0)

不知道这样做性能上面会不会有提供, 想通过squid给图片服务器做反向代理, squid服务器配置如CPU:双核双至强Xeon3.2,内存:2G,硬盘:600G ata RH-E4/i386 squid2.7 http_port 80 vhost vport icp_port 3130 cache_mem 1024 MB cache_effective_user squid cache_effective_group squid dns_nameservers 202.106.0.20 cache_access_log /squidfiles/logs/access.log cache_log /squidfiles/logs/cache.log cache_store_l...

by wangc0727 - 服务器应用 - 2009-04-28 17:35:49 阅读(2800) 回复(2)

做raid的时候一般有个条带大小可以选择这个大小和具体的应用的性能有很大的关系,一般数据库比较小的条带性能会比较好,像视音频比较大的条带性能会好点,谁能从原理上说一为什么是这样

by atreenoleaf - 存储备份 - 2008-05-29 14:07:06 阅读(2253) 回复(7)

How to Expand a File System With a Single stripe, On the Fly First, the file system has to be created and mounted as a one-way mirror metadevice; as in this example, with d80 mounted by /opt: # metastat d80 d80: Mirror Submirror 0: d81 State: Okay Pass: 1 Read option: roundrobin (default) Write option: parallel (default) Size: 10261520 blocks d...

by diandianrong - Solaris文档中心 - 2007-06-15 17:07:08 阅读(973) 回复(0)

创建逻辑卷, mklv -S 64k -S指定了stripe size的大小,请问stripe size是什么意思?

by linetsam88 - AIX - 2003-10-27 01:11:43 阅读(2124) 回复(3)