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

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: 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..22006f446085a0b11dcd3c29c6a57075bbdea2e7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9193,6 +9193,146 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Platform.DiskUsage.HighUserCount.Cache_Avg" units="KB">
Alexei Svitkine (slow) 2013/07/23 19:49:04 You can make these less verbose by using a fieldtr
Denis Kuznetsov (DE-MUC) 2013/07/24 14:13:41 I could not find ProfilePictureDownload using chro
+ <summary>
+ Average size of user's Cache directory. Device has more than 6 users. Logged
+ once a day, if disk usage is high.
+ </summary>
+</histogram>
+
+<histogram name="Platform.DiskUsage.HighUserCount.Cache_Max" units="KB">
+ <summary>
+ Maximum size of user's Cache directory. Device has more than 6 users. Logged
+ once a day, if disk usage is high.
+ </summary>
+</histogram>
+
+<histogram name="Platform.DiskUsage.HighUserCount.Downloads_Avg" units="KB">
+ <summary>
+ Average size of user's Cache directory. Device has more than 6 users. Logged
+ once a day, if disk usage is high.
+ </summary>
+</histogram>
+
+<histogram name="Platform.DiskUsage.HighUserCount.Downloads_Max" units="KB">
+ <summary>
+ Maximum size of user's Cache directory. Device has more than 6 users. Logged
+ once a day, if disk usage is high.
+ </summary>
+</histogram>
+
+<histogram name="Platform.DiskUsage.HighUserCount.GCache_Avg" units="KB">
+ <summary>
+ Average size of user's GCache directory. Device has more than 6 users.
+ Logged once a day, if disk usage is high.
+ </summary>
+</histogram>
+
+<histogram name="Platform.DiskUsage.HighUserCount.GCache_Max" units="KB">
+ <summary>
+ Maximum size of user's GCache directory. Device has more than 6 users.
+ Logged once a day, if disk usage is high.
+ </summary>
+</histogram>
+
+<histogram name="Platform.DiskUsage.LowUserCount.Cache_Avg" units="KB">
+ <summary>
+ Average size of user's Cache directory. Device has 1 to 3 users. Logged once
+ a day, if disk usage is high.
+ </summary>
+</histogram>
+
+<histogram name="Platform.DiskUsage.LowUserCount.Cache_Max" units="KB">
+ <summary>
+ Maximum size of user's Cache directory. Device has 1 to 3 users. Logged once
+ a day, if disk usage is high.
+ </summary>
+</histogram>
+
+<histogram name="Platform.DiskUsage.LowUserCount.Downloads_Avg" units="KB">
+ <summary>
+ Average size of user's Cache directory. Device has 1 to 3 users. Logged once
+ a day, if disk usage is high.
+ </summary>
+</histogram>
+
+<histogram name="Platform.DiskUsage.LowUserCount.Downloads_Max" units="KB">
+ <summary>
+ Maximum size of user's Cache directory. Device has 1 to 3 users. Logged once
+ a day, if disk usage is high.
+ </summary>
+</histogram>
+
+<histogram name="Platform.DiskUsage.LowUserCount.GCache_Avg" units="KB">
+ <summary>
+ Average size of user's GCache directory. Device has 1 to 3 users. Logged
+ once a day, if disk usage is high.
+ </summary>
+</histogram>
+
+<histogram name="Platform.DiskUsage.LowUserCount.GCache_Max" units="KB">
+ <summary>
+ Maximum size of user's GCache directory. Device has 1 to 3 users. Logged
+ once a day, if disk usage is high.
+ </summary>
+</histogram>
+
+<histogram name="Platform.DiskUsage.MediumUserCount.Cache_Avg" units="KB">
+ <summary>
+ Average size of user's Cache directory. Device has 4 to 6 users. Logged once
+ a day, if disk usage is high.
+ </summary>
+</histogram>
+
+<histogram name="Platform.DiskUsage.MediumUserCount.Cache_Max" units="KB">
+ <summary>
+ Maximum size of user's Cache directory. Device has 4 to 6 users. Logged once
+ a day, if disk usage is high.
+ </summary>
+</histogram>
+
+<histogram name="Platform.DiskUsage.MediumUserCount.Downloads_Avg" units="KB">
+ <summary>
+ Average size of user's Cache directory. Device has 4 to 6 users. Logged once
+ a day, if disk usage is high.
+ </summary>
+</histogram>
+
+<histogram name="Platform.DiskUsage.MediumUserCount.Downloads_Max" units="KB">
+ <summary>
+ Maximum size of user's Cache directory. Device has 4 to 6 users. Logged once
+ a day, if disk usage is high.
+ </summary>
+</histogram>
+
+<histogram name="Platform.DiskUsage.MediumUserCount.GCache_Avg" units="KB">
+ <summary>
+ Average size of user's GCache directory. Device has 4 to 6 users. Logged
+ once a day, if disk usage is high.
+ </summary>
+</histogram>
+
+<histogram name="Platform.DiskUsage.MediumUserCount.GCache_Max" units="KB">
+ <summary>
+ Maximum size of user's GCache directory. Device has 4 to 6 users. 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>
« 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