carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/69/1/.cp/html/gettingstarted/what_data_is_collected.html
author cawthron
Fri, 04 Dec 2009 10:01:33 -0600
changeset 5 684bf18fdedf
permissions -rw-r--r--
add files for RCL_2_2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     2
<!--
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     3
/*******************************************************************************
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     4
 * Copyright (c) 2008 The Eclipse Foundation.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     5
 * All rights reserved. This program and the accompanying materials
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     6
 * are made available under the terms of the Eclipse Public License v1.0
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     7
 * which accompanies this distribution, and is available at
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     8
 * http://www.eclipse.org/legal/epl-v10.html
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     9
 * 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    10
 * Contributors:
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    11
 *    The Eclipse Foundation - initial API and implementation
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    12
 *******************************************************************************/
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    13
-->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    14
<html>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    15
<head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    16
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    17
	<title>Main Topic</title>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    18
	<link rel="stylesheet" type="text/css" href="PLUGINS_ROOT/PRODUCT_PLUGIN/book.css" media="screen" />
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    19
</head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    20
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    21
<body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    22
<h1>What Data is Collected?</h1>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    23
<p>Captured data is associated with a user through a combination of
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    24
workstation and workspace ids that are automatically generated by the
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    25
collector. This identification is not tied to any personal information
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    26
about the user.</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    27
<p>The usage data monitors what is being used and when (timestamp),
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    28
including:</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    29
<ol>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    30
	<li>Loaded bundles</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    31
	<li>Commands accessed via keyboard shortcuts</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    32
	<li>Actions invoked via menus or toolbars</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    33
	<li>Perspective changes</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    34
	<li>View usage</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    35
	<li>Editor usage</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    36
</ol>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    37
<p>Where possible, the usage data collector also capture the symbolic
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    38
name and version of the bundle contributing the
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    39
command/action/perspective/view/editor.</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    40
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    41
<p>The UDC also captures some basic information about the runtime environment:</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    42
<ul>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    43
	<li>Operating System</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    44
	<li>System Architecture</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    45
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    46
	<li>Window System</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    47
	<li>Locale</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    48
	<li>Number of processors available</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    49
	<li>And a number of system properties:
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    50
	<ul>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    51
		<li>java.runtime.name</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    52
		<li>java.runtime.version</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    53
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    54
		<li>java.specification.name</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    55
		<li>java.specification.vendor</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    56
		<li>java.specification.version</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    57
		<li>java.vendor</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    58
		<li>java.version</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    59
		<li>java.vm.info</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    60
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    61
		<li>java.vm.name</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    62
		<li>java.vm.specification.name</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    63
		<li>java.vm.specification.vendor</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    64
		<li>java.vm.specification.version</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    65
		<li>java.vm.vendor</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    66
		<li>java.vm.version</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    67
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    68
	</ul>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    69
	</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    70
</ul>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    71
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    72
<p>Note that none of these properties contain file paths or anything of a personal nature.</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    73
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    74
</body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    75
</html>