Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(557)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 19700006: Add new metrics descriptions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix final nits Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 3b58faabf4f253fd98bc20f55d0d22a595ac4cdf..45d036bb2fce7078d275d7662b5b054459399d2f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9193,6 +9193,62 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Platform.DiskUsage.Cache_Avg" units="KB">
+ <summary>
+ Average size of user's Cache directory. Logged once a day, if disk usage is
+ high.
+ </summary>
+</histogram>
+
+<histogram name="Platform.DiskUsage.Cache_Max" units="KB">
+ <summary>
+ Maximum size of user's Cache directory. Logged once a day, if disk usage is
+ high.
+ </summary>
+</histogram>
+
+<histogram name="Platform.DiskUsage.Downloads_Avg" units="KB">
+ <summary>
+ Average size of user's Cache directory. Logged once a day, if disk usage is
+ high.
+ </summary>
+</histogram>
+
+<histogram name="Platform.DiskUsage.Downloads_Max" units="KB">
+ <summary>
+ Maximum size of user's Cache directory. Logged once a day, if disk usage is
+ high.
+ </summary>
+</histogram>
+
+<histogram name="Platform.DiskUsage.GCache_Avg" units="KB">
+ <summary>
+ Average size of user's GCache directory. Logged once a day, if disk usage is
+ high.
+ </summary>
+</histogram>
+
+<histogram name="Platform.DiskUsage.GCache_Max" units="KB">
+ <summary>
+ Maximum size of user's GCache directory. Logged once a day, if disk usage is
+ high.
+ </summary>
+</histogram>
+
+<histogram name="Platform.DiskUsage.OldestUserOnDevice">
+ <summary>
+ Days since last login of the least recently user on device. Logged once a
+ day, if disk usage is high.
+ </summary>
+</histogram>
+
+<histogram name="Platform.DiskUsage.UsersOnDevice">
+ <summary>
+ Number of user home dirs on device. Logged once a day, if disk usage is
+ high.
+ </summary>
+</histogram>
+
<histogram name="Platform.DiskUsageCache" units="KB">
<summary>KB in use in the /cache filesystem tree. Logged once a day.</summary>
</histogram>
@@ -21655,6 +21711,22 @@ other types of suffix sets.
<affected-histogram name="Cros.ClickOnShelf"/>
</fieldtrial>
+<fieldtrial name="DiskUsagePerUserCount" separator=".">
+ <group name="1User" label="Only 1 user exists on device."/>
+ <group name="2Users" label="2 users exist on device."/>
+ <group name="3Users" label="3 users exist on device."/>
+ <group name="4Users" label="4 users exist on device."/>
+ <group name="5Users" label="5 users exist on device."/>
+ <group name="6Users" label="6 users exist on device."/>
+ <group name="7OrMoreUsers" label="7 or more users exist on device."/>
+ <affected-histogram name="Platform.DiskUsage.Cache_Avg"/>
+ <affected-histogram name="Platform.DiskUsage.Cache_Max"/>
+ <affected-histogram name="Platform.DiskUsage.Downloads_Avg"/>
+ <affected-histogram name="Platform.DiskUsage.Downloads_Max"/>
+ <affected-histogram name="Platform.DiskUsage.GCache_Avg"/>
+ <affected-histogram name="Platform.DiskUsage.GCache_Max"/>
+</fieldtrial>
+
<fieldtrial name="DnsImpact2">
<group name="disabled_prefetch"
label="DNS pre-resolving is disabled in these clients"/>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698