summaryrefslogtreecommitdiff
path: root/src/pmie/examples/upm.00
blob: 1b9e04cd60385e82e96b3b32cb50197d4e4460ad (plain)
1
2
3
4
5
6
//
// If the total context switch rate exceeds 10000 per second per CPU
// then display an alarm notifier
//
kernel.all.pswitch / hinv.ncpu > 10000 count/sec
    -> alarm "high context switch rate %v";