23.07.2014 Views

Lustre 1.6 Operations Manual

Lustre 1.6 Operations Manual

Lustre 1.6 Operations Manual

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

19.4.3.3 Batch and Test<br />

This section lists lst batch and test commands.<br />

add_batch NAME<br />

The default batch (named “batch”) is created when the session is started. However,<br />

the user can specify a batch name by using add_batch:<br />

$ lst add_batch bulkperf<br />

add_test --batch BATCH [--loop #] [--concurrency #] [--distribute #:#]<br />

from GROUP --to GROUP TEST ...<br />

Adds a test to batch. For now, TEST can be brw and ping:<br />

–-loop #<br />

–-concurrency #<br />

–-from GROUP<br />

–-to GROUP<br />

–-distribute #:#<br />

Loop count of the test.<br />

Concurrency of the test.<br />

The source group (test client).<br />

The target group (test server).<br />

The distribution of nodes in clients and servers. The first number of<br />

distribute is a subset of client (count of nodes in the “from” group). The<br />

second number of distribute is a subset of server (count of nodes in the<br />

“to” group); only nodes in two correlative subsets will talk. The following<br />

examples are illustrative:<br />

Clients: (C1, C2, C3, C4, C5, C6)<br />

Server: (S1, S2, S3)<br />

--distribute 1:1<br />

(C1->S1), (C2->S2), (C3->S3), (C4->S1), (C5->S2), (C6->S3) \<br />

/* -> means test conversation */<br />

--distribute 2:1<br />

(C1,C2->S1), (C3,C4->S2), (C5,C6->S3)<br />

--distribute 3:1<br />

(C1,C2,C3->S1), (C4,C5,C6->S2), (NULL->S3)<br />

--distribute 3:2<br />

(C1,C2,C3->S1,S2), (C4,C5,C6->S3,S1)<br />

--distribute 4:1<br />

(C1,C2,C3,C4->S1), (C5,C6->S2), (NULL->S3)<br />

--distribute 4:2<br />

(C1,C2,C3,C4->S1,S2), (C5, C6->S3, S1)<br />

--distribute 6:3<br />

(C1,C2,C3,C4,C5,C6->S1,S2,S3)<br />

Chapter 19 <strong>Lustre</strong> I/O Kit 19-25

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!