assistance with interpreting autopilot results #802
-
|
hi, number of warehouses: 300 Client OS: Windows 11 Database OS: Linux |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Note that you can click on the legend below to show both NOPM and TPM individually. What you have generated is a performance profile and are showing the performance results for one system with a peak result of 60K NOPM on your 4 core database server. Now also do further tests at your peak result (25 Vusers) and enable metrics and/or time profiling and the transaction counter. You should see a level transaction count and stable CPU utilisation. (In the GUI start metrics and transaction count). Also view the AWR report that is generated for this run and look at the Oracle metrics as well. You can also do the same tests with a script in the CLI. Once you have this data do the same for your new system, generate a performance profile, drill down into collecting more data at peak performance and then compare the two. You will then have a comparison for your new upgraded Linux OS and be able to determine if everything is as you expect. |
Beta Was this translation helpful? Give feedback.


Note that you can click on the legend below to show both NOPM and TPM individually. What you have generated is a performance profile and are showing the performance results for one system with a peak result of 60K NOPM on your 4 core database server.
Now also do further tests at your peak result (25 Vusers) and enable metrics and/or time profiling and the transaction counter. You should see a level transaction count and stable CPU utilisation. (In the GUI start metrics and transaction count). Also view the AWR report that is generated for this run and look at the Oracle metrics as well. You can also do the same tests with a script in the CLI.
Once you have this data do the same for your n…