diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
commit | 47e6e7c84f008a53061e661f31ae96629bc694ef (patch) | |
tree | 648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /src/pmlogconf/cpu | |
download | pcp-debian.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'src/pmlogconf/cpu')
-rw-r--r-- | src/pmlogconf/cpu/localdefs | 1 | ||||
-rw-r--r-- | src/pmlogconf/cpu/percpu | 4 | ||||
-rw-r--r-- | src/pmlogconf/cpu/summary | 4 |
3 files changed, 9 insertions, 0 deletions
diff --git a/src/pmlogconf/cpu/localdefs b/src/pmlogconf/cpu/localdefs new file mode 100644 index 0000000..1245766 --- /dev/null +++ b/src/pmlogconf/cpu/localdefs @@ -0,0 +1 @@ +FILES = summary percpu diff --git a/src/pmlogconf/cpu/percpu b/src/pmlogconf/cpu/percpu new file mode 100644 index 0000000..c5ef876 --- /dev/null +++ b/src/pmlogconf/cpu/percpu @@ -0,0 +1,4 @@ +#pmlogconf-setup 2.0 +ident utilization per CPU +force available + kernel.percpu.cpu diff --git a/src/pmlogconf/cpu/summary b/src/pmlogconf/cpu/summary new file mode 100644 index 0000000..84ff418 --- /dev/null +++ b/src/pmlogconf/cpu/summary @@ -0,0 +1,4 @@ +#pmlogconf-setup 2.0 +ident utilization (usr, sys, idle, ...) over all CPUs +force include + kernel.all.cpu |