Skip to content

Commit

Permalink
Add archive
Browse files Browse the repository at this point in the history
  • Loading branch information
sitaramshelke committed Jul 26, 2016
1 parent 56aa10a commit 0a54476
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 0 deletions.
86 changes: 86 additions & 0 deletions archive/pcp-mpstat-pmlogger-config.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
#!/usr/bin/env pmpython
#
# Copyright (C) 2016 Sitaram Shelke.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 2 of the License, or (at your
# option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#

log mandatory on 1 sec {
pmda.uname
hinv.map.cpu_num
hinv.ncpu
hinv.cpu.online
kernel.all.cpu.user
kernel.all.cpu.nice
kernel.all.cpu.sys
kernel.all.cpu.wait.total
kernel.all.cpu.irq.hard
kernel.all.cpu.irq.soft
kernel.all.cpu.steal
kernel.all.cpu.guest
kernel.all.cpu.guest_nice
kernel.all.cpu.idle
kernel.percpu.cpu.user
kernel.percpu.cpu.nice
kernel.percpu.cpu.sys
kernel.percpu.cpu.wait.total
kernel.percpu.cpu.irq.hard
kernel.percpu.cpu.irq.soft
kernel.percpu.cpu.steal
kernel.percpu.cpu.guest
kernel.percpu.cpu.guest_nice
kernel.percpu.cpu.idle
kernel.all.intr
kernel.percpu.interrupts.line0
kernel.percpu.interrupts.line1
kernel.percpu.interrupts.line8
kernel.percpu.interrupts.line9
kernel.percpu.interrupts.line12
kernel.percpu.interrupts.line16
kernel.percpu.interrupts.line17
kernel.percpu.interrupts.line23
kernel.percpu.interrupts.line25
kernel.percpu.interrupts.line26
kernel.percpu.interrupts.line27
kernel.percpu.interrupts.line28
kernel.percpu.interrupts.line29
kernel.percpu.interrupts.line30
kernel.percpu.interrupts.line31
kernel.percpu.interrupts.line32
kernel.percpu.interrupts.NMI
kernel.percpu.interrupts.LOC
kernel.percpu.interrupts.SPU
kernel.percpu.interrupts.PMI
kernel.percpu.interrupts.IWI
kernel.percpu.interrupts.RTR
kernel.percpu.interrupts.RES
kernel.percpu.interrupts.CAL
kernel.percpu.interrupts.TLB
kernel.percpu.interrupts.TRM
kernel.percpu.interrupts.THR
kernel.percpu.interrupts.DFR
kernel.percpu.interrupts.MCE
kernel.percpu.interrupts.MCP
kernel.percpu.interrupts.ERR
kernel.percpu.interrupts.MIS
kernel.percpu.interrupts.PIN
kernel.percpu.interrupts.PIW
kernel.percpu.softirqs.HI
kernel.percpu.softirqs.TIMER
kernel.percpu.softirqs.NET_TX
kernel.percpu.softirqs.NET_RX
kernel.percpu.softirqs.BLOCK
kernel.percpu.softirqs.BLOCK_IOPOLL
kernel.percpu.softirqs.TASKLET
kernel.percpu.softirqs.SCHED
kernel.percpu.softirqs.HRTIMER
kernel.percpu.softirqs.RCU
}
Binary file added archive/pcp-mpstat.0
Binary file not shown.
Binary file added archive/pcp-mpstat.index
Binary file not shown.
Binary file added archive/pcp-mpstat.meta
Binary file not shown.
9 changes: 9 additions & 0 deletions archive/pmlogger.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Log for pmlogger on ram-Lenovo started Tue Jul 26 16:54:42 2016

preprocessor cmd: /usr/lib/pcp/bin/pmcpp -rs pcp-mpstat-pmlogger-config.txt -I /var/lib/pcp/config/pmlogger
Config parsed
Starting logger for host "ram-Lenovo" via "local:"
Archive basename: pcp-mpstat
pmlogger: Sample limit reached, exiting

Log finished Tue Jul 26 16:54:45 2016

0 comments on commit 0a54476

Please sign in to comment.