일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Nexenta
- perltidy
- 펄 코딩스타일
- PERL
- Openfiler
- CVSROOT 세팅
- tomcat
- 시그널
- 펄
- 포기해버린꿈
- OCFS2
- connection tunning
- 오라클
- 가상파일시스템
- 리눅스
- LVS
- ext4
- ext3
- pgbench
- mailfiler
- clustering
- inotify
- Replication
- php-oracle 연동
- 파일시스템
- postfix
- pgpool-ii
- pgsql
- ZFS
- pvfs
Archives
- Today
- Total
avicom의 신변잡기
setting up openfiler 본문
openfiler iscsi
Storage export 절차 (/dev/sdb를 분할해서 export 할 경우)
openfiler 작업
- System - Network Setup - Network Access Configuration 에서 네트웍 ACL 설정
type은 share로 선택
- block device 분할
volumes - Block Devices - Edit Disk - /dev/sdb - 하단의 Create a partition in /dev/sdb 항목에서 파티션 분할
Mode - Primary, Partition Type - Physical volume 선택 1 실린더 당 7.84MB로 계산하여 용량 분할 (100G 분할할 경우 1 ~ 13054 실린더 값 입력. 파티션 타입은 GPT임)
- 볼륨 그룹 생성
Physical Volume을 대상으로 POOL을 구성하여 논리적 볼륨 생성
Volumes - Volume Groups - Create a new volume group 항목에서 볼륨 그룹의 이름을 정하고 필요한 파티션 선택
여기서 생성한 볼륨 그룹은 Volume Group Management 에서 관리. Physical volume을 추가하거나,볼륨 그룹을 삭제할 수 있음
- 볼륨 그룹에서 실제 볼륨 생성
Volumes - Add Volume - Select Volume Group 에서 할당할 볼륨 그룹 선택
Block storage statistics for volume group 에서 Volume Name, Volume Description, Required Space, Filesystem / Volume type 을 지정한 후 생성
Filesystem / Volume type은 iscsi로 선택 후 할당해야함
- iscsi target 생성
Volumes - iSCSI Targets - Target Configuration 에서 임의로 생성된 Target IQN add
Volumes - iSCSI Targets - LUN Mapping 에서 생성된 볼륨을 mapping. R/W mode - write-back, Transfer Mode - blockio 선택
Volumes - iSCSI Targets - LUN Mapping 에서 생성된 볼륨을 mapping. R/W mode - write-back, Transfer Mode - blockio 선택
- Volumes - iSCSI Targets - Network ACL에 0번 항목에서 설정한 Network ACL 이름이 나오는데 Access 를 allow로 선택하고 update.
client 작업
- iscsi discovery
[root@lustre-001 ~]# iscsiadm -m discovery -t sendtargets -p 192.168.100.78
192.168.100.78:3260,1 iqn.2006-01.com.openfiler:tsn.1fbb8f587783
- node 추가
[root@lustre-001 ~]# iscsiadm -m node -Tiqn.2006-01.com.openfiler:tsn.1fbb8f587783 -p 192.168.100.78 -l
Logging in to [iface: default, target: iqn.2006-01.com.openfiler:tsn.1fbb8f587783, portal: 192.168.100.78,3260]
Login to [iface: default, target: iqn.2006-01.com.openfiler:tsn.1fbb8f587783, portal: 192.168.100.78,3260]: successful
- disk 추가 확인
node 추가 전
[root@lustre-001 ~]# fdisk -l
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 25 200781 83 Linux
/dev/sda2 26 1242 9775552+ 83 Linux
/dev/sda3 1243 1486 1959930 82 Linux swap / Solaris
/dev/sda4 1487 12186 85947750 5 Extended
/dev/sda5 1487 2703 9775521 83 Linux
/dev/sda6 2704 5743 24418768+ 83 Linux
/dev/sda7 5744 12186 51753366 83 Linux
Disk /dev/sdb: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 2433 19543041 83 Linux
/dev/sdb2 2434 7297 39070080 83 Linux
/dev/sdb3 7298 12161 39070080 83 Linux
/dev/sdb4 12162 17025 39070080 5 Extended
/dev/sdb5 12162 17025 39070048+ 83 Linux
node 추가 후
[root@lustre-001 ~]# fdisk -l
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 25 200781 83 Linux
/dev/sda2 26 1242 9775552+ 83 Linux
/dev/sda3 1243 1486 1959930 82 Linux swap / Solaris
/dev/sda4 1487 12186 85947750 5 Extended
/dev/sda5 1487 2703 9775521 83 Linux
/dev/sda6 2704 5743 24418768+ 83 Linux
/dev/sda7 5744 12186 51753366 83 Linux
Disk /dev/sdb: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 2433 19543041 83 Linux
/dev/sdb2 2434 7297 39070080 83 Linux
/dev/sdb3 7298 12161 39070080 83 Linux
/dev/sdb4 12162 17025 39070080 5 Extended
/dev/sdb5 12162 17025 39070048+ 83 Linux
Disk /dev/sdc: 214.6 GB, 214681255936 bytes
255 heads, 63 sectors/track, 26100 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/sdc doesn't contain a valid partition table
/var/log/messages 로그
Aug 26 10:09:03 lustre-001 kernel: scsi6 : iSCSI Initiator over TCP/IP
Aug 26 10:09:04 lustre-001 kernel: Vendor: OPNFILER Model: VIRTUAL-DISK Rev: 0
Aug 26 10:09:04 lustre-001 kernel: Type: Direct-Access ANSI SCSI revision: 04
Aug 26 10:09:04 lustre-001 kernel: SCSI device sdc: 419299328 512-byte hdwr sectors (214681 MB)
Aug 26 10:09:04 lustre-001 kernel: sdc: Write Protect is off
Aug 26 10:09:04 lustre-001 kernel: SCSI device sdc: drive cache: none
Aug 26 10:09:04 lustre-001 kernel: SCSI device sdc: 419299328 512-byte hdwr sectors (214681 MB)
Aug 26 10:09:04 lustre-001 kernel: sdc: Write Protect is off
Aug 26 10:09:04 lustre-001 kernel: SCSI device sdc: drive cache: none
Aug 26 10:09:04 lustre-001 kernel: sdc: unknown partition table
Aug 26 10:09:04 lustre-001 kernel: sd 6:0:0:0: Attached scsi disk sdc
Aug 26 10:09:04 lustre-001 kernel: sd 6:0:0:0: Attached scsi generic sg2 type 0
- 파티션 분할 및 포맷후 사용
IO 테스트 (pgbench)
iscsi
- test1
bin/pgbench -U postgres -S -c 100 -t 10000 postgres
starting vacuum...end.
transaction type: SELECT only
scaling factor: 1
query mode: simple
number of clients: 100
number of transactions per client: 10000
number of transactions actually processed: 1000000/1000000
tps = 8661.488327 (including connections establishing)
tps = 8691.618960 (excluding connections establishing)
- test2
bin/pgbench -U postgres -S -c 100 -t 10000 postgres
starting vacuum...end.
transaction type: SELECT only
scaling factor: 1
query mode: simple
number of clients: 100
number of transactions per client: 10000
number of transactions actually processed: 1000000/1000000
tps = 8963.002884 (including connections establishing)
tps = 8994.341911 (excluding connections establishing)
bin/pgbench -U postgres -c 100 -t 10000 postgres
localdisk
- test1
bin/pgbench -U postgres -S -c 100 -t 10000 postgres
starting vacuum...end.
transaction type: SELECT only
scaling factor: 1
query mode: simple
number of clients: 100
number of transactions per client: 10000
number of transactions actually processed: 1000000/1000000
tps = 9150.995358 (including connections establishing)
tps = 9180.986335 (excluding connections establishing)
- test2
bin/pgbench -U postgres -S -c 100 -t 10000 postgres
starting vacuum...end.
transaction type: SELECT only
scaling factor: 1
query mode: simple
number of clients: 100
number of transactions per client: 10000
number of transactions actually processed: 1000000/1000000
tps = 8961.196665 (including connections establishing)
tps = 8989.607331 (excluding connections establishing)
openfier solaris client 설정 및 사용
iscsi 디바이스 생성
- iscsi target 검색
iscsiadm modify discovery --static enable
iscsiadm add static-config iqn.2006-01.com.openfiler:tsn.aad65adb2d9d,192.168.100.78:3260
root@openfiler-client:~# iscsiadm list discovery
Discovery:
Static: enabled
Send Targets: disabled
iSNS: disabled
root@openfiler-client:~# iscsiadm list target
Target: iqn.2006-01.com.openfiler:tsn.3755d1460247
Alias: -
TPGT: 1
ISID: 4000002a0000
Connections: 1
- iscsi device 생성
root@openfiler-client:/var/adm# devfsadm -i iscsi
- iscsi 디바이스 확인
root@openfiler-client:/var/adm# format < /dev/null
Searching for disks...
The device does not support mode page 3 or page 4,
or the reported geometry info is invalid.
WARNING: Disk geometry is based on capacity data.
The current rpm value 0 is invalid, adjusting it to 3600
done
c8t1d0: configured with capacity of 232.81GB
AVAILABLE DISK SELECTIONS:
0. c8t0d0 <DEFAULT cyl 30391 alt 2 hd 255 sec 63>
/pci@0,0/pci15d9,d880@1f,2/disk@0,0
1. c8t1d0 <ATA-WDCWD2500YS-18S-6C07 cyl 30392 alt 2 hd 255 sec 63>
/pci@0,0/pci15d9,d880@1f,2/disk@1,0
2. c9t4d0 <DEFAULT cyl 13345 alt 2 hd 255 sec 63>
/iscsi/disk@0000iqn.2006-01.com.openfiler%3Atsn.aad65adb2d9d0001,0
Specify disk (enter its number):
zfs pool 생성
zpool create iscsi_test c9t4d0
IO TEST
4G 복사 테스트
- local -> iscsi
time cp -a ./file_4G.data /iscsi_test/4G.data
real 0m55.455s
user 0m0.048s
sys 0m3.086s
0 80 90 724 44 0 0 0 0 0 0 44 354 73 0 20 0 80
0 80 80 643 50 0 0 0 0 0 0 68 545 64 1 16 0 83
0 79 79 629 47 0 0 0 0 0 0 63 505 69 0 18 0 82
0 81 82 655 49 0 0 0 0 0 0 62 495 71 0 15 0 85
0 80 81 650 49 0 0 0 0 0 0 66 528 66 0 16 0 84
0 79 98 787 43 0 0 0 0 0 0 63 544 57 1 25 0 74
0 80 105 839 42 0 0 0 0 0 0 71 564 62 0 19 0 81
0 80 105 838 42 0 0 0 0 0 0 70 562 62 0 19 0 81
0 81 108 866 40 0 0 0 0 0 0 69 553 63 0 18 0 82
0 80 102 814 43 0 0 0 0 0 0 70 559 63 0 19 0 81
0 80 96 769 44 0 0 0 0 0 0 66 559 54 0 24 0 75
tty sd1 sd2 sd3 sd4 cpu
tin tout Mps tps serv Mps tps serv Mps tps serv Mps tps serv us sy wt id
0 79 83 662 49 0 0 0 0 0 0 55 438 80 0 14 0 86
0 237 81 644 50 0 0 0 0 0 0 62 499 70 0 15 0 85
0 80 77 620 47 0 0 0 0 0 0 67 534 66 0 18 0 82
0 80 81 645 49 0 0 0 0 0 0 63 505 69 0 15 0 84
0 80 38 303 47 0 0 0 0 0 0 74 594 59 0 15 0 85
0 80 69 553 47 0 0 0 0 0 0 59 533 57 0 22 0 78
0 80 78 624 49 0 0 0 0 0 0 73 581 60 0 19 0 81
0 80 80 636 49 0 0 0 0 0 0 71 567 62 0 18 0 82
0 80 81 645 49 0 0 0 0 0 0 75 604 58 0 17 0 82
0 79 18 141 44 0 0 0 0 0 0 67 573 56 0 18 0 82
0 81 77 619 49 0 0 0 0 0 0 71 566 61 1 20 0 80
0 80 81 648 50 0 0 0 0 0 0 66 528 66 0 16 0 84
0 80 80 640 50 0 0 0 0 0 0 66 528 66 0 16 0 84
0 80 81 646 49 0 0 0 0 0 0 74 596 59 0 17 0 82
0 80 30 240 46 0 0 0 0 0 0 63 560 54 0 22 0 78
0 80 100 801 44 0 0 0 0 0 0 72 576 61 0 19 0 81
0 80 100 803 44 0 0 0 0 0 0 74 595 59 0 19 0 81
0 80 97 776 45 0 0 0 0 0 0 58 466 75 0 16 0 84
0 80 26 212 41 0 0 0 0 0 0 75 601 58 0 14 0 86
tty sd1 sd2 sd3 sd4 cpu
tin tout Mps tps serv Mps tps serv Mps tps serv Mps tps serv us sy wt id
0 80 32 256 47 0 0 0 0 0 0 58 501 62 0 18 0 82
0 236 78 628 49 0 0 0 0 0 0 70 558 62 0 19 0 81
0 80 81 649 49 0 0 0 0 0 0 64 510 69 0 16 0 84
0 80 80 641 50 0 0 0 0 0 0 71 569 61 0 17 0 83
0 80 79 631 50 0 0 0 0 0 0 74 596 59 0 18 0 82
0 80 5 44 25 0 0 0 0 0 0 67 572 54 0 21 0 79
0 80 77 615 51 0 0 0 0 0 0 66 526 67 0 16 0 84
0 80 79 634 50 0 0 0 0 0 0 72 575 61 0 18 0 82
0 80 78 625 51 0 0 0 0 0 0 66 529 66 0 15 0 84
0 80 79 630 50 0 0 0 0 0 0 62 499 70 0 15 0 85
0 75 33 262 45 0 0 0 0 0 0 66 556 58 0 19 0 80
0 86 73 583 50 0 0 0 0 0 0 69 549 63 0 20 0 80
0 80 79 632 50 0 0 0 0 0 0 72 579 60 0 17 0 83
0 80 79 629 50 0 0 0 0 0 0 73 581 60 0 17 0 83
0 80 80 642 50 0 0 0 0 0 0 67 534 66 0 16 0 84
0 80 14 113 42 0 0 0 0 0 0 68 578 54 0 19 0 80
0 80 78 622 50 0 0 0 0 0 0 66 530 66 0 18 0 82
0 79 79 635 50 0 0 0 0 0 0 70 558 63 0 17 0 83
0 80 79 630 50 0 0 0 0 0 0 72 578 61 0 17 0 83
tty sd1 sd2 sd3 sd4 cpu
tin tout Mps tps serv Mps tps serv Mps tps serv Mps tps serv us sy wt id
0 80 80 638 50 0 0 0 0 0 0 66 531 66 0 16 0 84
0 234 12 98 30 0 0 0 0 0 0 64 542 59 0 19 0 81
0 196 0 0 0 0 0 0 0 0 0 65 521 66 0 14 0 86
0 80 0 0 0 0 0 0 0 0 0 70 562 62 0 12 0 88
0 80 0 0 0 0 0 0 0 0 0 68 548 64 0 12 0 88
0 80 0 0 0 0 0 0 0 0 0 71 564 62 0 12 0 88
0 80 0 0 0 0 0 0 0 0 0 61 492 71 0 11 0 89
5 85 0 0 0 0 0 0 0 0 0 7 91 26 0 1 0 99
8 88 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100
2 84 0 0 0 0 0 0 0 0 0 8 65 88 0 8 0 92
0 80 0 0 0 0 0 0 0 0 0 71 571 61 0 12 0 88
0 80 0 0 0 0 0 0 0 0 0 67 533 66 0 12 0 88
0 80 0 0 0 0 0 0 0 0 0 71 572 61 0 13 0 87
0 80 0 0 0 0 0 0 0 0 0 70 557 63 0 12 0 88
0 138 0 0 0 0 0 0 0 0 0 48 419 57 0 8 0 92
- local -> local
time cp -a ./file_4G.data /root/4G.data
real 1m18.945s
user 0m0.044s
sys 0m2.754s
tty sd1 sd2 sd3 sd4 cpu
tin tout Mps tps serv Mps tps serv Mps tps serv Mps tps serv us sy wt id
1 83 49 394 50 0 0 0 0 0 0 0 0 0 0 6 0 94
0 80 99 796 44 0 0 0 0 0 0 0 0 0 0 6 0 94
0 80 102 817 43 0 0 0 0 0 0 0 0 0 0 5 0 94
0 80 80 651 43 0 0 0 0 0 0 0 0 0 0 18 0 82
0 80 82 656 53 0 0 0 0 0 0 0 0 0 0 1 0 99
0 80 85 678 52 0 0 0 0 0 0 0 0 0 0 1 0 98
0 80 72 579 60 0 0 0 0 0 0 0 0 0 0 0 0 100
0 82 80 644 54 0 0 0 0 0 0 0 0 0 0 1 0 99
0 80 88 708 49 0 0 0 0 0 0 0 0 0 0 3 0 97
0 80 93 766 44 0 0 0 0 0 0 0 0 0 0 5 0 95
0 80 90 722 44 0 0 0 0 0 0 0 0 0 0 5 0 94
0 80 84 682 49 0 0 0 0 0 0 0 0 0 0 10 0 90
0 80 71 568 62 0 0 0 0 0 0 0 0 0 0 1 0 99
0 80 74 595 59 0 0 0 0 0 0 0 0 0 0 1 0 99
0 80 70 563 62 0 0 0 0 0 0 0 0 0 0 1 0 99
0 80 70 563 62 0 0 0 0 0 0 0 0 0 0 1 0 99
tty sd1 sd2 sd3 sd4 cpu
tin tout Mps tps serv Mps tps serv Mps tps serv Mps tps serv us sy wt id
0 80 74 594 59 0 0 0 0 0 0 0 0 0 0 2 0 98
0 236 104 832 42 0 0 0 0 0 0 0 0 0 0 6 0 94
0 80 107 855 41 0 0 0 0 0 0 0 0 0 0 6 0 94
0 80 104 828 42 0 0 0 0 0 0 0 0 0 0 6 0 94
0 80 100 819 41 0 0 0 0 0 0 0 0 0 0 6 0 94
0 80 102 812 43 0 0 0 0 0 0 0 0 0 0 6 0 94
0 77 88 709 42 0 0 0 0 0 0 0 0 0 0 10 0 90
0 84 64 513 67 0 0 0 0 0 0 0 0 0 0 3 0 97
0 80 68 544 64 0 0 0 0 0 0 0 0 0 0 1 0 99
0 80 66 528 66 0 0 0 0 0 0 0 0 0 0 1 0 99
0 81 70 558 63 0 0 0 0 0 0 0 0 0 0 1 0 99
0 79 66 526 67 0 0 0 0 0 0 0 0 0 0 1 0 99
0 80 67 570 49 0 0 0 0 0 0 0 0 0 0 16 0 83
0 80 68 548 63 0 0 0 0 0 0 0 0 0 0 10 0 90
0 80 67 538 65 0 0 0 0 0 0 0 0 0 0 2 0 98
0 80 71 564 62 0 0 0 0 0 0 0 0 0 0 2 0 98
0 80 68 544 64 0 0 0 0 0 0 0 0 0 0 2 0 98
0 80 57 499 53 0 0 0 0 0 0 0 0 0 0 11 0 89
0 80 69 553 63 0 0 0 0 0 0 0 0 0 0 14 0 86
tty sd1 sd2 sd3 sd4 cpu
tin tout Mps tps serv Mps tps serv Mps tps serv Mps tps serv us sy wt id
0 80 77 615 57 0 0 0 0 0 0 0 0 0 0 1 0 99
0 238 71 566 62 0 0 0 0 0 0 0 0 0 0 1 0 99
0 79 71 572 61 0 0 0 0 0 0 0 0 0 0 1 0 99
0 81 81 648 54 0 0 0 0 0 0 0 0 0 0 3 0 97
0 80 99 790 44 0 0 0 0 0 0 0 0 0 0 4 0 96
0 80 62 540 52 0 0 0 0 0 0 0 0 0 0 8 0 92
0 80 69 555 63 0 0 0 0 0 0 0 0 0 0 1 0 98
0 80 64 512 68 0 0 0 0 0 0 0 0 0 0 0 0 100
0 81 68 545 64 0 0 0 0 0 0 0 0 0 0 1 0 99
0 80 70 557 63 0 0 0 0 0 0 0 0 0 0 1 0 99
0 80 97 798 42 0 0 0 0 0 0 0 0 0 0 7 0 93
0 80 100 803 44 0 0 0 0 0 0 0 0 0 1 5 0 94
0 80 95 764 44 0 0 0 0 0 0 0 0 0 0 4 0 96
0 80 74 598 51 0 0 0 0 0 0 0 0 0 0 8 0 92
0 80 80 643 54 0 0 0 0 0 0 0 0 0 0 1 0 99
0 80 69 552 63 0 0 0 0 0 0 0 0 0 0 1 0 99
0 80 82 656 53 0 0 0 0 0 0 0 0 0 0 1 0 99
0 80 91 730 48 0 0 0 0 0 0 0 0 0 0 5 0 95
0 79 97 776 45 0 0 0 0 0 0 0 0 0 0 5 0 94
tty sd1 sd2 sd3 sd4 cpu
tin tout Mps tps serv Mps tps serv Mps tps serv Mps tps serv us sy wt id
0 80 98 786 45 0 0 0 0 0 0 0 0 0 0 5 0 95
0 237 73 632 44 0 0 0 0 0 0 0 0 0 0 9 0 91
0 80 75 603 58 0 0 0 0 0 0 0 0 0 0 1 0 99
0 80 78 627 56 0 0 0 0 0 0 0 0 0 0 1 0 98
0 80 80 639 55 0 0 0 0 0 0 0 0 0 0 0 0 100
0 81 81 650 54 0 0 0 0 0 0 0 0 0 0 3 0 97
0 80 84 683 51 0 0 0 0 0 0 0 0 0 1 5 0 94
0 80 83 666 53 0 0 0 0 0 0 0 0 0 0 5 0 95
0 80 74 603 46 0 0 0 0 0 0 0 0 0 0 9 0 91
0 80 107 857 41 0 0 0 0 0 0 0 0 0 0 1 0 99
0 80 106 847 41 0 0 0 0 0 0 0 0 0 0 2 0 98
0 80 92 737 47 0 0 0 0 0 0 0 0 0 0 2 0 98
0 80 83 664 53 0 0 0 0 0 0 0 0 0 0 4 0 95
0 80 84 671 52 0 0 0 0 0 0 0 0 0 0 4 0 95
0 80 86 687 50 0 0 0 0 0 0 0 0 0 0 4 0 96
0 81 71 615 41 0 0 0 0 0 0 0 0 0 1 10 0 89
0 80 106 848 41 0 0 0 0 0 0 0 0 0 0 2 0 98
0 80 106 848 41 0 0 0 0 0 0 0 0 0 0 2 0 98
0 80 90 720 49 0 0 0 0 0 0 0 0 0 0 2 0 98
tty sd1 sd2 sd3 sd4 cpu
tin tout Mps tps serv Mps tps serv Mps tps serv Mps tps serv us sy wt id
0 80 86 686 51 0 0 0 0 0 0 0 0 0 0 5 0 95
0 235 84 675 52 0 0 0 0 0 0 0 0 0 0 4 0 96
0 80 74 652 40 0 0 0 0 0 0 0 0 0 0 9 0 91
0 80 106 850 41 0 0 0 0 0 0 0 0 0 0 1 0 99
0 80 106 852 41 0 0 0 0 0 0 0 0 0 0 1 0 99
0 80 90 722 48 0 0 0 0 0 0 0 0 0 0 4 0 96
0 80 85 682 51 0 0 0 0 0 0 0 0 0 0 5 0 95
0 80 84 675 52 0 0 0 0 0 0 0 0 0 0 4 0 96
0 194 84 709 39 0 0 0 0 0 0 0 0 0 0 7 0 93
0 80 108 862 41 0 0 0 0 0 0 0 0 0 0 1 0 99
0 79 84 716 39 0 0 0 0 0 0 0 0 0 0 1 0 99
bonnie++ 테스트
- iscsi + zfs
Version 1.03c ------Sequential Output------ --Sequential Input- --Random-
-Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP
openfiler-clien 16G 65742 70 68811 13 36221 8 62138 88 79692 6 407.8 0
------Sequential Create------ --------Random Create--------
-Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP
16 27567 99 +++++ +++ +++++ +++ 18224 99 +++++ +++ +++++ +++
openfiler-client.,16G,65742,70,68811,13,36221,8,62138,88,79692,6,407.8,0,16,27567,99,+++++,+++,+++++,+++,18224,99,+++++,+++,+++++,+++
- local
Version 1.03c ------Sequential Output------ --Sequential Input- --Random-
-Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP
openfiler-clien 16G 90322 88 101301 17 46944 9 74200 92 85566 6 567.4 1
------Sequential Create------ --------Random Create--------
-Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP
16 27071 99 +++++ +++ +++++ +++ 24057 99 +++++ +++ +++++ +++
openfiler-client,16G,90322,88,101301,17,46944,9,74200,92,85566,6,567.4,1,16,27071,99,+++++,+++,+++++,+++,24057,99,+++++,+++,+++++,+++