From 47e6e7c84f008a53061e661f31ae96629bc694ef Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 26 Oct 2014 12:33:50 +0400 Subject: Debian 3.9.10 --- src/pmie/examples/uag.10 | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/pmie/examples/uag.10 (limited to 'src/pmie/examples/uag.10') diff --git a/src/pmie/examples/uag.10 b/src/pmie/examples/uag.10 new file mode 100644 index 0000000..7135f6b --- /dev/null +++ b/src/pmie/examples/uag.10 @@ -0,0 +1,32 @@ +// +// metric expressions + +// all instances +// +enet = network.interface.total.packets; + +// restricted instance (loopback interface only) +// +enet_r = network.interface.total.packets #lo0; + +// restricted instances with weird instance names ... +// note instance names are "identifiers" in the grammar, so single +// quotes required for tricky characters, like /, spaces, etc, _not_ +// double quotes +// +root_n_usr = filesys.free #'/dev/root' #'/dev/usr'; + +// multiple hosts +// +num_cpu = hinv.ncpu :babylon.engr.sgi.com :gonzo :sandpit; + +// multiple sample times +// +mem_trend = mem.freemem @0..3; + +// multi-dimension variations +// + +// missing instance for non-singular instance domain, plus multiple hosts +// +net_view = network.interface.total.packets :gonzo :moomba; -- cgit v1.2.3