blob: 50eef3bbbfdf8184261e7899aa5aec2d1b05d6cc [file] [log] [blame]
Allen Liec5beb32016-09-08 15:31:41 -07001# Copyright 2016 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
Allen Li788d1672016-12-16 15:58:23 -08005"""Send system monitoring data to the timeseries monitoring API."""
Allen Liec5beb32016-09-08 15:31:41 -07006
Allen Li13bdf0c2017-03-02 15:18:16 -08007from __future__ import absolute_import
Allen Liec5beb32016-09-08 15:31:41 -07008
Allen Li02915572017-07-12 18:05:45 -07009from chromite.scripts.sysmon import mainlib
Allen Li788d1672016-12-16 15:58:23 -080010
11if __name__ == '__main__':
Allen Li02915572017-07-12 18:05:45 -070012 mainlib.main()