platform-ui-home/instrumentation/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.9 - (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 :     <p> The current preview release (v1.0.5) 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 :     <li>menu and toolbar activation </li>
35 :     </ul>
36 :     </li>
37 :     <li>Support for sending results to an FTP server. </li>
38 :     <li>A report template generation wizard and template editor. </li>
39 :     <li>An example instrumentation extension, which collects these
40 :     data and sends them to a folder in the local filesystem.
41 :     <p></p>
42 :     <p> </p>
43 :     </li>
44 : nick 1.2 </ul>
45 : sxenos 1.9 For more details, see the readme.txt and whatsnew.txt files in the
46 :     download, as well as the schemata for the dataProviders and
47 :     instrumentation extension points (in HTML form in the doc directory).
48 :     <p>&nbsp;&nbsp;&nbsp;&nbsp; </p>
49 :     </td>
50 :     </tr>
51 :     <tr>
52 :     <td align="right" valign="top" width="2%"><img
53 :     src="http://dev.eclipse.org/images/Adarrow.gif" alt="List title arrow"
54 :     border="0" height="16" width="16"></td>
55 :     <td width="98%"> <b>Releases</b>
56 :     <p> </p>
57 : nick 1.1 <ul>
58 : sxenos 1.9 <li><a href="releases/1.0.6/instrumentation_v1.0.6.zip">Instrumentation
59 :     SDK 1.0.6 (Eclipse 3.1 M2)</a></li>
60 :     <li><a href="releases/1.0.5/instrumentation_v1.0.5.zip">Instrumentation
61 :     SDK 1.0.5 (Eclipse 3.0 only)</a></li>
62 :     <li><a href="releases/v1.0.1/instrumentation_v1.0.1.zip">Instrumentation
63 :     SDK 1.0.1 (preview)</a> </li>
64 : nick 1.1 </ul>
65 : sxenos 1.9 <p></p>
66 :     </td>
67 :     </tr>
68 :     </tbody>
69 : nick 1.1 </table>
70 :     </body>
71 :     </html>