Commit 0bf879a2 authored by antrim@chromium.org's avatar antrim@chromium.org

Added LeastUsedAccountDays metric

BUG=204944
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/23462008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221686 0039d316-1c4b-4281-b951-d872f2087c98
parent b99139b1
...@@ -5277,6 +5277,13 @@ other types of suffix sets. ...@@ -5277,6 +5277,13 @@ other types of suffix sets.
<summary>Chrome OS login failure reason.</summary> <summary>Chrome OS login failure reason.</summary>
</histogram> </histogram>
<histogram name="Login.LeastUsedAccountDays" units="days">
<summary>
Chrome OS histogram that keeps track of the days since the least frequently
used account signed in. Reported on every boot and once a day after that.
</summary>
</histogram>
<histogram name="Login.PolicyFilesStatePerBoot" enum="LoginPolicyFilesState"> <histogram name="Login.PolicyFilesStatePerBoot" enum="LoginPolicyFilesState">
<summary>The state of Chrome OS owner key and device policy files.</summary> <summary>The state of Chrome OS owner key and device policy files.</summary>
</histogram> </histogram>
...@@ -10551,6 +10558,13 @@ other types of suffix sets. ...@@ -10551,6 +10558,13 @@ other types of suffix sets.
</summary> </summary>
</histogram> </histogram>
<histogram name="Platform.DiskUsage.LeastUsedAccountDays" units="days">
<summary>
Days since the least frequently used account signed in. Logged once a day,
if disk usage is high.
</summary>
</histogram>
<histogram name="Platform.DiskUsage.NumUserHomeDirectories" <histogram name="Platform.DiskUsage.NumUserHomeDirectories"
units="home directories"> units="home directories">
<summary> <summary>
...@@ -25883,6 +25897,7 @@ other types of suffix sets. ...@@ -25883,6 +25897,7 @@ other types of suffix sets.
<affected-histogram name="Platform.DiskUsage.Downloads_Max"/> <affected-histogram name="Platform.DiskUsage.Downloads_Max"/>
<affected-histogram name="Platform.DiskUsage.GCache_Avg"/> <affected-histogram name="Platform.DiskUsage.GCache_Avg"/>
<affected-histogram name="Platform.DiskUsage.GCache_Max"/> <affected-histogram name="Platform.DiskUsage.GCache_Max"/>
<affected-histogram name="Platform.DiskUsage.LeastUsedAccountDays"/>
</fieldtrial> </fieldtrial>
<fieldtrial name="DnsImpact2"> <fieldtrial name="DnsImpact2">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment