JetStressUI WinForm application takes Jet database operation mix, e.g. 17 inserts, 68 replaces, 5 deletes, and 90 lazy commits (those number are percentages and the rest 10% is for additionally seeking records since deletes and replaces also have seeks as part of them).
Then, it checks the following error and warning conditions:
JetStressInterop (which is JetStress engine library) has the following Jet database operations:
If the user selected suppress tuning and used the default Jet database operation mix, JetStressInterop.log will have the following:
18:26:35 --- JetInteropRun with record size 100018:26:35 --- Thread0: 17% of operations will be inserts18:26:35 --- Thread0: 68% of operations will be replaces18:26:35 --- Thread0: 5% of operations will be deletes18:26:35 --- Thread0: 10% of operations will be seeks --- [HMLee] This is 100% - (17% + 68% + 5%).18:26:35 --- Thread0: 90% of commits will be lazy --- [HMLee] 90% of the time, JetStress will useJetCommitTransaction (sesid, JET_bitCommitLazyFlush).
This posting is provided "AS IS" with no warranties, and confers no rights.