summaryrefslogtreecommitdiff
path: root/src/pmview/front-ends/config.osvis
blob: 629a3a414e687810564fed2b7c518e723862a246 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
# pmlogger(1) configuration file suitable creating an archive to be
# used with osvis(1)
#
log mandatory on once {
    hinv.ncpu
    hinv.ndisk
    hinv.physmem
    mem.physmem
}

log advisory on default {
    disk.all.avg_disk.active
    disk.all.read
    disk.all.write
    disk.ctl.avg_disk.active
    kernel.all.load
    kernel.all.cpu.intr
    kernel.all.cpu.sys
    kernel.all.cpu.user
    kernel.all.cpu.wait.total
    mem.freemem
    mem.util
    network.interface.in.bytes
    network.interface.in.packets
    network.interface.in.errors
    network.interface.out.bytes
    network.interface.out.packets
    network.interface.out.errors
}