blob: 49e6d7058079b096b8c84298b9bcd4a5dd898580 [file] [log] [blame]
Darin Petkov65b01462010-04-14 13:32:20 -07001// Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
Luigi Semenzato4a6c9422014-06-30 18:12:28 -07005#ifndef METRICS_METRICS_DAEMON_H_
6#define METRICS_METRICS_DAEMON_H_
Darin Petkov65b01462010-04-14 13:32:20 -07007
Ben Chanf05ab402014-08-07 00:54:59 -07008#include <stdint.h>
9
Ken Mixter4c5daa42010-08-26 18:35:06 -070010#include <map>
Luigi Semenzato4a6c9422014-06-30 18:12:28 -070011#include <string>
12#include <vector>
Darin Petkov65b01462010-04-14 13:32:20 -070013
Ben Chan2e6543d2014-02-05 23:26:25 -080014#include <base/files/file_path.h>
Chris Masone817016a2011-05-12 14:14:48 -070015#include <base/memory/scoped_ptr.h>
Ben Chan2e6543d2014-02-05 23:26:25 -080016#include <base/time/time.h>
Steve Funge86591e2014-12-01 13:38:21 -080017#include <chromeos/daemons/dbus_daemon.h>
Darin Petkovf1e85e42010-06-10 15:59:53 -070018#include <gtest/gtest_prod.h> // for FRIEND_TEST
19
Luigi Semenzato4a6c9422014-06-30 18:12:28 -070020#include "metrics/metrics_library.h"
Bertrand SIMONNET4b915ae2015-07-28 15:38:14 -070021#include "persistent_integer.h"
Bertrand SIMONNET46b49da2014-06-25 14:38:07 -070022#include "uploader/upload_service.h"
Darin Petkovfc91b422010-05-12 13:05:45 -070023
Luigi Semenzato2fd51cc2014-02-26 11:53:16 -080024using chromeos_metrics::PersistentInteger;
Darin Petkov2ccef012010-05-05 16:06:37 -070025
Steve Funge86591e2014-12-01 13:38:21 -080026class MetricsDaemon : public chromeos::DBusDaemon {
Darin Petkov65b01462010-04-14 13:32:20 -070027 public:
Darin Petkovf1e85e42010-06-10 15:59:53 -070028 MetricsDaemon();
29 ~MetricsDaemon();
Darin Petkov65b01462010-04-14 13:32:20 -070030
Steve Funge86591e2014-12-01 13:38:21 -080031 // Initializes metrics class variables.
Bertrand SIMONNET46b49da2014-06-25 14:38:07 -070032 void Init(bool testing,
33 bool uploader_active,
34 MetricsLibraryInterface* metrics_lib,
Luigi Semenzatofb3a8212013-05-07 16:55:00 -070035 const std::string& vmstats_path,
36 const std::string& cpuinfo_max_freq_path,
Steve Fung67906c62014-10-06 15:15:30 -070037 const std::string& scaling_max_freq_path,
Bertrand SIMONNETcac74e12014-10-09 10:14:13 -070038 const base::TimeDelta& upload_interval,
Steve Fung67906c62014-10-06 15:15:30 -070039 const std::string& server,
Bertrand SIMONNET71a62ef2014-10-07 11:26:25 -070040 const std::string& metrics_file,
41 const std::string& config_root);
Darin Petkov11b8eb32010-05-18 11:00:59 -070042
Steve Funge86591e2014-12-01 13:38:21 -080043 // Initializes DBus and MessageLoop variables before running the MessageLoop.
44 int OnInit() override;
45
46 // Clean up data set up in OnInit before shutting down message loop.
47 void OnShutdown(int* return_code) override;
48
49 // Does all the work.
50 int Run() override;
Darin Petkov65b01462010-04-14 13:32:20 -070051
Bertrand SIMONNET46b49da2014-06-25 14:38:07 -070052 // Triggers an upload event and exit. (Used to test UploadService)
53 void RunUploaderTest();
54
Luigi Semenzato96360192014-06-04 10:53:35 -070055 protected:
56 // Used also by the unit tests.
57 static const char kComprDataSizeName[];
58 static const char kOrigDataSizeName[];
59 static const char kZeroPagesName[];
60
Darin Petkov65b01462010-04-14 13:32:20 -070061 private:
Darin Petkov2ccef012010-05-05 16:06:37 -070062 friend class MetricsDaemonTest;
Ken Mixterccd84c02010-08-16 19:57:13 -070063 FRIEND_TEST(MetricsDaemonTest, CheckSystemCrash);
Ken Mixter4c5daa42010-08-26 18:35:06 -070064 FRIEND_TEST(MetricsDaemonTest, ComputeEpochNoCurrent);
65 FRIEND_TEST(MetricsDaemonTest, ComputeEpochNoLast);
66 FRIEND_TEST(MetricsDaemonTest, GetHistogramPath);
67 FRIEND_TEST(MetricsDaemonTest, IsNewEpoch);
Darin Petkove579d662010-05-05 16:19:39 -070068 FRIEND_TEST(MetricsDaemonTest, MessageFilter);
Luigi Semenzato5bd764f2011-10-14 12:03:35 -070069 FRIEND_TEST(MetricsDaemonTest, ParseVmStats);
Darin Petkov38d5cb02010-06-24 12:10:26 -070070 FRIEND_TEST(MetricsDaemonTest, ProcessKernelCrash);
Luigi Semenzato29c7ef92011-04-12 14:12:35 -070071 FRIEND_TEST(MetricsDaemonTest, ProcessMeminfo);
72 FRIEND_TEST(MetricsDaemonTest, ProcessMeminfo2);
Ken Mixterccd84c02010-08-16 19:57:13 -070073 FRIEND_TEST(MetricsDaemonTest, ProcessUncleanShutdown);
Darin Petkov1bb904e2010-06-16 15:58:06 -070074 FRIEND_TEST(MetricsDaemonTest, ProcessUserCrash);
Ken Mixterccd84c02010-08-16 19:57:13 -070075 FRIEND_TEST(MetricsDaemonTest, ReportCrashesDailyFrequency);
Luigi Semenzatofb3a8212013-05-07 16:55:00 -070076 FRIEND_TEST(MetricsDaemonTest, ReadFreqToInt);
Luigi Semenzatoc88e42d2011-02-17 10:21:16 -080077 FRIEND_TEST(MetricsDaemonTest, ReportDiskStats);
Ken Mixterccd84c02010-08-16 19:57:13 -070078 FRIEND_TEST(MetricsDaemonTest, ReportKernelCrashInterval);
79 FRIEND_TEST(MetricsDaemonTest, ReportUncleanShutdownInterval);
80 FRIEND_TEST(MetricsDaemonTest, ReportUserCrashInterval);
Luigi Semenzato2fd51cc2014-02-26 11:53:16 -080081 FRIEND_TEST(MetricsDaemonTest, SendSample);
Luigi Semenzatofb3a8212013-05-07 16:55:00 -070082 FRIEND_TEST(MetricsDaemonTest, SendCpuThrottleMetrics);
Luigi Semenzato96360192014-06-04 10:53:35 -070083 FRIEND_TEST(MetricsDaemonTest, SendZramMetrics);
Darin Petkov41e06232010-05-03 16:45:37 -070084
Luigi Semenzatoc88e42d2011-02-17 10:21:16 -080085 // State for disk stats collector callback.
Luigi Semenzato5bd764f2011-10-14 12:03:35 -070086 enum StatsState {
87 kStatsShort, // short wait before short interval collection
88 kStatsLong, // final wait before new collection
Luigi Semenzatoc88e42d2011-02-17 10:21:16 -080089 };
90
Darin Petkov41e06232010-05-03 16:45:37 -070091 // Data record for aggregating daily usage.
92 class UseRecord {
93 public:
94 UseRecord() : day_(0), seconds_(0) {}
95 int day_;
96 int seconds_;
97 };
98
Luigi Semenzato3ccca062013-02-04 19:50:45 -080099 // Type of scale to use for meminfo histograms. For most of them we use
100 // percent of total RAM, but for some we use absolute numbers, usually in
101 // megabytes, on a log scale from 0 to 4000, and 0 to 8000 for compressed
102 // swap (since it can be larger than total RAM).
Luigi Semenzato942cbab2013-02-12 13:17:07 -0800103 enum MeminfoOp {
104 kMeminfoOp_HistPercent = 0,
105 kMeminfoOp_HistLog,
106 kMeminfoOp_SwapTotal,
107 kMeminfoOp_SwapFree,
Luigi Semenzato3ccca062013-02-04 19:50:45 -0800108 };
109
Luigi Semenzato8accd332011-05-17 16:37:18 -0700110 // Record for retrieving and reporting values from /proc/meminfo.
111 struct MeminfoRecord {
Luigi Semenzato3ccca062013-02-04 19:50:45 -0800112 const char* name; // print name
113 const char* match; // string to match in output of /proc/meminfo
Luigi Semenzato942cbab2013-02-12 13:17:07 -0800114 MeminfoOp op; // histogram scale selector, or other operator
Luigi Semenzato3ccca062013-02-04 19:50:45 -0800115 int value; // value from /proc/meminfo
Luigi Semenzato8accd332011-05-17 16:37:18 -0700116 };
117
Sonny Rao4b8aebb2013-07-31 23:18:31 -0700118 // Record for retrieving and reporting values from /proc/vmstat
119 struct VmstatRecord {
120 uint64_t page_faults_; // major faults
121 uint64_t swap_in_; // pages swapped in
122 uint64_t swap_out_; // pages swapped out
123 };
124
Darin Petkov2ccef012010-05-05 16:06:37 -0700125 // Metric parameters.
Luigi Semenzatoc88e42d2011-02-17 10:21:16 -0800126 static const char kMetricReadSectorsLongName[];
127 static const char kMetricReadSectorsShortName[];
128 static const char kMetricWriteSectorsLongName[];
129 static const char kMetricWriteSectorsShortName[];
Luigi Semenzato5bd764f2011-10-14 12:03:35 -0700130 static const char kMetricPageFaultsShortName[];
131 static const char kMetricPageFaultsLongName[];
Sonny Rao4b8aebb2013-07-31 23:18:31 -0700132 static const char kMetricSwapInLongName[];
133 static const char kMetricSwapInShortName[];
134 static const char kMetricSwapOutLongName[];
135 static const char kMetricSwapOutShortName[];
Luigi Semenzatofb3a8212013-05-07 16:55:00 -0700136 static const char kMetricScaledCpuFrequencyName[];
Luigi Semenzato5bd764f2011-10-14 12:03:35 -0700137 static const int kMetricStatsShortInterval;
138 static const int kMetricStatsLongInterval;
Luigi Semenzato29c7ef92011-04-12 14:12:35 -0700139 static const int kMetricMeminfoInterval;
Luigi Semenzatoc88e42d2011-02-17 10:21:16 -0800140 static const int kMetricSectorsIOMax;
141 static const int kMetricSectorsBuckets;
Luigi Semenzato5bd764f2011-10-14 12:03:35 -0700142 static const int kMetricPageFaultsMax;
143 static const int kMetricPageFaultsBuckets;
Luigi Semenzatoc88e42d2011-02-17 10:21:16 -0800144 static const char kMetricsDiskStatsPath[];
Luigi Semenzato5bd764f2011-10-14 12:03:35 -0700145 static const char kMetricsVmStatsPath[];
Luigi Semenzatoba0c65d2014-03-17 12:28:38 -0700146 static const char kMetricsProcStatFileName[];
147 static const int kMetricsProcStatFirstLineItemsCount;
Darin Petkov2ccef012010-05-05 16:06:37 -0700148
Luigi Semenzato8accd332011-05-17 16:37:18 -0700149 // Returns the active time since boot (uptime minus sleep time) in seconds.
150 double GetActiveTime();
151
Darin Petkov703ec972010-04-27 11:02:18 -0700152 // D-Bus filter callback.
153 static DBusHandlerResult MessageFilter(DBusConnection* connection,
154 DBusMessage* message,
155 void* user_data);
Darin Petkov65b01462010-04-14 13:32:20 -0700156
Darin Petkov41e06232010-05-03 16:45:37 -0700157 // Updates the daily usage file, if necessary, by adding |seconds|
158 // of active use to the |day| since Epoch. If there's usage data for
159 // day in the past in the usage file, that data is sent to UMA and
160 // removed from the file. If there's already usage data for |day| in
161 // the usage file, the |seconds| are accumulated.
162 void LogDailyUseRecord(int day, int seconds);
163
Darin Petkov1bb904e2010-06-16 15:58:06 -0700164 // Updates the active use time and logs time between user-space
165 // process crashes.
166 void ProcessUserCrash();
167
Darin Petkov38d5cb02010-06-24 12:10:26 -0700168 // Updates the active use time and logs time between kernel crashes.
169 void ProcessKernelCrash();
170
Ken Mixterccd84c02010-08-16 19:57:13 -0700171 // Updates the active use time and logs time between unclean shutdowns.
172 void ProcessUncleanShutdown();
173
174 // Checks if a kernel crash has been detected and returns true if
175 // so. The method assumes that a kernel crash has happened if
176 // |crash_file| exists. It removes the file immediately if it
177 // exists, so it must not be called more than once.
178 bool CheckSystemCrash(const std::string& crash_file);
Darin Petkov38d5cb02010-06-24 12:10:26 -0700179
Darin Petkov11b8eb32010-05-18 11:00:59 -0700180 // Sends a regular (exponential) histogram sample to Chrome for
181 // transport to UMA. See MetricsLibrary::SendToUMA in
182 // metrics_library.h for a description of the arguments.
Luigi Semenzato2fd51cc2014-02-26 11:53:16 -0800183 void SendSample(const std::string& name, int sample,
Darin Petkov11b8eb32010-05-18 11:00:59 -0700184 int min, int max, int nbuckets);
Darin Petkov65b01462010-04-14 13:32:20 -0700185
Luigi Semenzato29c7ef92011-04-12 14:12:35 -0700186 // Sends a linear histogram sample to Chrome for transport to UMA. See
187 // MetricsLibrary::SendToUMA in metrics_library.h for a description of the
188 // arguments.
Luigi Semenzato2fd51cc2014-02-26 11:53:16 -0800189 void SendLinearSample(const std::string& name, int sample,
Luigi Semenzato29c7ef92011-04-12 14:12:35 -0700190 int max, int nbuckets);
191
Luigi Semenzatoba0c65d2014-03-17 12:28:38 -0700192 // Sends various cumulative kernel crash-related stats, for instance the
193 // total number of kernel crashes since the last version update.
Luigi Semenzatoe5883fa2014-04-18 17:00:35 -0700194 void SendKernelCrashesCumulativeCountStats();
Luigi Semenzatoba0c65d2014-03-17 12:28:38 -0700195
196 // Returns the total (system-wide) CPU usage between the time of the most
197 // recent call to this function and now.
198 base::TimeDelta GetIncrementalCpuUse();
Luigi Semenzato2fd51cc2014-02-26 11:53:16 -0800199
Luigi Semenzatoe5883fa2014-04-18 17:00:35 -0700200 // Sends a sample representing the number of seconds of active use
201 // for a 24-hour period.
202 void SendDailyUseSample(const scoped_ptr<PersistentInteger>& use);
203
Luigi Semenzato2fd51cc2014-02-26 11:53:16 -0800204 // Sends a sample representing a time interval between two crashes of the
205 // same type.
206 void SendCrashIntervalSample(const scoped_ptr<PersistentInteger>& interval);
207
208 // Sends a sample representing a frequency of crashes of some type.
209 void SendCrashFrequencySample(const scoped_ptr<PersistentInteger>& frequency);
210
Luigi Semenzato5bd764f2011-10-14 12:03:35 -0700211 // Initializes vm and disk stats reporting.
212 void StatsReporterInit();
Luigi Semenzatoc88e42d2011-02-17 10:21:16 -0800213
Luigi Semenzato5bd764f2011-10-14 12:03:35 -0700214 // Schedules a callback for the next vm and disk stats collection.
215 void ScheduleStatsCallback(int wait);
Luigi Semenzatoc88e42d2011-02-17 10:21:16 -0800216
Luigi Semenzato5bd764f2011-10-14 12:03:35 -0700217 // Reads cumulative disk statistics from sysfs. Returns true for success.
Ben Chanf05ab402014-08-07 00:54:59 -0700218 bool DiskStatsReadStats(uint64_t* read_sectors, uint64_t* write_sectors);
Luigi Semenzatoc88e42d2011-02-17 10:21:16 -0800219
Luigi Semenzato5bd764f2011-10-14 12:03:35 -0700220 // Reads cumulative vm statistics from procfs. Returns true for success.
Sonny Rao4b8aebb2013-07-31 23:18:31 -0700221 bool VmStatsReadStats(struct VmstatRecord* stats);
Luigi Semenzatoc88e42d2011-02-17 10:21:16 -0800222
Luigi Semenzato5bd764f2011-10-14 12:03:35 -0700223 // Parse cumulative vm statistics from a C string. Returns true for success.
Sonny Rao4b8aebb2013-07-31 23:18:31 -0700224 bool VmStatsParseStats(const char* stats, struct VmstatRecord* record);
Luigi Semenzato5bd764f2011-10-14 12:03:35 -0700225
Luigi Semenzato5bd764f2011-10-14 12:03:35 -0700226 // Reports disk and vm statistics.
227 void StatsCallback();
Luigi Semenzatoc88e42d2011-02-17 10:21:16 -0800228
Luigi Semenzato29c7ef92011-04-12 14:12:35 -0700229 // Schedules meminfo collection callback.
230 void ScheduleMeminfoCallback(int wait);
231
Steve Funge86591e2014-12-01 13:38:21 -0800232 // Reports memory statistics. Reschedules callback on success.
233 void MeminfoCallback(base::TimeDelta wait);
Luigi Semenzato29c7ef92011-04-12 14:12:35 -0700234
235 // Parses content of /proc/meminfo and sends fields of interest to UMA.
Luigi Semenzato8accd332011-05-17 16:37:18 -0700236 // Returns false on errors. |meminfo_raw| contains the content of
237 // /proc/meminfo.
Luigi Semenzato5bd764f2011-10-14 12:03:35 -0700238 bool ProcessMeminfo(const std::string& meminfo_raw);
Luigi Semenzato8accd332011-05-17 16:37:18 -0700239
240 // Parses meminfo data from |meminfo_raw|. |fields| is a vector containing
241 // the fields of interest. The order of the fields must be the same in which
242 // /proc/meminfo prints them. The result of parsing fields[i] is placed in
243 // fields[i].value.
Luigi Semenzato5bd764f2011-10-14 12:03:35 -0700244 bool FillMeminfo(const std::string& meminfo_raw,
245 std::vector<MeminfoRecord>* fields);
Luigi Semenzato8accd332011-05-17 16:37:18 -0700246
Luigi Semenzato0d9a9c92013-12-05 15:55:12 -0800247 // Schedule a memory use callback in |interval| seconds.
248 void ScheduleMemuseCallback(double interval);
Luigi Semenzato8accd332011-05-17 16:37:18 -0700249
Luigi Semenzato8accd332011-05-17 16:37:18 -0700250 // Calls MemuseCallbackWork, and possibly schedules next callback, if enough
251 // active time has passed. Otherwise reschedules itself to simulate active
252 // time callbacks (i.e. wall clock time minus sleep time).
253 void MemuseCallback();
254
255 // Reads /proc/meminfo and sends total anonymous memory usage to UMA.
Luigi Semenzato5bd764f2011-10-14 12:03:35 -0700256 bool MemuseCallbackWork();
Luigi Semenzato8accd332011-05-17 16:37:18 -0700257
Luigi Semenzatofb3a8212013-05-07 16:55:00 -0700258 // Parses meminfo data and sends it to UMA.
Luigi Semenzato5bd764f2011-10-14 12:03:35 -0700259 bool ProcessMemuse(const std::string& meminfo_raw);
Luigi Semenzato29c7ef92011-04-12 14:12:35 -0700260
Luigi Semenzatofb3a8212013-05-07 16:55:00 -0700261 // Sends stats for thermal CPU throttling.
262 void SendCpuThrottleMetrics();
263
264 // Reads an integer CPU frequency value from sysfs.
265 bool ReadFreqToInt(const std::string& sysfs_file_name, int* value);
266
Luigi Semenzato859b3f02014-02-05 15:33:19 -0800267 // Reads the current OS version from /etc/lsb-release and hashes it
268 // to a unsigned 32-bit int.
Ben Chanf05ab402014-08-07 00:54:59 -0700269 uint32_t GetOsVersionHash();
Luigi Semenzato859b3f02014-02-05 15:33:19 -0800270
Daniel Eratc83975a2014-04-04 08:53:44 -0700271 // Updates stats, additionally sending them to UMA if enough time has elapsed
272 // since the last report.
273 void UpdateStats(base::TimeTicks now_ticks, base::Time now_wall_time);
274
275 // Invoked periodically by |update_stats_timeout_id_| to call UpdateStats().
Steve Funge86591e2014-12-01 13:38:21 -0800276 void HandleUpdateStatsTimeout();
Daniel Eratc83975a2014-04-04 08:53:44 -0700277
Luigi Semenzato96360192014-06-04 10:53:35 -0700278 // Reports zram statistics.
279 bool ReportZram(const base::FilePath& zram_dir);
280
Ben Chanf05ab402014-08-07 00:54:59 -0700281 // Reads a string from a file and converts it to uint64_t.
282 static bool ReadFileToUint64(const base::FilePath& path, uint64_t* value);
Luigi Semenzato96360192014-06-04 10:53:35 -0700283
284 // VARIABLES
285
Darin Petkov2ccef012010-05-05 16:06:37 -0700286 // Test mode.
Darin Petkov41e06232010-05-03 16:45:37 -0700287 bool testing_;
Darin Petkov65b01462010-04-14 13:32:20 -0700288
Steve Funge86591e2014-12-01 13:38:21 -0800289 // Whether the uploader is enabled or disabled.
290 bool uploader_active_;
291
Bertrand SIMONNET71a62ef2014-10-07 11:26:25 -0700292 // Root of the configuration files to use.
293 std::string config_root_;
294
Darin Petkovfc91b422010-05-12 13:05:45 -0700295 // The metrics library handle.
296 MetricsLibraryInterface* metrics_lib_;
297
Darin Petkovf27f0362010-06-04 13:14:19 -0700298 // Timestamps last network state update. This timestamp is used to
299 // sample the time from the network going online to going offline so
300 // TimeTicks ensures a monotonically increasing TimeDelta.
301 base::TimeTicks network_state_last_;
Darin Petkov65b01462010-04-14 13:32:20 -0700302
Daniel Eratc83975a2014-04-04 08:53:44 -0700303 // The last time that UpdateStats() was called.
304 base::TimeTicks last_update_stats_time_;
Darin Petkov41e06232010-05-03 16:45:37 -0700305
Luigi Semenzato0d9a9c92013-12-05 15:55:12 -0800306 // End time of current memuse stat collection interval.
307 double memuse_final_time_;
Luigi Semenzato8accd332011-05-17 16:37:18 -0700308
309 // Selects the wait time for the next memory use callback.
310 unsigned int memuse_interval_index_;
311
Luigi Semenzato5bd764f2011-10-14 12:03:35 -0700312 // Contain the most recent disk and vm cumulative stats.
Ben Chanf05ab402014-08-07 00:54:59 -0700313 uint64_t read_sectors_;
314 uint64_t write_sectors_;
Sonny Rao4b8aebb2013-07-31 23:18:31 -0700315 struct VmstatRecord vmstats_;
Luigi Semenzatoc88e42d2011-02-17 10:21:16 -0800316
Luigi Semenzato5bd764f2011-10-14 12:03:35 -0700317 StatsState stats_state_;
318 double stats_initial_time_;
319
Luigi Semenzatoba0c65d2014-03-17 12:28:38 -0700320 // The system "HZ", or frequency of ticks. Some system data uses ticks as a
321 // unit, and this is used to convert to standard time units.
Ben Chanf05ab402014-08-07 00:54:59 -0700322 uint32_t ticks_per_second_;
Luigi Semenzatoba0c65d2014-03-17 12:28:38 -0700323 // Used internally by GetIncrementalCpuUse() to return the CPU utilization
324 // between calls.
Ben Chanf05ab402014-08-07 00:54:59 -0700325 uint64_t latest_cpu_use_ticks_;
Luigi Semenzatoba0c65d2014-03-17 12:28:38 -0700326
327 // Persistent values and accumulators for crash statistics.
Luigi Semenzato2fd51cc2014-02-26 11:53:16 -0800328 scoped_ptr<PersistentInteger> daily_cycle_;
329 scoped_ptr<PersistentInteger> weekly_cycle_;
330 scoped_ptr<PersistentInteger> version_cycle_;
331
Luigi Semenzatoe5883fa2014-04-18 17:00:35 -0700332 // Active use accumulated in a day.
333 scoped_ptr<PersistentInteger> daily_active_use_;
334 // Active use accumulated since the latest version update.
335 scoped_ptr<PersistentInteger> version_cumulative_active_use_;
Luigi Semenzato2fd51cc2014-02-26 11:53:16 -0800336
Luigi Semenzatoba0c65d2014-03-17 12:28:38 -0700337 // The CPU time accumulator. This contains the CPU time, in milliseconds,
338 // used by the system since the most recent OS version update.
339 scoped_ptr<PersistentInteger> version_cumulative_cpu_use_;
340
Luigi Semenzato2fd51cc2014-02-26 11:53:16 -0800341 scoped_ptr<PersistentInteger> user_crash_interval_;
342 scoped_ptr<PersistentInteger> kernel_crash_interval_;
343 scoped_ptr<PersistentInteger> unclean_shutdown_interval_;
344
345 scoped_ptr<PersistentInteger> any_crashes_daily_count_;
346 scoped_ptr<PersistentInteger> any_crashes_weekly_count_;
347 scoped_ptr<PersistentInteger> user_crashes_daily_count_;
348 scoped_ptr<PersistentInteger> user_crashes_weekly_count_;
349 scoped_ptr<PersistentInteger> kernel_crashes_daily_count_;
350 scoped_ptr<PersistentInteger> kernel_crashes_weekly_count_;
351 scoped_ptr<PersistentInteger> kernel_crashes_version_count_;
352 scoped_ptr<PersistentInteger> unclean_shutdowns_daily_count_;
353 scoped_ptr<PersistentInteger> unclean_shutdowns_weekly_count_;
354
Luigi Semenzato5bd764f2011-10-14 12:03:35 -0700355 std::string vmstats_path_;
Luigi Semenzatofb3a8212013-05-07 16:55:00 -0700356 std::string scaling_max_freq_path_;
357 std::string cpuinfo_max_freq_path_;
Bertrand SIMONNET46b49da2014-06-25 14:38:07 -0700358
Bertrand SIMONNETcac74e12014-10-09 10:14:13 -0700359 base::TimeDelta upload_interval_;
Steve Fung67906c62014-10-06 15:15:30 -0700360 std::string server_;
361 std::string metrics_file_;
362
Bertrand SIMONNET46b49da2014-06-25 14:38:07 -0700363 scoped_ptr<UploadService> upload_service_;
Darin Petkov65b01462010-04-14 13:32:20 -0700364};
365
Luigi Semenzato4a6c9422014-06-30 18:12:28 -0700366#endif // METRICS_METRICS_DAEMON_H_