Changes between Version 7 and Version 8 of GPFS_Per_gpfsperf
- Timestamp:
- Feb 27, 2008, 3:17:13 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GPFS_Per_gpfsperf
v7 v8 23 23 == 1. 8 Nodes, Replicate, Adjust Parameters == 24 24 25 * Context: Create 16G data (sequence)25 * '''Context: Create 16G data (sequence)''' 26 26 {{{ 27 27 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf create seq /home/gpfs_mount/gpfsperf_16G -n 16g -r 1m … … 39 39 }}} 40 40 41 * Context: Read 16G data (sequence)41 * '''Context: Read 16G data (sequence)''' 42 42 {{{ 43 43 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf read seq /home/gpfs_mount/gpfsperf_16G -n 16g -r 1m … … 54 54 }}} 55 55 56 * Context: Write 16G data (sequence)56 * '''Context: Write 16G data (sequence)''' 57 57 {{{ 58 58 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf write seq /home/gpfs_mount/gpfsperf_16G -n 16g -r 1m … … 74 74 == 2. 8 Nodes, No Replicate, Adjust Parameters == 75 75 76 * Context: Create 16G data (sequence)76 * '''Context: Create 16G data (sequence)''' 77 77 {{{ 78 78 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf create seq /home/gpfs_mount/gpfsperf_16G_2 -n 16g -r 1m … … 90 90 }}} 91 91 92 * Context: Read 16G data (sequence)92 * '''Context: Read 16G data (sequence)''' 93 93 {{{ 94 94 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf read seq /home/gpfs_mount/gpfsperf_16G_2 -n 16g -r 1m … … 105 105 }}} 106 106 107 * Context: Write 16G data (sequence)107 * '''Context: Write 16G data (sequence)''' 108 108 {{{ 109 109 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf write seq /home/gpfs_mount/gpfsperf_16G_2 -n 16g -r 1m … … 126 126 === 3.1 Create Operation === 127 127 128 * Context: Create 16G data, 1 thread128 * '''Context: Create 16G data, 1 thread''' 129 129 {{{ 130 130 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf create seq /home/gpfs_mount/gpfsperf_16G_3 -n 16g -r 1m -th 1 … … 142 142 }}} 143 143 144 * Context: Create 16G data, 2 thread144 * '''Context: Create 16G data, 2 thread''' 145 145 {{{ 146 146 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf create seq /home/gpfs_mount/gpfsperf_16G_3 -n 16g -r 1m -th 2 … … 158 158 }}} 159 159 160 * Context: Create 16G data, 4 thread160 * '''Context: Create 16G data, 4 thread''' 161 161 {{{ 162 162 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf create seq /home/gpfs_mount/gpfsperf_16G_3 -n 16g -r 1m -th 4 … … 174 174 }}} 175 175 176 * Context: Create 16G data, 8 thread176 * '''Context: Create 16G data, 8 thread''' 177 177 {{{ 178 178 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf create seq /home/gpfs_mount/gpfsperf_16G_3 -n 16g -r 1m -th 8 … … 190 190 }}} 191 191 192 * Context: Create 16G data, 16 thread192 * '''Context: Create 16G data, 16 thread''' 193 193 {{{ 194 194 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf create seq /home/gpfs_mount/gpfsperf_16G_3 -n 16g -r 1m -th 16 … … 206 206 }}} 207 207 208 * Context: Create 16G data, 32 thread208 * '''Context: Create 16G data, 32 thread''' 209 209 {{{ 210 210 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf create seq /home/gpfs_mount/gpfsperf_16G_3 -n 16g -r 1m -th 32 … … 222 222 }}} 223 223 224 * Context: Create 16G data, 64 thread224 * '''Context: Create 16G data, 64 thread''' 225 225 {{{ 226 226 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf create seq /home/gpfs_mount/gpfsperf_16G_3 -n 16g -r 1m -th 64 … … 240 240 [[BR]] 241 241 === 3.2 Read Operation === 242 * Context: Read 16G data, 1 thread242 * '''Context: Read 16G data, 1 thread''' 243 243 {{{ 244 244 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf read seq /home/gpfs_mount/gpfsperf_16G_3 -r 1m -n 16g -th 1 … … 255 255 }}} 256 256 257 * Context: Read 16G data, 2 thread257 * '''Context: Read 16G data, 2 thread''' 258 258 {{{ 259 259 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf read seq /home/gpfs_mount/gpfsperf_16G_3 -r 1m -n 16g -th 2 … … 270 270 }}} 271 271 272 * Context: Read 16G data, 4 thread272 * '''Context: Read 16G data, 4 thread''' 273 273 {{{ 274 274 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf read seq /home/gpfs_mount/gpfsperf_16G_3 -r 1m -n 16g -th 4 … … 285 285 }}} 286 286 287 * Context: Read 16G data, 8 thread287 * '''Context: Read 16G data, 8 thread''' 288 288 {{{ 289 289 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf read seq /home/gpfs_mount/gpfsperf_16G_3 -r 1m -n 16g -th 8 … … 300 300 }}} 301 301 302 * Context: Read 16G data, 16 thread302 * '''Context: Read 16G data, 16 thread''' 303 303 {{{ 304 304 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf read seq /home/gpfs_mount/gpfsperf_16G_3 -r 1m -n 16g -th 16 … … 315 315 }}} 316 316 317 * Context: Read 16G data, 32 thread317 * '''Context: Read 16G data, 32 thread''' 318 318 {{{ 319 319 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf read seq /home/gpfs_mount/gpfsperf_16G_3 -r 1m -n 16g -th 32 … … 330 330 }}} 331 331 332 * Context: Read 16G data, 64 thread332 * '''Context: Read 16G data, 64 thread''' 333 333 {{{ 334 334 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf read seq /home/gpfs_mount/gpfsperf_16G_3 -r 1m -n 16g -th 64 … … 347 347 [[BR]] 348 348 === 3.3 Write Operation === 349 * Context: Write 16G data, 1 thread349 * '''Context: Write 16G data, 1 thread''' 350 350 {{{ 351 351 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf write seq /home/gpfs_mount/gpfsperf_16G_3 -r 1m -n 16g -th 1 … … 363 363 }}} 364 364 365 * Context: Write 16G data, 2 thread365 * '''Context: Write 16G data, 2 thread''' 366 366 {{{ 367 367 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf write seq /home/gpfs_mount/gpfsperf_16G_3 -r 1m -n 16g -th 2 … … 379 379 }}} 380 380 381 * Context: Write 16G data, 4 thread381 * '''Context: Write 16G data, 4 thread''' 382 382 {{{ 383 383 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf write seq /home/gpfs_mount/gpfsperf_16G_3 -r 1m -n 16g -th 4 … … 395 395 }}} 396 396 397 * Context: Write 16G data, 8 thread397 * '''Context: Write 16G data, 8 thread''' 398 398 {{{ 399 399 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf write seq /home/gpfs_mount/gpfsperf_16G_3 -r 1m -n 16g -th 8 … … 411 411 }}} 412 412 413 * Context: Write 16G data, 16 thread413 * '''Context: Write 16G data, 16 thread''' 414 414 {{{ 415 415 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf write seq /home/gpfs_mount/gpfsperf_16G_3 -r 1m -n 16g -th 16 … … 427 427 }}} 428 428 429 * Context: Write 16G data, 32 thread429 * '''Context: Write 16G data, 32 thread''' 430 430 {{{ 431 431 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf write seq /home/gpfs_mount/gpfsperf_16G_3 -r 1m -n 16g -th 32 … … 443 443 }}} 444 444 445 * Context: Write 16G data, 64 thread445 * '''Context: Write 16G data, 64 thread''' 446 446 {{{ 447 447 gpfs-server:/usr/lpp/mmfs/samples/perf# ./gpfsperf write seq /home/gpfs_mount/gpfsperf_16G_3 -r 1m -n 16g -th 64 … … 462 462 [[BR]] 463 463 == 4. Compare == 464 * All kind Operation (sequence)464 * '''All kind Operation (sequence)''' 465 465 466 466 || ||Replicate & Adjust Parameters ||No Replicate & Adjust Parameters|| … … 469 469 ||Write ||50898.76 KB/s ||108820.45 KB/s|| 470 470 471 * Multi-thread (sequence) (Replicate & Adjust Parameters)471 * '''Multi-thread (sequence) (Replicate & Adjust Parameters)''' 472 472 || || 1 || 2 || 4 || 8 || 16 || 32 || 64 || 473 473 ||Create||50800.95 KB/s ||50297.13 KB/s ||50848.45 KB/s ||50469.88 KB/s || 52578.33 KB/s ||53107.28 KB/s || 53019.53 KB/s||