|
1 =============================================================================== |
|
2 |
|
3 RELEASE NOTES - LOAD GENERATOR v1.4.0 |
|
4 RELEASED 30th September 2009 |
|
5 |
|
6 SUPPORTS S60 3.0+ |
|
7 |
|
8 =============================================================================== |
|
9 |
|
10 Product Description: |
|
11 ==================== |
|
12 LoadGen is an S60 UI application that provides an easy way to generate load |
|
13 into a device. You can use LoadGen to simulate the behavior and possible |
|
14 problems of a device when put under a heavy load in actual usage scenarios. |
|
15 |
|
16 Main Features: |
|
17 ============== |
|
18 - Load types: |
|
19 - CPU load (yielding or blocking) |
|
20 - Memory eat (RAM and disks) |
|
21 - Phone calls |
|
22 - Network connection |
|
23 - Key press |
|
24 - SMS and MMS sending |
|
25 - Launching applications |
|
26 - Photo captures |
|
27 - Bluetooth device discovery |
|
28 - Touch UI pointer events |
|
29 - Each load type can be executed periodically (that is, idle time can be |
|
30 applied after each round) |
|
31 - Each started load will be run in a separate thread |
|
32 - Each load type can be paused/resumed and stopped |
|
33 |
|
34 =============================================================================== |
|
35 |
|
36 What's New in v1.4.0 |
|
37 ==================== |
|
38 - Feature: New load: Photo capture. |
|
39 - Feature: New load: Bluetooth actions. |
|
40 - Feature: New load: Pointer (touch ui) events. |
|
41 |
|
42 =============================================================================== |
|
43 |
|
44 Installation Notes: |
|
45 =================== |
|
46 LoadGen is typically preinstalled on ROM. If not, it can be added to the |
|
47 ROM with the .iby file. Alternatively, the .sis file can be found under the sis- |
|
48 directory, but the user need to sign it with their own developer certificate. |
|
49 In Nokia R&D environment, you can use directly the R&D-signed .sis file under the |
|
50 internal\sis directory. |
|
51 |
|
52 When signing with own developer certificate, the following capabilities are |
|
53 needed: |
|
54 NetworkServices |
|
55 SwEvent |
|
56 ReadUserData |
|
57 WriteUserData |
|
58 |
|
59 When builing LoadGen against S60 3.0 or 3.1, you may need to patch your SDK |
|
60 environment first with some fixes. For more information, please refer to the |
|
61 instructions under the "envpatcher" directory. |
|
62 |
|
63 =============================================================================== |
|
64 |
|
65 System Requirements: |
|
66 ==================== |
|
67 Basic Requirements: |
|
68 - Any S60 3.x device or emulator environment |
|
69 |
|
70 =============================================================================== |
|
71 |
|
72 Compatibility Issues: |
|
73 ===================== |
|
74 N/A |
|
75 |
|
76 =============================================================================== |
|
77 |
|
78 Known Issues: |
|
79 ============= |
|
80 - Launched applications are not always terminated by LoadGen. This occurs with |
|
81 applications that are waiting for user input. |
|
82 |
|
83 =============================================================================== |
|
84 |
|
85 Version History: |
|
86 ================ |
|
87 |
|
88 Version 1.3.0 - 30th June 2009 |
|
89 ============================== |
|
90 - Feature: SMP support: CPU can be selected for CPU load. |
|
91 |
|
92 Version 1.2.1 - 6th March 2009 |
|
93 ============================== |
|
94 - Fix: Messages load crashes Load Generator |
|
95 |
|
96 Version 1.2.0 - 20th February 2009 |
|
97 ================================== |
|
98 - Feature: New load: application launch |
|
99 - Fix: LoadGen crashes when changing the Type of CPU load |
|
100 |
|
101 Version 1.1.0 - 12th December 2008 |
|
102 ================================== |
|
103 - Feature: SMS and MMS messages can be sent |
|
104 - Fix: It was not possible to eat more memory than 2GB |
|
105 |
|
106 Version 1.0.1 - 18th March 2008 |
|
107 =============================== |
|
108 - Fix: It was possible to edit source type for existing memory eat item |
|
109 - Fix: Thread priority was not changed when editing existing item |
|
110 - Fix: Memory eat did not work properly or caused crash in some cases |
|
111 - Fix: Editing existing memory eat replaced values with default values |
|
112 - Fix: Memory about queries did not have any check for maximum value |
|
113 - Fix: Stopping a crashed load crashed the whole application |
|
114 |
|
115 |
|
116 Version 1.0.0 - 6th March 2008 |
|
117 ------------------------------ |
|
118 - Initial version |
|
119 |
|
120 =============================================================================== |
|
121 |
|
122 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
123 All rights reserved. |
|
124 |
|
125 This component and the accompanying materials are made available |
|
126 under the terms of "Eclipse Public License v1.0" |
|
127 which accompanies this distribution, and is available |
|
128 at the URL "http://www.eclipse.org/legal/epl-v10.html". |