blob: 3a15780df0a3223f599648c93739adc5b34ccf30 (
plain)
1
2
3
4
5
6
7
|
//
// pmie configuration file starting point for the pmie lab
//
// show any disk doing more than 40 I/Os per second
some_inst ( disk.dev.total > 40 ) -> print "busy IOPs:" " %i: %v";
|