summaryrefslogtreecommitdiff
path: root/man/html/diskperf
diff options
context:
space:
mode:
Diffstat (limited to 'man/html/diskperf')
-rw-r--r--man/html/diskperf/GNUmakefile29
-rw-r--r--man/html/diskperf/waitio.0bin0 -> 19644 bytes
-rw-r--r--man/html/diskperf/waitio.indexbin0 -> 172 bytes
-rw-r--r--man/html/diskperf/waitio.metabin0 -> 858 bytes
-rw-r--r--man/html/diskperf/waitio.view18
5 files changed, 47 insertions, 0 deletions
diff --git a/man/html/diskperf/GNUmakefile b/man/html/diskperf/GNUmakefile
new file mode 100644
index 0000000..e30070d
--- /dev/null
+++ b/man/html/diskperf/GNUmakefile
@@ -0,0 +1,29 @@
+TOPDIR = ../../..
+include $(TOPDIR)/src/include/builddefs
+
+BUNDLE = diskperf
+BINTAR = $(BUNDLE).tar.gz
+PCPLOGS = $(shell echo *.0 *.meta *.index)
+CONFIGS = waitio.view
+LSRCFILES = $(PCPLOGS) $(CONFIGS)
+LDIRT = $(BINTAR) manifest
+
+default: $(BINTAR)
+
+$(BINTAR): $(PCPLOGS) $(CONFIGS)
+ @ CDIR=`pwd`; cd ..; rm -f manifest; \
+ for f in `echo $^`; do \
+ echo $(BUNDLE)/$$f >> $$CDIR/manifest; \
+ done; \
+ $(TAR) -T $$CDIR/manifest -cf - | $(ZIP) --best > $$CDIR/$(BINTAR); \
+ echo "Created $(BINTAR)"
+
+include $(BUILDRULES)
+
+install install-dev: default
+ $(INSTALL) -m 755 -d $(PCP_DEMOS_DIR)/tutorials
+ $(INSTALL) -m 644 $(BINTAR) $(PCP_DEMOS_DIR)/tutorials/$(BINTAR)
+
+default_pcp : default
+
+install_pcp : install
diff --git a/man/html/diskperf/waitio.0 b/man/html/diskperf/waitio.0
new file mode 100644
index 0000000..5c5cc7f
--- /dev/null
+++ b/man/html/diskperf/waitio.0
Binary files differ
diff --git a/man/html/diskperf/waitio.index b/man/html/diskperf/waitio.index
new file mode 100644
index 0000000..00c8f6f
--- /dev/null
+++ b/man/html/diskperf/waitio.index
Binary files differ
diff --git a/man/html/diskperf/waitio.meta b/man/html/diskperf/waitio.meta
new file mode 100644
index 0000000..b577d23
--- /dev/null
+++ b/man/html/diskperf/waitio.meta
Binary files differ
diff --git a/man/html/diskperf/waitio.view b/man/html/diskperf/waitio.view
new file mode 100644
index 0000000..d06c1a9
--- /dev/null
+++ b/man/html/diskperf/waitio.view
@@ -0,0 +1,18 @@
+#pmchart
+Version 2.0 host dynamic
+
+Global width 758
+Global height 470
+Global points 90
+
+Chart Title "CPU Utilization" Style utilization
+ Plot Color #3f3f3f3fbfbf Host * Metric kernel.all.cpu.user
+ Plot Color #fefe00000000 Host * Metric kernel.all.cpu.sys
+ Plot Color #ffff3f3fbfbf Host * Metric kernel.all.cpu.sxbrk
+ Plot Color #e3e3e3e30000 Host * Metric kernel.all.cpu.intr
+ Plot Color #0000bfbfffff Host * Metric kernel.all.cpu.wait.total
+ Plot Color #0000ffff0000 Host * Metric kernel.all.cpu.idle
+Chart Title "Disk Activity" Style stacking
+ Plot Color #-cycle Host * Metric disk.all.read
+ Plot Color #-cycle Host * Metric disk.all.write
+