platform-ui-home/instrumentation/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.12 - (view) (download) (as text)

1 : sxenos 1.9 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 : nick 1.1 <html>
3 :     <head>
4 : sxenos 1.9 <title>Eclipse Instrumentation Framework</title>
5 :     <meta http-equiv="Content-Type"
6 :     content="text/html; charset=iso-8859-1">
7 :     <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css"
8 :     type="text/css">
9 : nick 1.1 </head>
10 : sxenos 1.9 <body bgcolor="#ffffff" text="#000000">
11 :     <table border="0" cellpadding="2" cellspacing="5" width="100%">
12 :     <tbody>
13 :     <tr>
14 :     <td colspan="2" align="left" bgcolor="#0080c0" valign="top"><b><font
15 :     color="#ffffff" face="Arial,Helvetica"> Eclipse Instrumentation
16 :     Framework</font></b></td>
17 :     </tr>
18 :     <tr>
19 :     <td align="right" valign="top" width="2%"><img
20 :     src="http://dev.eclipse.org/images/Adarrow.gif" alt="List title arrow"
21 :     border="0" height="16" width="16"></td>
22 :     <td width="98%"> <b>Overview</b>
23 :     <p> The Eclipse instrumentation framework allows developers,
24 :     usability experts, or other interested parties to collect information
25 :     about how people are using their Eclipse-based applications by sending
26 :     back periodic reports to a central server. </p>
27 : sxenos 1.12 <p> The current preview release (v1.0.9) contains: </p>
28 : nick 1.2 <ul>
29 : sxenos 1.9 <li>The instrumentation framework. </li>
30 :     <li>Data provider extensions for collecting info about:
31 :     <ul>
32 :     <li>preference settings </li>
33 :     <li>perspective layout </li>
34 : sxenos 1.11 <li>menu and toolbar activation</li>
35 :     <li>timestamps for preference changes</li>
36 :     <li>usage counts for toolbars and menus<br>
37 :     </li>
38 : sxenos 1.9 </ul>
39 :     </li>
40 :     <li>Support for sending results to an FTP server. </li>
41 :     <li>An example instrumentation extension, which collects these
42 :     data and sends them to a folder in the local filesystem.
43 :     <p></p>
44 :     <p> </p>
45 :     </li>
46 : nick 1.2 </ul>
47 : sxenos 1.9 For more details, see the readme.txt and whatsnew.txt files in the
48 :     download, as well as the schemata for the dataProviders and
49 :     instrumentation extension points (in HTML form in the doc directory).
50 :     <p>&nbsp;&nbsp;&nbsp;&nbsp; </p>
51 :     </td>
52 :     </tr>
53 :     <tr>
54 :     <td align="right" valign="top" width="2%"><img
55 :     src="http://dev.eclipse.org/images/Adarrow.gif" alt="List title arrow"
56 :     border="0" height="16" width="16"></td>
57 :     <td width="98%"> <b>Releases</b>
58 :     <p> </p>
59 : nick 1.1 <ul>
60 : sxenos 1.12 <li><a href="releases/instrumentation_v1.0.9.zip">Instrumentation
61 :     SDK 1.0.9 (Eclipse 3.0.1 and 3.1)</a></li>
62 : sxenos 1.11 <li><a href="releases/1.0.7/instrumentation_v1.0.7.zip">Instrumentation
63 :     SDK 1.0.7 (Eclipse 3.0.1 and 3.1)</a></li>
64 : sxenos 1.9 <li><a href="releases/1.0.6/instrumentation_v1.0.6.zip">Instrumentation
65 : sxenos 1.10 SDK 1.0.6 (Eclipse 3.0.1 and 3.1 M2)</a></li>
66 : sxenos 1.9 <li><a href="releases/1.0.5/instrumentation_v1.0.5.zip">Instrumentation
67 : sxenos 1.10 SDK 1.0.5 (Eclipse 3.0 M7 only)</a></li>
68 : sxenos 1.9 <li><a href="releases/v1.0.1/instrumentation_v1.0.1.zip">Instrumentation
69 :     SDK 1.0.1 (preview)</a> </li>
70 : nick 1.1 </ul>
71 : sxenos 1.9 <p></p>
72 :     </td>
73 :     </tr>
74 :     </tbody>
75 : nick 1.1 </table>
76 :     </body>
77 :     </html>