summaryrefslogtreecommitdiff
path: root/src/pmlogconf/sgi
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-10-26 12:33:50 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-10-26 12:33:50 +0400
commit47e6e7c84f008a53061e661f31ae96629bc694ef (patch)
tree648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /src/pmlogconf/sgi
downloadpcp-debian/3.9.10.tar.gz
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'src/pmlogconf/sgi')
-rw-r--r--src/pmlogconf/sgi/cpu-evctr4
-rw-r--r--src/pmlogconf/sgi/craylink4
-rw-r--r--src/pmlogconf/sgi/efs4
-rw-r--r--src/pmlogconf/sgi/hub4
-rw-r--r--src/pmlogconf/sgi/kaio4
-rw-r--r--src/pmlogconf/sgi/localdefs1
-rw-r--r--src/pmlogconf/sgi/node-memory5
-rw-r--r--src/pmlogconf/sgi/numa4
-rw-r--r--src/pmlogconf/sgi/numa-summary4
-rw-r--r--src/pmlogconf/sgi/xbow4
-rw-r--r--src/pmlogconf/sgi/xlv-activity7
-rw-r--r--src/pmlogconf/sgi/xlv-stripe-io8
-rw-r--r--src/pmlogconf/sgi/xvm-all4
-rw-r--r--src/pmlogconf/sgi/xvm-ops7
-rw-r--r--src/pmlogconf/sgi/xvm-stats6
15 files changed, 70 insertions, 0 deletions
diff --git a/src/pmlogconf/sgi/cpu-evctr b/src/pmlogconf/sgi/cpu-evctr
new file mode 100644
index 0000000..88e3978
--- /dev/null
+++ b/src/pmlogconf/sgi/cpu-evctr
@@ -0,0 +1,4 @@
+#pmlogconf-setup 2.0
+ident global CPU hardware event counters (enable first with ecadmin(1))
+probe hw.r10kevctr.state
+ hw.r10kevctr
diff --git a/src/pmlogconf/sgi/craylink b/src/pmlogconf/sgi/craylink
new file mode 100644
index 0000000..99ca3e5
--- /dev/null
+++ b/src/pmlogconf/sgi/craylink
@@ -0,0 +1,4 @@
+#pmlogconf-setup 2.0
+ident CrayLink routers
+probe hw.router.rev_id
+ hw.router
diff --git a/src/pmlogconf/sgi/efs b/src/pmlogconf/sgi/efs
new file mode 100644
index 0000000..858fd03
--- /dev/null
+++ b/src/pmlogconf/sgi/efs
@@ -0,0 +1,4 @@
+#pmlogconf-setup 2.0
+ident EFS activity
+probe efs.attempts
+ efs
diff --git a/src/pmlogconf/sgi/hub b/src/pmlogconf/sgi/hub
new file mode 100644
index 0000000..62ddb71
--- /dev/null
+++ b/src/pmlogconf/sgi/hub
@@ -0,0 +1,4 @@
+#pmlogconf-setup 2.0
+ident Origin hubs
+probe hw.hub.nasid
+ hw.hub
diff --git a/src/pmlogconf/sgi/kaio b/src/pmlogconf/sgi/kaio
new file mode 100644
index 0000000..f5ea49b
--- /dev/null
+++ b/src/pmlogconf/sgi/kaio
@@ -0,0 +1,4 @@
+#pmlogconf-setup 2.0
+ident asynchronous I/O activity
+probe kaio.reads
+ kaio
diff --git a/src/pmlogconf/sgi/localdefs b/src/pmlogconf/sgi/localdefs
new file mode 100644
index 0000000..27d97fe
--- /dev/null
+++ b/src/pmlogconf/sgi/localdefs
@@ -0,0 +1 @@
+FILES = cpu-evctr xbow hub craylink node-memory numa numa-summary xvm-ops xvm-stats xvm-all kaio efs xlv-activity xlv-stripe-io
diff --git a/src/pmlogconf/sgi/node-memory b/src/pmlogconf/sgi/node-memory
new file mode 100644
index 0000000..fdbd0f0
--- /dev/null
+++ b/src/pmlogconf/sgi/node-memory
@@ -0,0 +1,5 @@
+#pmlogconf-setup 2.0
+ident "large" page and Origin node-based allocations and activity
+probe mem.lpage.enabled
+ mem.lpage
+ origin.node
diff --git a/src/pmlogconf/sgi/numa b/src/pmlogconf/sgi/numa
new file mode 100644
index 0000000..d4d2163
--- /dev/null
+++ b/src/pmlogconf/sgi/numa
@@ -0,0 +1,4 @@
+#pmlogconf-setup 2.0
+ident all NUMA stats
+probe origin.numa.routerload
+ origin.numa
diff --git a/src/pmlogconf/sgi/numa-summary b/src/pmlogconf/sgi/numa-summary
new file mode 100644
index 0000000..0d8d711
--- /dev/null
+++ b/src/pmlogconf/sgi/numa-summary
@@ -0,0 +1,4 @@
+#pmlogconf-setup 2.0
+ident NUMA migration stats
+probe origin.numa.migr.intr.total
+ origin.numa.migr.intr.total
diff --git a/src/pmlogconf/sgi/xbow b/src/pmlogconf/sgi/xbow
new file mode 100644
index 0000000..ff1ee3f
--- /dev/null
+++ b/src/pmlogconf/sgi/xbow
@@ -0,0 +1,4 @@
+#pmlogconf-setup 2.0
+ident XBOW activity
+probe xbow.nports
+ xbow
diff --git a/src/pmlogconf/sgi/xlv-activity b/src/pmlogconf/sgi/xlv-activity
new file mode 100644
index 0000000..dda08ec
--- /dev/null
+++ b/src/pmlogconf/sgi/xlv-activity
@@ -0,0 +1,7 @@
+#pmlogconf-setup 2.0
+ident XLV operations and bytes per volume
+probe xlv.read
+ xlv.read
+ xlv.write
+ xlv.read_bytes
+ xlv.write_bytes
diff --git a/src/pmlogconf/sgi/xlv-stripe-io b/src/pmlogconf/sgi/xlv-stripe-io
new file mode 100644
index 0000000..255c369
--- /dev/null
+++ b/src/pmlogconf/sgi/xlv-stripe-io
@@ -0,0 +1,8 @@
+#pmlogconf-setup 2.0
+ident XLV striped volume stats
+probe xlv.stripe_ops
+ xlv.stripe_ops
+ xlv.stripe_units
+ xlv.aligned
+ xlv.unaligned
+ xlv.largest_io
diff --git a/src/pmlogconf/sgi/xvm-all b/src/pmlogconf/sgi/xvm-all
new file mode 100644
index 0000000..e207066
--- /dev/null
+++ b/src/pmlogconf/sgi/xvm-all
@@ -0,0 +1,4 @@
+#pmlogconf-setup 2.0
+ident all available XVM data
+probe hinv.xvm.nvolumes
+ xvm
diff --git a/src/pmlogconf/sgi/xvm-ops b/src/pmlogconf/sgi/xvm-ops
new file mode 100644
index 0000000..9d001e1
--- /dev/null
+++ b/src/pmlogconf/sgi/xvm-ops
@@ -0,0 +1,7 @@
+#pmlogconf-setup 2.0
+ident XVM operations and bytes per volume
+probe hinv.xvm.nvolumes
+ xvm.ve.read
+ xvm.ve.write
+ xvm.ve.read_bytes
+ xvm.ve.write_bytes
diff --git a/src/pmlogconf/sgi/xvm-stats b/src/pmlogconf/sgi/xvm-stats
new file mode 100644
index 0000000..47468da
--- /dev/null
+++ b/src/pmlogconf/sgi/xvm-stats
@@ -0,0 +1,6 @@
+#pmlogconf-setup 2.0
+ident XVM stripe, mirror and concat volume stats
+probe hinv.xvm.nvolumes
+ xvm.ve.concat
+ xvm.ve.mirror
+ xvm.ve.stripe