Sign In
Exchange Pre-Deployment Testing
(for sharing hands-on experience in trustworthy computing)
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Blog Home
Share this
RSS for posts
Atom
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Jetstress
LoadGen
Unspecified
Archive
Archives
August 2007
(1)
May 2007
(3)
April 2007
(2)
March 2007
(7)
February 2007
(1)
January 2007
(3)
June 2006
(1)
March 2006
(5)
February 2006
(3)
January 2006
(2)
December 2005
(3)
October 2005
(3)
September 2005
(1)
August 2005
(2)
July 2005
(4)
Q: 20 ms latency is hardcoded?
MSDN Blogs
>
Exchange Pre-Deployment Testing
>
Q: 20 ms latency is hardcoded?
Q: 20 ms latency is hardcoded?
MSDNArchive
15 Jan 2007 2:25 PM
Comments
2
A: There are two sets of latency thresholds defined in the Jetstress xml configuration file: One is strict for a test short than or equal to 6 hours. The other is lenient for a test longer than 6 hours (it is also called a stress test).
Excerped from Jetstress chm help file --- Enables you to specify the period for performance sample gathering. If you specify less than or equal to six hours, the resulting performance log will contain six hours of performance samples. The performance test becomes a stress test when the duration is longer than six hours so that it uses a lenient set of the disk I/O latency thresholds.
The latency thresholds for Exchange 2003 still apply for Exchange 2007.
http://blogs.msdn.com/hmlee/archive/2005/07/23/442116.aspx
Editing these thresholds is undocumented. I guess that it is ONLY available for some corner cases.
- <Thresholds Name="Strict">
<AverageDatabaseReadLatency>20</AverageDatabaseReadLatency>
<MaximumDatabaseReadLatency>50</MaximumDatabaseReadLatency>
<AverageLogWriteLatency>10</AverageLogWriteLatency>
<MaximumLogWriteLatency>50</MaximumLogWriteLatency>
</Thresholds>
- <Thresholds Name="Lenient" TestRunTypes="Stress">
<AverageDatabaseReadLatency>20</AverageDatabaseReadLatency>
<MaximumDatabaseReadLatency>100</MaximumDatabaseReadLatency>
<AverageLogWriteLatency>10</AverageLogWriteLatency>
<MaximumLogWriteLatency>100</MaximumLogWriteLatency>
</Thresholds>
CAUTION
: They are editable through the xml configuration file.
You have to use an extra CAUTION in editing thresholds,
since using big thresholds can break down your hardware.
Hyungmin Lee [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
2 Comments
Jetstress
Blog - Comment List MSDN TechNet
Loading...