SCSI contrller的几种类型的区别
在VMware vSphere Web Client中, 可以为虚拟机添加一个新的SCSI controller, 选项中包含如下的类型, 那么他们有什么区别呢? 如何选择呢?
BusLogic Parallel
VMware平台上最早的vSCSI controller之一. 最早版本的Windows默认就有它的驱动, 使得安装特定版本windows时会比较容易. 性能跟LSI Logic驱动没法比, 因为Windows驱动中的Queue Depth被限制为了1, 所以一般都会加载LSI Logic驱动作为替代. 虽然还在, 还可用(Windows 2000), 但是可以被认为是老古董了.
LSI Logic Parallel
这是VMware平台上的另一个最早的vSCSI controller了. 大多数操作系统都有支持32的queue depth的驱动. 这是一个非常平常的选择, 但还不是默认选项.
LSI Logic SAS
这是一个支持面向未来的标准的一个并行驱动的进化版本. 微软要求Windows 2008或更新的版本中的MCSC必须使用LSI Logic SAS.
VMware Parevirtual (也叫PVSCSI)
这个vSCSI controller是能感知virtualization的, 并且是被设计来使用极小的处理成本来支持非常高吞吐量的. 所以说它是最高效的驱动.
性能上的区别呢?
=====================
- PVSCSI and LSI Logic Parallel/SAS are essentially the same when it comes to overall performance capability. PVSCSI, however, is more efficient in the number of host compute cycles that are required to process the same number of IOPS. This means that if you have a very storage IO intensive virtual machine, this is the controller to choose to ensure you save as many cpu cycles as possible that can then be used by the application or host. Most modern operating systems that can drive high IO support one of these two controllers.
- Here’s a detailed whitepaper that takes a closer look at PVSCSI vs LSI Logic SAS for IOPS, Latency and Cost. While it does support that PVSCSI is more capable, keep in mind most customers are not producing 1 million IOPS so for real life the difference is negligible.
来源
======================
Which vSCSI controller should I choose for performance?
http://blogs.vmware.com/vsphere/2014/02/vscsi-controller-choose-performance.html
Achieving a Million I/O Operations per Second from a Single VMware vSphere 5.0 Host
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· 上周热点回顾(3.3-3.9)
· winform 绘制太阳,地球,月球 运作规律
2011-08-11 Lync Phone设置的一个小窍门
2010-08-11 如何在WinDBG里获得关于命令的帮助?
2010-08-11 如何从WinDBG命令行得知当前抓取的dump属于什么进程?
2010-08-11 如何在WinDBG里保存运行过的命令的历史记录?
2010-08-11 如何在global.asax中执行跳转