platform-ui-home/instrumentation/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (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 :     <p>
25 : nick 1.2 The current preview release (v1.0.1) contains:
26 :     <ul>
27 :     <li>The instrumentation framework.
28 :     <li>Data provider extensions for collecting info about:
29 :     <ul>
30 :     <li>preference settings
31 :     <li>perspective layout
32 : nick 1.3 <li>menu and toolbar activation
33 : nick 1.2 </ul>
34 : nick 1.3 <li>Support for sending results to an FTP server.
35 :     <li>A report template generation wizard and template editor.
36 : nick 1.2 <li>An example instrumentation extension, which collects these data
37 :     and sends them to a folder in the local filesystem.
38 : nick 1.1 </p>
39 :     <p>
40 : nick 1.2 </ul>
41 :     For more details, see the readme.txt and whatsnew.txt files in the download,
42 :     as well as the schemata for the dataProviders and instrumentation extension points
43 : nick 1.1 (in HTML form in the doc directory).
44 :     <p/>
45 :     </td>
46 :     </tr>
47 :     <tr>
48 :     <td align=right valign=top width="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16
49 :     alt="List title arrow"></td>
50 :     <td width="98%"> <b>Releases</b>
51 :     <p>
52 :     <ul>
53 : nick 1.2 <li><a href="releases/v1.0.1/instrumentation_v1.0.1.zip">Instrumentation SDK 1.0.1 (preview)</a></li>
54 : nick 1.1 </ul>
55 :     </p>
56 :     </td>
57 :     </tr>
58 :     </table>
59 :     </body>
60 :     </html>