Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
10台のサーバー名を含むCSVファイルがあります。スレッドグループのすべてのスレッドで10行全体を読み取りたい。
Thread 1 reads row1,row2....row 10 Thread 2 reads row1,row2....row 10
しかし、現在、私のテストスクリプトは次のようにファイルを読み取ります。
Thread 1 reads row1 Thread 2 reads row2 Thread 3 reads row3
2つのオプションがあります。
ドキュメントを読んで、どちらがあなたに適しているかを確認してください。