platform-ui-home/instrumentation/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (download) (as text) (annotate)
Sun Nov 16 18:28:12 2003 UTC (6 years ago) by nick
Branch: MAIN
Changes since 1.1: +16 -8 lines
1.0.1
<html>
<head>
<title>Eclipse Instrumentation Framework</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css">
</head>

<body bgcolor="#FFFFFF" text="#000000">

<table border=0 cellspacing=5 cellpadding=2 width="100%" >
  <tr> 
    <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica"> 
      Eclipse Instrumentation Framework</font></b></td>
  </tr>
  <tr> 
    <td align=right valign=top width="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16
    	alt="List title arrow"></td>
    <td width="98%"> <b>Overview</b> 
      <p>
      The instrumentation framework allows developers and usability experts to 
      collect information about how people are using their applications by 
      sending back periodic reports to a central server.
      </p>
      <p>
      The current preview release (v1.0.1) contains:
      <ul>
      <li>The instrumentation framework.
      <li>Data provider extensions for collecting info about:
        <ul>
        <li>preference settings
        <li>perspective layout
        <li>action usage
        </ul>
      <li>An example instrumentation extension, which collects these data
      and sends them to a folder in the local filesystem.
      <li>Support for sending results to an FTP server.
      </p>
      <p>
      </ul>
      For more details, see the readme.txt and whatsnew.txt files in the download, 
      as well as the schemata for the dataProviders and instrumentation extension points
      (in HTML form in the doc directory).
      <p/>
    </td>
  </tr>
  <tr> 
    <td align=right valign=top width="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16
    	alt="List title arrow"></td>
    <td width="98%"> <b>Releases</b>
      <p>
      <ul>
        <li><a href="releases/v1.0.1/instrumentation_v1.0.1.zip">Instrumentation SDK 1.0.1 (preview)</a></li>
      </ul>
      </p>
    </td>
  </tr>
</table>
</body>
</html>