Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
kvalobs:kvoss:system:qc2:test:perf [2010-08-18 23:40:10] paule created |
kvalobs:kvoss:system:qc2:test:perf [2022-05-31 09:29:32] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== QC2-PERF ====== | ====== QC2-PERF ====== | ||
| - | This is the first account | + | Performance monitoring for Qc2 with interaction with Qc1. |
| + | |||
| + | ====== Strategy ====== | ||
| + | |||
| + | The algorithm " | ||
| + | |||
| + | The following images just give screenshots | ||
| + | |||
| + | **SUMMARY: | ||
| + | |||
| + | This is not a sophisticated analysis of performance but a first look that can be built on if required. | ||
| + | |||
| + | The tests were performed on dev-vm116. | ||
| + | |||
| + | ====== Observations ====== | ||
| + | |||
| + | **Key** | ||
| + | |||
| + | {{kvalobs: | ||
| + | |||
| + | Please click images to enlarge. | ||
| + | |||
| + | **Only kvQabased** | ||
| + | |||
| + | {{kvalobs: | ||
| + | |||
| + | **Only kvqc2** | ||
| + | |||
| + | {{kvalobs: | ||
| + | |||
| + | **Running together: typical performance** | ||
| + | |||
| + | {{kvalobs: | ||
| + | |||
| + | **kvqc2 briefly noses ahead** | ||
| + | |||
| + | {{kvalobs: | ||
| + | |||
| + | **For reference** | ||
| + | {{kvalobs: | ||
| + | |||
| + | Simple script employed: | ||
| + | < | ||
| + | # | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | | ||
| + | | ||
| + | echo $XkvQAB | ||
| + | echo $Xkvqc2 | ||
| + | while true | ||
| + | do | ||
| + | | ||
| + | | ||
| + | |||
| + | | ||
| + | | ||
| + | |||
| + | | ||
| + | | ||
| + | |||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | echo $Xtime $Xdate $Xvm %CPU\/%MEM kvqc2: $kvqc2CPU \/ $kvqc2MEM kvQabased: $QACPU \/ $QAMEM | ||
| + | sleep 1 | ||
| + | done | ||
| + | </ | ||