[Orca-users] patch for ldom virtual disks

Kovacs, Shalom Shalom.Kovacs at ssa.gov
Thu Oct 21 11:45:14 PDT 2010


We recently implemented ldoms, and recognized that orca was not graphing service time or run percent. Here is a patch that includes a regex for the ldom vdc disk devices:

# diff -u /tmp/orcallator.cfg orcallator.cfg
--- /tmp/orcallator.cfg 2010-10-21 13:48:31.671631800 -0400
+++ orcallator.cfg      2010-10-21 13:46:30.883223600 -0400
@@ -791,7 +791,7 @@
 plot {
 title                  %g Disk Run Percent
 source                 orcallator
-data                   disk_runp_((?:c\d+t\d+d\d+)|(?:c\d+d\d+)|(?:[ms]d\d+)|(?:c\d+t([A-Z0-9]{32})d\d+))
+data                   disk_runp_((?:vdc\d+)|(?:c\d+t\d+d\d+)|(?:c\d+d\d+)|(?:[ms]d\d+)|(?:c\d+t([A-Z0-9]{32})d\d+))
 line_type              line2
 legend                 $1
 y_legend               Run Percent
@@ -804,7 +804,7 @@
 plot {
 title                  %g Disk Service Time
 source                 orcallator
-data                   disk_svct_((?:c\d+t\d+d\d+)|(?:c\d+d\d+)|(?:[ms]d\d+)|(?:c\d+t([A-Z0-9]{32})d\d+)) / 1000
+data                   disk_svct_((?:vdc\d+)|(?:c\d+t\d+d\d+)|(?:c\d+d\d+)|(?:[ms]d\d+)|(?:c\d+t([A-Z0-9]{32})d\d+)) / 1000
 line_type              line2
 legend                 $1
 y_legend               Seconds





-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/orca-users/attachments/20101021/bdf00f67/attachment.html>


More information about the Orca-users mailing list