Windows 中有用于测试各种文件 I/O 的应用程序吗?

发布于 2024-09-24 09:22:30 字数 282 浏览 1 评论 0原文

我正在开发一个像 SMB 一样的网络重定向器。
我想测试各种文件 I/O 以比较 NTFS 或 SMB 实现。

我想测试的是

  • CreateFile
  • Read、WriteFile
  • DeleteFile
  • RenameFile
  • Set、GetFileInformationByHandle
  • 等。

如果它能测量每个I/O持续时间就更好了。

有我可以使用的程序吗?

I'm developing a network-redirector like SMB.
I want to test various file I/O to compare NTFS or SMB implementation.

What I want to test are,

  • CreateFile
  • Read, WriteFile
  • DeleteFile
  • RenameFile
  • Set, GetFileInformationByHandle
  • etc.

And it' would be better if it can measure each I/Os duration.

Is there a program I can use?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

靑春怀旧 2024-10-01 09:22:30

如果您正在开发文件系统驱动程序或使用某些重定向器驱动程序(我们的回调文件系统或替代方案),您可以使用 IFSTest 工具 用于检查您的实现的正确性。

If you are developing a file system driver or use some redirector driver (either our Callback File System or alternatives), you can use IFSTest tool to check your implementation for correctness.

铃予 2024-10-01 09:22:30

XPerf 将回答所有这些问题,让您了解文件级别和块级别的性能。查看有关该主题的 PDC09 视频,网址为 http://www.microsoftpdc.com/2009/CL16

XPerf will answer all of these questions, allowing you to see perf at both the file level and the block level. Check out the PDC09 video on the topic at http://www.microsoftpdc.com/2009/CL16

清音悠歌 2024-10-01 09:22:30

您可以使用 Microsoft 提供的文件服务器容量工具 (FSCT)。它可以让您针对支持 SMB 的文件服务器模拟典型的用户工作负载。该工具可以从单个客户端模拟多个用户,并最终将结果聚合到文本文件中。

您可以在 http://blogs.technet.com/b/josebda/archive/2009/09/16/file-server-capacity-tool-fsct -1-0-available-for-download.aspx

You can use the File Server Capacity Tool (FSCT) provided by Microsoft. It will let you simulate a typical user workload against a file server that supports SMB. The tool can simulate multiple users from a single client and aggregates the results into text files in the end.

You can get more information, including links to download and detailed presentations at http://blogs.technet.com/b/josebda/archive/2009/09/16/file-server-capacity-tool-fsct-1-0-available-for-download.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文