2012年10月15日 星期一

快速產生很多個測試用小檔案的方法

我們在進行測試 Stroage 時,為了測試小檔傳輸,我們經常會需要很多個小檔來進行測試(例如: 5000 個 1MB 的檔案),我們要如何快速產生這些測試用的小檔案呢 ?

答:使用 Windows 裡的 fsutil 工具。

方法如下:

1. 打開命令列視窗

2. 打入如下命令 For /L %i in (1,1,1000) do fsutil file createnew D%i.tmp 1048576

3. 這將會產生 1000 個大小 1MB 的檔案

4.用檔案總管驗證





資料來源:Howto: Generate many files of a particular size in Windows

沒有留言:

張貼留言