platform-ui-home/instrumentation/index.html

Parent Directory Parent Directory | Revision Log Revision Log


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

1 : nick 1.1 <html>
2 :     <head>
3 :     <title>Eclipse Instrumentation Framework</title>
4 :     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 :     <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css">
6 :     </head>
7 :    
8 :     <body bgcolor="#FFFFFF" text="#000000">
9 :    
10 :     <table border=0 cellspacing=5 cellpadding=2 width="100%" >
11 :     <tr>
12 :     <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">
13 :     Eclipse Instrumentation Framework</font></b></td>
14 :     </tr>
15 :     <tr>
16 :     <td align=right valign=top width="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16
17 :     alt="List title arrow"></td>
18 :     <td width="98%"> <b>Overview</b>
19 :     <p>
20 : nick 1.3 The Eclipse instrumentation framework allows developers, usability experts, or
21 :     other interested parties to collect information about how people are using
22 :     their Eclipse-based applications by sending back periodic reports to a central server.
23 : nick 1.1 </p>
24 : tod 1.6 <p> The current preview release (v1.0.4) contains:
25 : nick 1.2 <ul>
26 :     <li>The instrumentation framework.
27 :     <li>Data provider extensions for collecting info about:
28 :     <ul>
29 :     <li>preference settings
30 :     <li>perspective layout
31 : nick 1.3 <li>menu and toolbar activation
32 : nick 1.2 </ul>
33 : nick 1.3 <li>Support for sending results to an FTP server.
34 :     <li>A report template generation wizard and template editor.
35 : nick 1.2 <li>An example instrumentation extension, which collects these data
36 :     and sends them to a folder in the local filesystem.
37 : nick 1.1 </p>
38 :     <p>
39 : nick 1.2 </ul>
40 :     For more details, see the readme.txt and whatsnew.txt files in the download,
41 :     as well as the schemata for the dataProviders and instrumentation extension points
42 : nick 1.1 (in HTML form in the doc directory).
43 : tod 1.6 <p/>&nbsp;&nbsp;&nbsp;&nbsp;
44 : nick 1.1 </td>
45 :     </tr>
46 :     <tr>
47 :     <td align=right valign=top width="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16
48 :     alt="List title arrow"></td>
49 :     <td width="98%"> <b>Releases</b>
50 :     <p>
51 :     <ul>
52 : nick 1.7 <li><a href="releases/1.0.4/instrumentation_v1.0.4.zip">Instrumentation
53 : tod 1.6 SDK 1.0.4 (Eclipse 3.0 only)</a></li>
54 : tod 1.4 <li><a href="releases/v1.0.1/instrumentation_v1.0.1.zip">Instrumentation
55 :     SDK 1.0.1 (preview)</a> </li>
56 : nick 1.1 </ul>
57 :     </p>
58 :     </td>
59 :     </tr>
60 :     </table>
61 :     </body>
62 :     </html>