[Orca-checkins] rev 218 - trunk/orca/data_gatherers/procallator

blair at orcaware.com blair at orcaware.com
Wed Mar 19 15:17:26 PST 2003


Author: blair
Date: 2003-03-19 15:17:18 -0800 (Wed, 19 Mar 2003)
New Revision: 218

Modified:
   trunk/orca/data_gatherers/procallator/procallator.cfg
Log:
* data_gatherers/procallator/procallator.cfg:
  Whitespace only changes.  In all plot {}'s, use tabs to separate the
  configuration parameters from the parameter values, not spaces.


Modified: trunk/orca/data_gatherers/procallator/procallator.cfg
==============================================================================
--- trunk/orca/data_gatherers/procallator/procallator.cfg	(original)
+++ trunk/orca/data_gatherers/procallator/procallator.cfg	2003-03-19 15:17:24.000000000 -0800
@@ -230,61 +230,60 @@
 }
 
 plot {
-title                   %g Page ins & outs rate
-source                  orcallator
-data                    pages_in
+title			%g Page ins & outs rate
+source			orcallator
+data			pages_in
 data			pages_out
-legend                  pages in/s
+legend			pages in/s
 legend			pages out/s
-y_legend                Pages/s
-data_min                0
+y_legend		Pages/s
+data_min		0
 }
 
 plot {
-title                   %g Swap ins & outs rate
-source                  orcallator
-data                    swap_in
-data                    swap_out
-legend                  Swap in/s
-legend                  Swap out/s
-y_legend                Pages/s
-data_min                0
+title			%g Swap ins & outs rate
+source			orcallator
+data			swap_in
+data			swap_out
+legend			Swap in/s
+legend			Swap out/s
+y_legend		Pages/s
+data_min		0
 }
 
 plot {
-title                   %g Context switches & Interrupts rate
-source                  orcallator
-data                    ctxt/s
-data                    intr/s 
-legend                  Context switches
-legend                  Interrupts
-y_legend                rate/s
-data_min                0
+title			%g Context switches & Interrupts rate
+source			orcallator
+data			ctxt/s
+data			intr/s 
+legend			Context switches
+legend			Interrupts
+y_legend		rate/s
+data_min		0
 }
 
-
 plot {
-title                   %g Interface Input Bits Per Second
-source                  orcallator
-data                  	8 * if_in_b_(.*) 
-line_type               line1
-legend                  $1
-y_legend                Bits/s
-data_min                0
-data_max                100000000
-href                    http://www.orcaware.com/orca/docs/orcallator.html#interface_bits_per_second
+title			%g Interface Input Bits Per Second
+source			orcallator
+data			8 * if_in_b_(.*) 
+line_type		line1
+legend			$1
+y_legend		Bits/s
+data_min		0
+data_max		100000000
+href			http://www.orcaware.com/orca/docs/orcallator.html#interface_bits_per_second
 }
 
 plot {
-title                   %g Interface Ouput Bits Per Second
-source                  orcallator
-data                    8 * if_out_b_(.*)
-line_type               line1
-legend                  $1
-y_legend                Bits/s
-data_min                0
-data_max                100000000
-href                    http://www.orcaware.com/orca/docs/orcallator.html#interface_bits_per_second
+title			%g Interface Ouput Bits Per Second
+source			orcallator
+data			8 * if_out_b_(.*)
+line_type		line1
+legend			$1
+y_legend		Bits/s
+data_min		0
+data_max		100000000
+href			http://www.orcaware.com/orca/docs/orcallator.html#interface_bits_per_second
 }
 
 plot {
@@ -301,16 +300,16 @@
 }
 
 plot {
-title                   %g Interface Output Packets Per Second
-source                  orcallator
-data                    if_out_p_(.*) 
-line_type               line1
-legend                  $1
-y_legend                Packets/s
-data_min                0
-data_max                100000
-flush_regexps           1
-href                    http://www.orcaware.com/orca/docs/orcallator.html#interface_packets_per_second
+title			%g Interface Output Packets Per Second
+source			orcallator
+data			if_out_p_(.*) 
+line_type		line1
+legend			$1
+y_legend		Packets/s
+data_min		0
+data_max		100000
+flush_regexps		1
+href			http://www.orcaware.com/orca/docs/orcallator.html#interface_packets_per_second
 }
 
 plot {
@@ -326,65 +325,65 @@
 }
 
 plot {
-title                   %g Interface Output Errors Per Second
-source                  orcallator
-data                    if_out_e_(.*)
-line_type               line1
-legend                  $1
-y_legend                Errors/s
-data_min                0
-flush_regexps           1
-href                    http://www.orcaware.com/orca/docs/orcallator.html#interface_errors_per_second
+title			%g Interface Output Errors Per Second
+source			orcallator
+data			if_out_e_(.*)
+line_type		line1
+legend			$1
+y_legend		Errors/s
+data_min		0
+flush_regexps		1
+href			http://www.orcaware.com/orca/docs/orcallator.html#interface_errors_per_second
 }
 
 plot {
-title                   %g Interface Input Dropped Per Second
-source                  orcallator
-data                    if_in_d_(.*)
-line_type               line1
-legend                  $1
-y_legend                Errors/s
-data_min                0
-flush_regexps           1
-href                    http://www.orcaware.com/orca/docs/orcallator.html#interface_deferred_packet_rate
+title			%g Interface Input Dropped Per Second
+source			orcallator
+data			if_in_d_(.*)
+line_type		line1
+legend			$1
+y_legend		Errors/s
+data_min		0
+flush_regexps		1
+href			http://www.orcaware.com/orca/docs/orcallator.html#interface_deferred_packet_rate
 }
 
 plot {
-title                   %g Interface Output Dropped Per Second
-source                  orcallator
-data                    if_out_d_(.*)
-line_type               line1
-legend                  $1
-y_legend                Errors/s
-data_min                0
-flush_regexps           1
-href                    http://www.orcaware.com/orca/docs/orcallator.html#interface_deferred_packet_rate
+title			%g Interface Output Dropped Per Second
+source			orcallator
+data			if_out_d_(.*)
+line_type		line1
+legend			$1
+y_legend		Errors/s
+data_min		0
+flush_regexps		1
+href			http://www.orcaware.com/orca/docs/orcallator.html#interface_deferred_packet_rate
 }
 
 plot {
-title                   %g Interface Output Collisions
-source                  orcallator
-data                    if_out_cl_(.*)
-line_type               area
-legend                  $1
-y_legend                Percent
-data_min                0
-data_max                200
-flush_regexps           1
-href                    http://www.orcaware.com/orca/docs/orcallator.html#interface_collisions
+title			%g Interface Output Collisions
+source			orcallator
+data			if_out_cl_(.*)
+line_type		area
+legend			$1
+y_legend		Percent
+data_min		0
+data_max		200
+flush_regexps		1
+href			http://www.orcaware.com/orca/docs/orcallator.html#interface_collisions
 }
 
 plot {
-title                   %g Interface Output Carrier Losses
-source                  orcallator
-data                    if_out_ca_(.*)
-line_type               area
-legend                  $1
-y_legend                Percent
-data_min                0
-data_max                200
-flush_regexps           1
-href                    http://www.orcaware.com/orca/docs/orcallator.html#interface_collisions
+title			%g Interface Output Carrier Losses
+source			orcallator
+data			if_out_ca_(.*)
+line_type		area
+legend			$1
+y_legend		Percent
+data_min		0
+data_max		200
+flush_regexps		1
+href			http://www.orcaware.com/orca/docs/orcallator.html#interface_collisions
 }
 
 plot {
@@ -404,37 +403,37 @@
 legend			$1 rate
 y_legend		rate
 data_min		0
-flush_regexps           1
+flush_regexps		1
 }
 
 plot {
-title                   %g TCP statistics
-source                  orcallator
-data                    Tcp_(.*)
-legend                  $1 rate
-y_legend                rate
-data_min                0
-flush_regexps           1
+title			%g TCP statistics
+source			orcallator
+data			Tcp_(.*)
+legend			$1 rate
+y_legend		rate
+data_min		0
+flush_regexps		1
 }
 
 plot {
-title                   %g ICMP statistics
-source                  orcallator
-data                    Icmp_(.*)
-legend                  $1 rate
-y_legend                rate
-data_min                0
-flush_regexps           1
+title			%g ICMP statistics
+source			orcallator
+data			Icmp_(.*)
+legend			$1 rate
+y_legend		rate
+data_min		0
+flush_regexps		1
 }
 
 plot {
-title                   %g UDP statistics
-source                  orcallator
-data                    Udp_(.*)
-legend                  $1 rate
-y_legend                rate
-data_min                0
-flush_regexps           1
+title			%g UDP statistics
+source			orcallator
+data			Udp_(.*)
+legend			$1 rate
+y_legend		rate
+data_min		0
+flush_regexps		1
 }
 
 plot {
@@ -451,14 +450,14 @@
 
 plot {
 title			%g NFS Client Statistics
-source                  orcallator
-data                    nfs_c_(.*)
-line_type               line1
-legend                  $1/s
-y_legend                rate
-data_min                0
-flush_regexps           1
-href                    http://www.orcaware.com/orca/docs/orcallator.html#NFS_server_call_rate
+source			orcallator
+data			nfs_c_(.*)
+line_type		line1
+legend			$1/s
+y_legend		rate
+data_min		0
+flush_regexps		1
+href			http://www.orcaware.com/orca/docs/orcallator.html#NFS_server_call_rate
 }
 
 plot {
@@ -472,7 +471,7 @@
 legend			Writes/s
 y_legend		Ops/s
 data_min		0
-flush_regexps           1
+flush_regexps		1
 href			http://www.orcaware.com/orca/docs/orcallator.html#disk_system_wide_reads_writes_per_second
 }
 
@@ -487,42 +486,40 @@
 legend			Write transfer rate
 y_legend		Block/s
 data_min		0
-flush_regexps           1
+flush_regexps		1
 href			http://www.orcaware.com/orca/docs/orcallator.html#disk_system_wide_transfer_rate
 }
 
 plot {
-title                   %g Disk Reads/Writes Per Second
-source                  orcallator
-data                    disk_rd_(.*)/s
-data                    disk_wr_(.*)/s
-line_type               area
-line_type               line1
-legend                  $1 Reads/s
-legend                  $1 Writes/s
-y_legend                Ops/s
-data_min                0
-flush_regexps           1
-href                    http://www.orcaware.com/orca/docs/orcallator.html#disk_system_wide_reads_writes_per_second
+title			%g Disk Reads/Writes Per Second
+source			orcallator
+data			disk_rd_(.*)/s
+data			disk_wr_(.*)/s
+line_type		area
+line_type		line1
+legend			$1 Reads/s
+legend			$1 Writes/s
+y_legend		Ops/s
+data_min		0
+flush_regexps		1
+href			http://www.orcaware.com/orca/docs/orcallator.html#disk_system_wide_reads_writes_per_second
 }
 
 plot {
-title                   %g Disk Transfer Rate
-source                  orcallator
-data                    disk_rB_(.*)/s
-data                    disk_wB_(.*)/s
-line_type               area
-line_type               line1
-legend                  $1 Read transfer rate
-legend                  $1 Write transfer rate
-y_legend                Block/s
-data_min                0
-flush_regexps           1
-href                    http://www.orcaware.com/orca/docs/orcallator.html#disk_system_wide_transfer_rate
+title			%g Disk Transfer Rate
+source			orcallator
+data			disk_rB_(.*)/s
+data			disk_wB_(.*)/s
+line_type		area
+line_type		line1
+legend			$1 Read transfer rate
+legend			$1 Write transfer rate
+y_legend		Block/s
+data_min		0
+flush_regexps		1
+href			http://www.orcaware.com/orca/docs/orcallator.html#disk_system_wide_transfer_rate
 }
 
-
-
 plot {
 title			%g Disk Space Percent Usage
 source			orcallator
@@ -548,13 +545,13 @@
 line_type		area
 line_type		stack
 line_type		line1
-line_type               stack
-line_type               stack
+line_type		stack
+line_type		stack
 legend			Used memory
 legend			Free memory
-legend                  shared memory
-legend                  buffer memory
-legend                  cached memory
+legend			shared memory
+legend			buffer memory
+legend			cached memory
 y_legend		percent
 data_min		0
 data_max		100
@@ -562,21 +559,20 @@
 }
 
 plot {
-title                   %g Swap usage percent
-source                  orcallator
-data                    swp_used%
-data                    swp_free%
-line_type               area
-line_type               stack
-legend                  Used swap
-legend                  Free swap
-y_legend                percent
-data_min                0
-data_max                100
-href                    http://www.orcaware.com/orca/docs/orcallator.html#memory_free
+title			%g Swap usage percent
+source			orcallator
+data			swp_used%
+data			swp_free%
+line_type		area
+line_type		stack
+legend			Used swap
+legend			Free swap
+y_legend		percent
+data_min		0
+data_max		100
+href			http://www.orcaware.com/orca/docs/orcallator.html#memory_free
 }
 
-
 plot {
 title			%g Memory Page Scan Rate
 source			orcallator



More information about the Orca-checkins mailing list