Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
kvalobs:kvoss:system:qc2:test:perf [2010-08-19 00:01:05] paule |
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 of performance | + | Performance |
====== Strategy ====== | ====== Strategy ====== | ||
- | The algorithm " | + | The algorithm " |
The following images just give screenshots of the performance monitoring tools (simple use of top and also vmstat and ps commands piping out to a file (the file is attached below)). | The following images just give screenshots of the performance monitoring tools (simple use of top and also vmstat and ps commands piping out to a file (the file is attached below)). | ||
- | **SUMMARY** While the system resources are used intensively by both processes, both processes continue to run and perform adequately. Note, the use of Qc2 in this high stress mode is not typical (current thinking at least). | + | **SUMMARY:** While the system resources are used intensively by both processes, both processes continue to run and perform adequately. Note, the use of Qc2 in this high stress mode is not typical (current thinking at least). |
This is not a sophisticated analysis of performance but a first look that can be built on if required. | 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 ====== | ====== 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: | ||
+ | < | ||
+ | #!/bin/bash | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | | ||
+ | | ||
+ | echo $XkvQAB | ||
+ | echo $Xkvqc2 | ||
+ | while true | ||
+ | do | ||
+ | | ||
+ | | ||
+ | |||
+ | | ||
+ | | ||
+ | |||
+ | | ||
+ | | ||
+ | |||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | echo $Xtime $Xdate $Xvm %CPU\/%MEM kvqc2: $kvqc2CPU \/ $kvqc2MEM kvQabased: $QACPU \/ $QAMEM | ||
+ | sleep 1 | ||
+ | done | ||
+ | </ |