- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I have the proprietary driver which I run on Win 2008 Server and on Win 2012 Server. When the Que-depth is increased from 64 to 256 there is no reduction in performance on Win 2008 but reduces considerably on Win 2012. Vtune analysis on both systems give prettymuch the same results.
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
What are the symptoms of reduced performance?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
When the Que-depth is 64 the driver performs about 720K I/Os per second
and when Que depth is increased to 256 there is a reduction to 620K I/Os per second
Vtune indicated some functions which is taking time,even after ixing them it is still performing bad.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
At the beginning try to double check driver performance with Xperf.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I am using IOMeter , But shall try with Xperf
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Xperf will give you a call stack info also.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Is there a good Xpef tuorial you would want to suggest , The ones I am looking into are not all that helpful
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
It is related to USB performance measurement, but it give some info about the commands and switches of Xperf and Logman.
http://msdn.microsoft.com/en-us/library/windows/hardware/jj151571(v=vs.85).aspx
http://www.osronline.com/article.cfm?article=554
http://blogs.msdn.com/b/ntdebugging/archive/2008/04/03/windows-performance-toolkit-xperf.aspx
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
BTW, have you tried General Exploration analysis in VTune? It may highlight some HW issues (look to red cells).
iliyapolak, can you please share your thoughts which useful XPerf features are missing in VTune?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I think that Xperf models or measures betters Win OS environment and its interaction with the software,although it is not probably the main purpose of the VTune.
For example time CPU spent in DPC routine.
