diff options
Diffstat (limited to 'src/pmchart/views/Apache')
-rw-r--r-- | src/pmchart/views/Apache | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pmchart/views/Apache b/src/pmchart/views/Apache new file mode 100644 index 0000000..5df9062 --- /dev/null +++ b/src/pmchart/views/Apache @@ -0,0 +1,8 @@ +#kmchart +version 1 + +chart title "Apache Hit Rate [%h]" style plot legend off + plot metric apache.total_accesses + +chart title "Apache Data Rate [%h]" style plot legend off + plot metric apache.total_kbytes |