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

Unified Diff: perf/sys/perf_monit

Issue 1473383002: Moved Perf to systemd and also move to using tracedb. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 5 years, 1 month 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
Index: perf/sys/perf_monit
diff --git a/perf/sys/perf_monit b/perf/sys/perf_monit
deleted file mode 100644
index 72d75fa21b6740564a695fa2e1b297abdff023fe..0000000000000000000000000000000000000000
--- a/perf/sys/perf_monit
+++ /dev/null
@@ -1,13 +0,0 @@
-check process skiaperf with pidfile /var/run/skiaperf.pid
- start program = "/etc/init.d/skiaperf start"
- stop program = "/etc/init.d/skiaperf stop"
- depends on skiaperf_init
- depends on skiaperf_exe
-
-check file skiaperf_init
- with path /etc/init.d/skiaperf
- if changed timestamp then restart
-
-check file skiaperf_exe
- with path /usr/local/bin/skiaperf
- if changed timestamp then restart

Powered by Google App Engine
This is Rietveld 408576698