File manager - Edit - /home/newsbmcs.com/public_html/static/img/logo/add-ons.zip
Back
PK �8�Z���u� � snmp_monitoring/sample.phpnu �[��� <?php /*-------------------------------- assuming following entry in /etc/snmp/snmpd.conf pass .1.3.6.1.4.1.22253 /usr/bin/php smaple.php if you change the default parent oid node: .1.3.6.1.4.1.22253, you must also modify the OID entries .xml files. --------------------------------*/ require_once("class.litespeed_snmp_bridge.php"); $processes = 1; //<-- value of > 1 only valid LiteSpeed Enterprise (num of cpus licensed) $report_path = "/tmp/lshttpd/"; //<-- path to .rtreport folder. Default is /tmp/lshttpd/ $cache_time = 0; //<-- seconds to cache parsed data $cache_file = "/tmp/_lsws_sampe_cache.txt"; //<-- cache file..full path. //get params from snmpd pass mechanism if(array_key_exists(1,$_SERVER["argv"]) && array_key_exists(2,$_SERVER["argv"])) { $type = trim($_SERVER["argv"][1]); $oid = trim($_SERVER["argv"][2]); $bridge = new litespeed_snmp_bridge($processes, $report_path, $cache_time, $cache_file); $bridge->process($type, $oid); } ?> PK �8�Zn$P�C C snmp_monitoring/READMEnu �[��� LiteSpeed SNMPD Bridge + Cacti Templates ---------------------------------------- For the most up-to-date installation documentation, please refer to our online "SNMP Monitoring" wiki: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:snmp_cacti_monitoring Release Log: ----------- 1.0 08-23-2006 PK �8�Zj�Q� � $ snmp_monitoring/litespeed_extapp.xmlnu �[��� <interface> <name>Get LiteSpeed External Applications</name> <oid_index>.1.3.6.1.4.1.22253.300</oid_index> <index_order>ExtApp:Type:Vhost:Index</index_order> <index_order_type>numeric</index_order_type> <index_title_format>|chosen_order_field|</index_title_format> <fields> <Index> <name>Index</name> <method>walk</method> <source>value</source> <direction>input</direction> <oid>.1.3.6.1.4.1.22253.300</oid> </Index> <Vhost> <name>Vhost Name</name> <method>walk</method> <source>value</source> <direction>input</direction> <oid>.1.3.6.1.4.1.22253.301</oid> </Vhost> <Type> <name>Type</name> <method>walk</method> <source>value</source> <direction>input</direction> <oid>.1.3.6.1.4.1.22253.302</oid> </Type> <ExtApp> <name>Ext App</name> <method>walk</method> <source>value</source> <direction>input</direction> <oid>.1.3.6.1.4.1.22253.303</oid> </ExtApp> <ConfMaxConn> <name>Config Max Conn</name> <method>walk</method> <source>value</source> <direction>output</direction> <oid>.1.3.6.1.4.1.22253.304</oid> </ConfMaxConn> <EffMaxConn> <name>Effective Max Conn</name> <method>walk</method> <source>value</source> <direction>output</direction> <oid>.1.3.6.1.4.1.22253.305</oid> </EffMaxConn> <PoolSize> <name>Pool Size</name> <method>walk</method> <source>value</source> <direction>output</direction> <oid>.1.3.6.1.4.1.22253.306</oid> </PoolSize> <InuseConn> <name>InUse Conn</name> <method>walk</method> <source>value</source> <direction>output</direction> <oid>.1.3.6.1.4.1.22253.307</oid> </InuseConn> <IdleConn> <name>Idle Conn</name> <method>walk</method> <source>value</source> <direction>output</direction> <oid>.1.3.6.1.4.1.22253.308</oid> </IdleConn> <WaitQueueDepth> <name>Wait-Queue Depth</name> <method>walk</method> <source>value</source> <direction>output</direction> <oid>.1.3.6.1.4.1.22253.309</oid> </WaitQueueDepth> <Req_Second> <name>Requests Per Second</name> <method>walk</method> <source>value</source> <direction>output</direction> <oid>.1.3.6.1.4.1.22253.310</oid> </Req_Second> <Req_Total> <name>Requests Total</name> <method>walk</method> <source>value</source> <direction>output</direction> <oid>.1.3.6.1.4.1.22253.311</oid> </Req_Total> </fields> </interface>PK �8�ZP��� � % snmp_monitoring/litespeed_general.xmlnu �[��� <interface> <name>Get LiteSpeed General</name> <description>list litespeed general</description> <oid_index>.1.3.6.1.4.1.22253.100</oid_index> <index_order>Index</index_order> <index_order_type>numeric</index_order_type> <index_title_format>|chosen_order_field|</index_title_format> <fields> <Index> <name>Index</name> <method>walk</method> <source>value</source> <direction>input</direction> <oid>.1.3.6.1.4.1.22253.100</oid> </Index> <Product> <name>Product</name> <method>walk</method> <source>value</source> <direction>input</direction> <oid>.1.3.6.1.4.1.22253.101</oid> </Product> <Edition> <name>Edition</name> <method>walk</method> <source>value</source> <direction>input</direction> <oid>.1.3.6.1.4.1.22253.102</oid> </Edition> <Version> <name>Version</name> <method>walk</method> <source>value</source> <direction>input</direction> <oid>.1.3.6.1.4.1.22253.103</oid> </Version> <UpTime> <name>UpTime</name> <method>walk</method> <source>value</source> <direction>input</direction> <oid>.1.3.6.1.4.1.22253.104</oid> </UpTime> <BpsIn> <name>Bps (In)</name> <method>walk</method> <source>value</source> <direction>output</direction> <oid>.1.3.6.1.4.1.22253.105</oid> </BpsIn> <BpsOut> <name>Bps (Out)</name> <method>walk</method> <source>value</source> <direction>output</direction> <oid>.1.3.6.1.4.1.22253.106</oid> </BpsOut> <SSLBpsIn> <name>SSL Bps (In)</name> <method>walk</method> <source>value</source> <direction>output</direction> <oid>.1.3.6.1.4.1.22253.107</oid> </SSLBpsIn> <SSLBpsOut> <name>SSL Bps (Out)</name> <method>walk</method> <source>value</source> <direction>output</direction> <oid>.1.3.6.1.4.1.22253.108</oid> </SSLBpsOut> <MaxConn> <name>Max Connections</name> <method>walk</method> <source>value</source> <direction>output</direction> <oid>.1.3.6.1.4.1.22253.109</oid> </MaxConn> <MaxSSLConn> <name>Max SSL Connections</name> <method>walk</method> <source>value</source> <direction>output</direction> <oid>.1.3.6.1.4.1.22253.110</oid> </MaxSSLConn> <PlainConn> <name>Plain Connections</name> <method>walk</method> <source>value</source> <direction>output</direction> <oid>.1.3.6.1.4.1.22253.111</oid> </PlainConn> <AvailConn> <name>Available Plain Connections</name> <method>walk</method> <source>value</source> <direction>output</direction> <oid>.1.3.6.1.4.1.22253.112</oid> </AvailConn> <IdleConn> <name>Idle Connections</name> <method>walk</method> <source>value</source> <direction>output</direction> <oid>.1.3.6.1.4.1.22253.113</oid> </IdleConn> <SSLConn> <name>SSL Connections</name> <method>walk</method> <source>value</source> <direction>output</direction> <oid>.1.3.6.1.4.1.22253.114</oid> </SSLConn> <AvailSSLConn> <name>Available SSL Connections</name> <method>walk</method> <source>value</source> <direction>output</direction> <oid>.1.3.6.1.4.1.22253.115</oid> </AvailSSLConn> </fields> </interface>PK �8�Z��p� � # snmp_monitoring/litespeed_vhost.xmlnu �[��� <interface> <name>Get LiteSpeed Vhosts</name> <description>list litespeed virtual hosts</description> <oid_index>.1.3.6.1.4.1.22253.200</oid_index> <index_order>Vhost:Index</index_order> <index_order_type>numeric</index_order_type> <index_title_format>|chosen_order_field|</index_title_format> <fields> <Index> <name>Index</name> <method>walk</method> <source>value</source> <direction>input</direction> <oid>.1.3.6.1.4.1.22253.200</oid> </Index> <Vhost> <name>Vhost Name</name> <method>walk</method> <source>value</source> <direction>input</direction> <oid>.1.3.6.1.4.1.22253.201</oid> </Vhost> <ReqProcessing> <name>Requests Processing</name> <method>walk</method> <source>value</source> <direction>output</direction> <oid>.1.3.6.1.4.1.22253.202</oid> </ReqProcessing> <ReqSecond> <name>Requests Per Second</name> <method>walk</method> <source>value</source> <direction>output</direction> <oid>.1.3.6.1.4.1.22253.203</oid> </ReqSecond> <ReqTotal> <name>Requests Total</name> <method>walk</method> <source>value</source> <direction>output</direction> <oid>.1.3.6.1.4.1.22253.204</oid> </ReqTotal> </fields> </interface>PK �8�Zp(Q� / snmp_monitoring/class.litespeed_snmp_bridge.phpnu �[��� <?php /*---------------------------------------- LiteSpeed_Stats to SNMP bridge. Relay stats to SNMPD. Copyright (C) 2006 LiteSpeed Technologies, Inc. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Version: 1.0 @ 08/23/2006 Contact: bug@litespeedtech.com Url: http://www.litespeedtech.com Requirement: 1)LiteSpeed Web Server version >= 2.1.18 2)PHP 5+ ----------------------------------------*/ require_once("class.litespeed_stats.php"); class litespeed_snmp_bridge { public $processes = 1; public $report_path = "/tmp/lshttpd/"; public $cache_time = 0; public $cache_file = null; public $stats = null; public function __construct($processes = 1, $report_path = "/tmp/lshttpd/", $cache_time = 0, $cache_file = null) { $this->processes = (int) $processes; $this->report_path = trim($report_path); //prepare parser if($this->cache_time > 0 && strlen($this->cache_file) > 0) { if(file_exists($this->cache_file) && time() - filemtime($this->cache_file) <= $this->cache_time) { $unserial = unserialize(file_get_contents($this->cache_file)); if(is_a($unserial,"litespeed_stats")) { $this->stats = $unserial; } else { $this->stats = new litespeed_stats($this->processes,$this->report_path); $this->stats->parse(); $this->save_cache($this->cache_file, $this->stats); } } else { $this->stats = new litespeed_stats($this->processes,$this->report_path); $this->stats->parse(); $this->save_cache($this->cache_file, $this->stats); } } else { $this->stats = new litespeed_stats($this->processes,$this->report_path); $this->stats->parse(); } } //generate snmp compatible response public function format_response($oid, $type, $data) { return "{$oid}\n{$type}\n{$data}\n"; } //aggregate oid info from 1 to 7 sector public function oid_part($tarray = null) { $str = ""; for($i=1; $i <= 7; $i++) { $str .= "." . $tarray[$i]; } return $str; } //retrieve single oid data public function oid_get($super, $oid) { $parsed = explode(".",$oid); //error..invalid oid parse if(count($parsed) < 9) { return; } $major = (int) $parsed[8]; if(count($parsed) < 10) { $minor = 1; } else { $minor = (int) $parsed[9]; } foreach($super as $key => $value) { $sanitized_major = (int) substr($major,0,1) . "00"; //index only if( $major == (int) $key ) { return $this->format_response($this->oid_part($parsed) . "." . $major . "." . $minor,"integer",$minor); } //non-index value if( $sanitized_major == (int) $key) { $size = count($value[0]); $map = $value[1]; if($size <= 0) { return null; } if(count($parsed) == 10) { if($minor > 0 && $minor <= $size) { $tempkeys = array_keys($value[0]); $temp = $value[0][$tempkeys[$minor-1]]; list($format,$itemkey) = explode(",",$value[1][$major]); return $this->format_response($oid, $format, $temp->$itemkey); } } } } } public function save_cache($file, $data) { file_put_contents($file, serialize($data)); } public function process($type, $oid) { //setup oid to var maps $vh_map = array( "201" => "string,vhost", "202" => "gauge,req_processing", "203" => "gauge,req_per_sec", "204" => "counter,req_total" ); $ext_map = array( "301" => "string,vhost", "302" => "string,type", "303" => "string,extapp", "304" => "gauge,config_max_conn", "305" => "gauge,effect_max_conn", "306" => "gauge,pool_size", "307" => "gauge,inuse_conn", "308" => "gauge,idle_conn", "309" => "gauge,waitqueue_depth", "310" => "gauge,req_per_sec", "311" => "counter,req_total" ); $gen_map = array( "101" => "string,product", "102" => "string,edition", "103" => "string,version", "104" => "string,uptime", "105" => "gauge,bps_in", "106" => "gauge,bps_out", "107" => "gauge,ssl_bps_in", "108" => "gauge,ssl_bps_out", "109" => "gauge,max_conn", "110" => "gauge,max_ssl_conn", "111" => "gauge,plain_conn", "112" => "gauge,avail_conn", "113" => "gauge,idle_conn", "114" => "gauge,ssl_conn", "115" => "gauge,avail_ssl_conn" ); //setup pointers $super = array(); $super["100"] = array(array($this->stats), $gen_map); $super["200"] = array($this->stats->vhosts, $vh_map); //put alll extapps to single array $extapps = array(); foreach($this->stats->vhosts as $value) { foreach($value->extapps as $vextapp) { $extapps[] = $vextapp; } } $super["300"] = array($extapps, $ext_map); //get single method if($type == "-g") { echo $this->oid_get($super, $oid); return; } else if($type == "-n") { //snmp walk traversal //build traversal nodes/oids $parsed = explode(".",$oid); $major = $parsed[8]; foreach($super as $key => $value) { //form index walk if($major == $key) { $size = count($value[0]); if($size <= 0) { return; } if(count($parsed) == 10) { $minor = (int) $parsed[9]; if($minor > 0 && $minor < $size) { echo $this->format_response($this->oid_part($parsed).".{$key}.".($minor+1),"integer",$minor+1); } } else if(count($parsed) == 9) { echo $this->format_response("{$oid}.1","integer",1); } } else if(array_key_exists($major,$value[1])) { //data walk $size = count($value[0]); if($size <= 0) { return; } if(count($parsed) == 10) { $minor = (int) $parsed[9]; if($minor > 0 && $minor < $size) { echo $this->oid_get($super, $this->oid_part($parsed).".{$major}.".($minor+1)); } } else if(count($parsed) == 9){ echo $this->oid_get($super, $this->oid_part($parsed).".{$major}.".(1)); } } } } } } PK �8�Z�(fM fM , snmp_monitoring/litespeed_cacti_template.xmlnu �[��� <cacti> <hash_020016cc93c4e8ed28d5a5e98f795a6abf0626> <name>LiteSpeed</name> <graph_templates>hash_00001616ed2d0aa716489be372dd598afe0b9e|hash_000016022aa61c315e6588a6acd2c013fcf5c5|hash_000016974ad3f65464268b1e61142e1d377048|hash_000016bac5833ec4bd88e46603947c40f163dd|hash_0000164740ee10c62708a97452e64c39918381|hash_0000160ec40ca42977e0f88770a13629862650|hash_000016a85d4e176d782c3bef5da7ed00cce513</graph_templates> <data_queries>hash_040016e423847310ebee7dc22eaf3938d709f9|hash_04001676d81d4e3c52dab62afa5205a9c517a2|hash_040016c6bc8ced2a4d8fac0fde1c0cead29779</data_queries> </hash_020016cc93c4e8ed28d5a5e98f795a6abf0626> <hash_00001616ed2d0aa716489be372dd598afe0b9e> <name>LiteSpeed: Vhost</name> <graph> <t_title>on</t_title> <title></title> <t_image_format_id></t_image_format_id> <image_format_id>1</image_format_id> <t_height></t_height> <height>120</height> <t_width></t_width> <width>500</width> <t_slope_mode>0</t_slope_mode> <slope_mode>on</slope_mode> <t_auto_scale></t_auto_scale> <auto_scale>on</auto_scale> <t_auto_scale_opts></t_auto_scale_opts> <auto_scale_opts>2</auto_scale_opts> <t_auto_scale_log></t_auto_scale_log> <auto_scale_log></auto_scale_log> <t_scale_log_units>0</t_scale_log_units> <scale_log_units></scale_log_units> <t_auto_scale_rigid></t_auto_scale_rigid> <auto_scale_rigid>on</auto_scale_rigid> <t_auto_padding></t_auto_padding> <auto_padding>on</auto_padding> <t_export></t_export> <export>on</export> <t_upper_limit></t_upper_limit> <upper_limit>100</upper_limit> <t_lower_limit></t_lower_limit> <lower_limit>0</lower_limit> <t_base_value></t_base_value> <base_value>1000</base_value> <t_unit_value></t_unit_value> <unit_value></unit_value> <t_unit_exponent_value></t_unit_exponent_value> <unit_exponent_value></unit_exponent_value> <t_vertical_label></t_vertical_label> <vertical_label>requests</vertical_label> </graph> <items> <hash_1000168bfdc71ae071c75aae9c3149d293f31c> <task_item_id>hash_08001676fbeb01ef35493c81578394cdc9f453</task_item_id> <color_id>96E78A</color_id> <alpha>FF</alpha> <graph_type_id>7</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>ReqInProcess</text_format> <hard_return></hard_return> <sequence>1</sequence> </hash_1000168bfdc71ae071c75aae9c3149d293f31c> <hash_10001660a88c66c7825785f62cbf9862ea1a79> <task_item_id>hash_08001676fbeb01ef35493c81578394cdc9f453</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Now:</text_format> <hard_return></hard_return> <sequence>2</sequence> </hash_10001660a88c66c7825785f62cbf9862ea1a79> <hash_10001640f32c86f322d1449574cbf972a360c3> <task_item_id>hash_08001676fbeb01ef35493c81578394cdc9f453</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Avg:</text_format> <hard_return></hard_return> <sequence>3</sequence> </hash_10001640f32c86f322d1449574cbf972a360c3> <hash_100016385c598ee928ce0a6438d491777d8cfa> <task_item_id>hash_08001676fbeb01ef35493c81578394cdc9f453</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Max:</text_format> <hard_return>on</hard_return> <sequence>4</sequence> </hash_100016385c598ee928ce0a6438d491777d8cfa> <hash_100016ca50796bc2609bcc2aa3617ab23196ae> <task_item_id>hash_080016e5084b9e07fdcc5535637f75b8af3222</task_item_id> <color_id>0D006A</color_id> <alpha>FF</alpha> <graph_type_id>4</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>ReqPerSecond</text_format> <hard_return></hard_return> <sequence>5</sequence> </hash_100016ca50796bc2609bcc2aa3617ab23196ae> <hash_10001649e23d20228afc3ce8f4687a6e5498ce> <task_item_id>hash_080016e5084b9e07fdcc5535637f75b8af3222</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Now:</text_format> <hard_return></hard_return> <sequence>6</sequence> </hash_10001649e23d20228afc3ce8f4687a6e5498ce> <hash_100016eb44c7ac124e6b165c878cbbc0f7d073> <task_item_id>hash_080016e5084b9e07fdcc5535637f75b8af3222</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Avg:</text_format> <hard_return></hard_return> <sequence>7</sequence> </hash_100016eb44c7ac124e6b165c878cbbc0f7d073> <hash_100016c44b1ad8a111114b67eb73349e680b24> <task_item_id>hash_080016e5084b9e07fdcc5535637f75b8af3222</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Max:</text_format> <hard_return>on</hard_return> <sequence>8</sequence> </hash_100016c44b1ad8a111114b67eb73349e680b24> </items> <inputs> <hash_090016302d9068165758c4f42aba130d289b98> <name>Data Source [Req_Second]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_000016ca50796bc2609bcc2aa3617ab23196ae|hash_00001649e23d20228afc3ce8f4687a6e5498ce|hash_000016eb44c7ac124e6b165c878cbbc0f7d073|hash_000016c44b1ad8a111114b67eb73349e680b24</items> </hash_090016302d9068165758c4f42aba130d289b98> <hash_09001670dd359a25dfb9c3e6d2faef544d61dd> <name>Data Source [Req_InProcess]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_0000168bfdc71ae071c75aae9c3149d293f31c|hash_00001660a88c66c7825785f62cbf9862ea1a79|hash_00001640f32c86f322d1449574cbf972a360c3|hash_000016385c598ee928ce0a6438d491777d8cfa</items> </hash_09001670dd359a25dfb9c3e6d2faef544d61dd> </inputs> </hash_00001616ed2d0aa716489be372dd598afe0b9e> <hash_000016022aa61c315e6588a6acd2c013fcf5c5> <name>LiteSpeed: ExtApp: Connections</name> <graph> <t_title>on</t_title> <title></title> <t_image_format_id></t_image_format_id> <image_format_id>1</image_format_id> <t_height></t_height> <height>120</height> <t_width></t_width> <width>500</width> <t_slope_mode>0</t_slope_mode> <slope_mode>on</slope_mode> <t_auto_scale></t_auto_scale> <auto_scale>on</auto_scale> <t_auto_scale_opts></t_auto_scale_opts> <auto_scale_opts>2</auto_scale_opts> <t_auto_scale_log></t_auto_scale_log> <auto_scale_log></auto_scale_log> <t_scale_log_units>0</t_scale_log_units> <scale_log_units></scale_log_units> <t_auto_scale_rigid></t_auto_scale_rigid> <auto_scale_rigid></auto_scale_rigid> <t_auto_padding></t_auto_padding> <auto_padding>on</auto_padding> <t_export></t_export> <export>on</export> <t_upper_limit></t_upper_limit> <upper_limit>100</upper_limit> <t_lower_limit></t_lower_limit> <lower_limit>0</lower_limit> <t_base_value></t_base_value> <base_value>1000</base_value> <t_unit_value></t_unit_value> <unit_value></unit_value> <t_unit_exponent_value></t_unit_exponent_value> <unit_exponent_value></unit_exponent_value> <t_vertical_label></t_vertical_label> <vertical_label>connections</vertical_label> </graph> <items> <hash_1000162847edc56a65520b49fb4502906b87fc> <task_item_id>hash_08001624140062cfa9de88c593a71be9a40e0f</task_item_id> <color_id>96E78A</color_id> <alpha>FF</alpha> <graph_type_id>7</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>PoolSize</text_format> <hard_return></hard_return> <sequence>5</sequence> </hash_1000162847edc56a65520b49fb4502906b87fc> <hash_100016c6e41c42776fc4f991e184accb66a94d> <task_item_id>hash_08001624140062cfa9de88c593a71be9a40e0f</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Now:</text_format> <hard_return></hard_return> <sequence>6</sequence> </hash_100016c6e41c42776fc4f991e184accb66a94d> <hash_1000160698540d26180f8b9cfcbd8fb4e4d777> <task_item_id>hash_08001624140062cfa9de88c593a71be9a40e0f</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Avg:</text_format> <hard_return></hard_return> <sequence>7</sequence> </hash_1000160698540d26180f8b9cfcbd8fb4e4d777> <hash_100016799d4a164aa6bfe721c97520a2f659d6> <task_item_id>hash_08001624140062cfa9de88c593a71be9a40e0f</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Max:</text_format> <hard_return>on</hard_return> <sequence>8</sequence> </hash_100016799d4a164aa6bfe721c97520a2f659d6> <hash_100016862bfd905333aaf128e3554b0f6fccf1> <task_item_id>hash_080016dca7bbae358416c8a86fd74cc83104d8</task_item_id> <color_id>FFF200</color_id> <alpha>FF</alpha> <graph_type_id>7</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>InuseConn</text_format> <hard_return></hard_return> <sequence>9</sequence> </hash_100016862bfd905333aaf128e3554b0f6fccf1> <hash_100016474c6967780fa055ea1978443030158b> <task_item_id>hash_080016dca7bbae358416c8a86fd74cc83104d8</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Now:</text_format> <hard_return></hard_return> <sequence>10</sequence> </hash_100016474c6967780fa055ea1978443030158b> <hash_1000169c9b88c77904394b6f986e4c1d7c550f> <task_item_id>hash_080016dca7bbae358416c8a86fd74cc83104d8</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Avg:</text_format> <hard_return></hard_return> <sequence>11</sequence> </hash_1000169c9b88c77904394b6f986e4c1d7c550f> <hash_100016d1bf02c6483524d7c49f5a42f7a140bf> <task_item_id>hash_080016dca7bbae358416c8a86fd74cc83104d8</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Max:</text_format> <hard_return>on</hard_return> <sequence>12</sequence> </hash_100016d1bf02c6483524d7c49f5a42f7a140bf> <hash_1000168d7dc073783d9d1ca3792a691a9f1990> <task_item_id>hash_080016dd80f6a8dac8166b110503ac3cdbe991</task_item_id> <color_id>FF0000</color_id> <alpha>FF</alpha> <graph_type_id>4</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>WaitQDepth:</text_format> <hard_return></hard_return> <sequence>17</sequence> </hash_1000168d7dc073783d9d1ca3792a691a9f1990> <hash_10001695799553d57884eb493946e45f6765f5> <task_item_id>hash_080016dd80f6a8dac8166b110503ac3cdbe991</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Now:</text_format> <hard_return></hard_return> <sequence>18</sequence> </hash_10001695799553d57884eb493946e45f6765f5> <hash_100016d1cbd5717a1716c1bed5cf8eeca4e377> <task_item_id>hash_080016dd80f6a8dac8166b110503ac3cdbe991</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Avg:</text_format> <hard_return></hard_return> <sequence>19</sequence> </hash_100016d1cbd5717a1716c1bed5cf8eeca4e377> <hash_1000164daa3e9aaf8c673f50536ba33fda11c3> <task_item_id>hash_080016dd80f6a8dac8166b110503ac3cdbe991</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Max:</text_format> <hard_return>on</hard_return> <sequence>20</sequence> </hash_1000164daa3e9aaf8c673f50536ba33fda11c3> </items> <inputs> <hash_09001688bcfe946ca142b3b9897d1147785f53> <name>Data Source [InuseConn]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_000016862bfd905333aaf128e3554b0f6fccf1|hash_000016474c6967780fa055ea1978443030158b|hash_0000169c9b88c77904394b6f986e4c1d7c550f|hash_000016d1bf02c6483524d7c49f5a42f7a140bf</items> </hash_09001688bcfe946ca142b3b9897d1147785f53> <hash_0900163a0092d7dfedec449bfd35cd3e79431f> <name>Data Source [PoolSize]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_0000162847edc56a65520b49fb4502906b87fc|hash_000016c6e41c42776fc4f991e184accb66a94d|hash_0000160698540d26180f8b9cfcbd8fb4e4d777|hash_000016799d4a164aa6bfe721c97520a2f659d6</items> </hash_0900163a0092d7dfedec449bfd35cd3e79431f> <hash_090016638e486a9fae9dc73ea8c125d031a79e> <name>Data Source [WaitQueueDepth]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_0000168d7dc073783d9d1ca3792a691a9f1990|hash_00001695799553d57884eb493946e45f6765f5|hash_000016d1cbd5717a1716c1bed5cf8eeca4e377|hash_0000164daa3e9aaf8c673f50536ba33fda11c3</items> </hash_090016638e486a9fae9dc73ea8c125d031a79e> </inputs> </hash_000016022aa61c315e6588a6acd2c013fcf5c5> <hash_000016974ad3f65464268b1e61142e1d377048> <name>LiteSpeed: ExtApp: Requests</name> <graph> <t_title>on</t_title> <title></title> <t_image_format_id></t_image_format_id> <image_format_id>1</image_format_id> <t_height></t_height> <height>120</height> <t_width></t_width> <width>500</width> <t_slope_mode>0</t_slope_mode> <slope_mode>on</slope_mode> <t_auto_scale></t_auto_scale> <auto_scale>on</auto_scale> <t_auto_scale_opts></t_auto_scale_opts> <auto_scale_opts>2</auto_scale_opts> <t_auto_scale_log></t_auto_scale_log> <auto_scale_log></auto_scale_log> <t_scale_log_units>0</t_scale_log_units> <scale_log_units></scale_log_units> <t_auto_scale_rigid></t_auto_scale_rigid> <auto_scale_rigid>on</auto_scale_rigid> <t_auto_padding></t_auto_padding> <auto_padding>on</auto_padding> <t_export></t_export> <export>on</export> <t_upper_limit></t_upper_limit> <upper_limit>100</upper_limit> <t_lower_limit></t_lower_limit> <lower_limit>0</lower_limit> <t_base_value></t_base_value> <base_value>1000</base_value> <t_unit_value></t_unit_value> <unit_value></unit_value> <t_unit_exponent_value></t_unit_exponent_value> <unit_exponent_value></unit_exponent_value> <t_vertical_label></t_vertical_label> <vertical_label>requests per second</vertical_label> </graph> <items> <hash_100016e408d575f6fefa0f3ebb86bb1c421023> <task_item_id>hash_0800165d24f91f2b8d9e5598d1abd567b076f9</task_item_id> <color_id>96E78A</color_id> <alpha>FF</alpha> <graph_type_id>7</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>ReqSecond</text_format> <hard_return></hard_return> <sequence>1</sequence> </hash_100016e408d575f6fefa0f3ebb86bb1c421023> <hash_1000167c06b950dc598b91af0b80857ff3e0ce> <task_item_id>hash_0800165d24f91f2b8d9e5598d1abd567b076f9</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Now:</text_format> <hard_return></hard_return> <sequence>2</sequence> </hash_1000167c06b950dc598b91af0b80857ff3e0ce> <hash_10001672dd1f9361d79335392ab947a23a8672> <task_item_id>hash_0800165d24f91f2b8d9e5598d1abd567b076f9</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Avg:</text_format> <hard_return></hard_return> <sequence>3</sequence> </hash_10001672dd1f9361d79335392ab947a23a8672> <hash_100016899845f77b8725ff772c41dc619208bf> <task_item_id>hash_0800165d24f91f2b8d9e5598d1abd567b076f9</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Max:</text_format> <hard_return>on</hard_return> <sequence>4</sequence> </hash_100016899845f77b8725ff772c41dc619208bf> </items> <inputs> <hash_090016d0ce027da50790cad204ffee9aa9d5a3> <name>Data Source [Req_Second]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_000016e408d575f6fefa0f3ebb86bb1c421023|hash_0000167c06b950dc598b91af0b80857ff3e0ce|hash_00001672dd1f9361d79335392ab947a23a8672|hash_000016899845f77b8725ff772c41dc619208bf</items> </hash_090016d0ce027da50790cad204ffee9aa9d5a3> </inputs> </hash_000016974ad3f65464268b1e61142e1d377048> <hash_000016bac5833ec4bd88e46603947c40f163dd> <name>LiteSpeed: Plain Traffic (bits/sec)</name> <graph> <t_title>on</t_title> <title></title> <t_image_format_id></t_image_format_id> <image_format_id>1</image_format_id> <t_height></t_height> <height>120</height> <t_width></t_width> <width>500</width> <t_slope_mode>0</t_slope_mode> <slope_mode>on</slope_mode> <t_auto_scale></t_auto_scale> <auto_scale>on</auto_scale> <t_auto_scale_opts></t_auto_scale_opts> <auto_scale_opts>2</auto_scale_opts> <t_auto_scale_log></t_auto_scale_log> <auto_scale_log></auto_scale_log> <t_scale_log_units>0</t_scale_log_units> <scale_log_units></scale_log_units> <t_auto_scale_rigid></t_auto_scale_rigid> <auto_scale_rigid></auto_scale_rigid> <t_auto_padding></t_auto_padding> <auto_padding>on</auto_padding> <t_export></t_export> <export>on</export> <t_upper_limit></t_upper_limit> <upper_limit>100</upper_limit> <t_lower_limit></t_lower_limit> <lower_limit>0</lower_limit> <t_base_value></t_base_value> <base_value>1000</base_value> <t_unit_value></t_unit_value> <unit_value></unit_value> <t_unit_exponent_value></t_unit_exponent_value> <unit_exponent_value></unit_exponent_value> <t_vertical_label></t_vertical_label> <vertical_label>bits per second</vertical_label> </graph> <items> <hash_1000163a41a41ce3be052d2de210ad8664c53c> <task_item_id>hash_0800164a9cc0ba440529238c3bb8606e5991bd</task_item_id> <color_id>96E78A</color_id> <alpha>FF</alpha> <graph_type_id>7</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>hash_05001662a7a53922548f4f6eac05cad69fbd2d</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Out</text_format> <hard_return></hard_return> <sequence>1</sequence> </hash_1000163a41a41ce3be052d2de210ad8664c53c> <hash_100016591fb1dbdf84593b88aee5d817a10313> <task_item_id>hash_0800164a9cc0ba440529238c3bb8606e5991bd</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>hash_05001662a7a53922548f4f6eac05cad69fbd2d</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Now:</text_format> <hard_return></hard_return> <sequence>2</sequence> </hash_100016591fb1dbdf84593b88aee5d817a10313> <hash_1000162e863f0b0e6929b59647fd12739ffb41> <task_item_id>hash_0800164a9cc0ba440529238c3bb8606e5991bd</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>hash_05001662a7a53922548f4f6eac05cad69fbd2d</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Avg:</text_format> <hard_return></hard_return> <sequence>3</sequence> </hash_1000162e863f0b0e6929b59647fd12739ffb41> <hash_1000169e8d8db2a7c27fadac4c2493fd16b4a9> <task_item_id>hash_0800164a9cc0ba440529238c3bb8606e5991bd</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>hash_05001662a7a53922548f4f6eac05cad69fbd2d</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Max:</text_format> <hard_return>on</hard_return> <sequence>4</sequence> </hash_1000169e8d8db2a7c27fadac4c2493fd16b4a9> <hash_100016fa7923d3e4a1d9b81714804672ef56bf> <task_item_id>hash_080016f9bc5dd109ed4ab674746e66a49df3d8</task_item_id> <color_id>0D006A</color_id> <alpha>FF</alpha> <graph_type_id>4</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>hash_05001662a7a53922548f4f6eac05cad69fbd2d</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>In</text_format> <hard_return></hard_return> <sequence>5</sequence> </hash_100016fa7923d3e4a1d9b81714804672ef56bf> <hash_1000160194e34b5b8d59128e6d33d7da5c006d> <task_item_id>hash_080016f9bc5dd109ed4ab674746e66a49df3d8</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>hash_05001662a7a53922548f4f6eac05cad69fbd2d</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Now:</text_format> <hard_return></hard_return> <sequence>6</sequence> </hash_1000160194e34b5b8d59128e6d33d7da5c006d> <hash_100016c522a9937e83fc55b48741b243053fb7> <task_item_id>hash_080016f9bc5dd109ed4ab674746e66a49df3d8</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>hash_05001662a7a53922548f4f6eac05cad69fbd2d</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Avg:</text_format> <hard_return></hard_return> <sequence>7</sequence> </hash_100016c522a9937e83fc55b48741b243053fb7> <hash_100016253c17724a2ac0292de235d1a466009f> <task_item_id>hash_080016f9bc5dd109ed4ab674746e66a49df3d8</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>hash_05001662a7a53922548f4f6eac05cad69fbd2d</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Max:</text_format> <hard_return></hard_return> <sequence>8</sequence> </hash_100016253c17724a2ac0292de235d1a466009f> </items> <inputs> <hash_0900164588568f92c69e95fc8352b920ce7f4f> <name>Data Source [bps_in]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_000016fa7923d3e4a1d9b81714804672ef56bf|hash_0000160194e34b5b8d59128e6d33d7da5c006d|hash_000016c522a9937e83fc55b48741b243053fb7|hash_000016253c17724a2ac0292de235d1a466009f</items> </hash_0900164588568f92c69e95fc8352b920ce7f4f> <hash_0900165b8d6696ce886bdee684b44e22fff550> <name>Data Source [bps_out]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_0000163a41a41ce3be052d2de210ad8664c53c|hash_000016591fb1dbdf84593b88aee5d817a10313|hash_0000162e863f0b0e6929b59647fd12739ffb41|hash_0000169e8d8db2a7c27fadac4c2493fd16b4a9</items> </hash_0900165b8d6696ce886bdee684b44e22fff550> </inputs> </hash_000016bac5833ec4bd88e46603947c40f163dd> <hash_0000164740ee10c62708a97452e64c39918381> <name>LiteSpeed: SSL Traffic (bits/sec)</name> <graph> <t_title>on</t_title> <title></title> <t_image_format_id></t_image_format_id> <image_format_id>1</image_format_id> <t_height></t_height> <height>120</height> <t_width></t_width> <width>500</width> <t_slope_mode>0</t_slope_mode> <slope_mode>on</slope_mode> <t_auto_scale></t_auto_scale> <auto_scale>on</auto_scale> <t_auto_scale_opts></t_auto_scale_opts> <auto_scale_opts>2</auto_scale_opts> <t_auto_scale_log></t_auto_scale_log> <auto_scale_log></auto_scale_log> <t_scale_log_units>0</t_scale_log_units> <scale_log_units></scale_log_units> <t_auto_scale_rigid></t_auto_scale_rigid> <auto_scale_rigid></auto_scale_rigid> <t_auto_padding></t_auto_padding> <auto_padding>on</auto_padding> <t_export></t_export> <export>on</export> <t_upper_limit></t_upper_limit> <upper_limit>100</upper_limit> <t_lower_limit></t_lower_limit> <lower_limit>0</lower_limit> <t_base_value></t_base_value> <base_value>1000</base_value> <t_unit_value></t_unit_value> <unit_value></unit_value> <t_unit_exponent_value></t_unit_exponent_value> <unit_exponent_value></unit_exponent_value> <t_vertical_label></t_vertical_label> <vertical_label>bits per second</vertical_label> </graph> <items> <hash_100016f1d69f8e4c7b29f8fdea1d5ba158d9b6> <task_item_id>hash_0800164d9b25cf1a27c98599313c1000f001b0</task_item_id> <color_id>0D006A</color_id> <alpha>FF</alpha> <graph_type_id>4</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>hash_05001662a7a53922548f4f6eac05cad69fbd2d</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>In</text_format> <hard_return></hard_return> <sequence>1</sequence> </hash_100016f1d69f8e4c7b29f8fdea1d5ba158d9b6> <hash_100016f3d829549cfc1473ac7b989ee539feab> <task_item_id>hash_0800164d9b25cf1a27c98599313c1000f001b0</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>hash_05001662a7a53922548f4f6eac05cad69fbd2d</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Now:</text_format> <hard_return></hard_return> <sequence>2</sequence> </hash_100016f3d829549cfc1473ac7b989ee539feab> <hash_10001651eed8925c9aa32fd36e435fb09fa2b7> <task_item_id>hash_0800164d9b25cf1a27c98599313c1000f001b0</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>hash_05001662a7a53922548f4f6eac05cad69fbd2d</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Avg:</text_format> <hard_return></hard_return> <sequence>3</sequence> </hash_10001651eed8925c9aa32fd36e435fb09fa2b7> <hash_100016abb20b0792470c07e2d81fc4ceac2a9e> <task_item_id>hash_0800164d9b25cf1a27c98599313c1000f001b0</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>hash_05001662a7a53922548f4f6eac05cad69fbd2d</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Max:</text_format> <hard_return>on</hard_return> <sequence>4</sequence> </hash_100016abb20b0792470c07e2d81fc4ceac2a9e> <hash_100016c0ae1387b30b828537acf3d20f700738> <task_item_id>hash_080016b874ed68ddc80a0ea28275a7ebfd1c3e</task_item_id> <color_id>96E78A</color_id> <alpha>FF</alpha> <graph_type_id>4</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>hash_05001662a7a53922548f4f6eac05cad69fbd2d</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Out</text_format> <hard_return></hard_return> <sequence>7</sequence> </hash_100016c0ae1387b30b828537acf3d20f700738> <hash_100016f6485279a541756d622d84d348073dd9> <task_item_id>hash_080016b874ed68ddc80a0ea28275a7ebfd1c3e</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>hash_05001662a7a53922548f4f6eac05cad69fbd2d</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Now:</text_format> <hard_return></hard_return> <sequence>8</sequence> </hash_100016f6485279a541756d622d84d348073dd9> <hash_100016d3ddbd4cceed4745c66d884a31549a02> <task_item_id>hash_080016b874ed68ddc80a0ea28275a7ebfd1c3e</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>hash_05001662a7a53922548f4f6eac05cad69fbd2d</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Avg:</text_format> <hard_return></hard_return> <sequence>9</sequence> </hash_100016d3ddbd4cceed4745c66d884a31549a02> <hash_1000165fe98a5a8583b543d87976388c20d129> <task_item_id>hash_080016b874ed68ddc80a0ea28275a7ebfd1c3e</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>hash_05001662a7a53922548f4f6eac05cad69fbd2d</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Max:</text_format> <hard_return></hard_return> <sequence>10</sequence> </hash_1000165fe98a5a8583b543d87976388c20d129> </items> <inputs> <hash_090016abd69137a381d82c1a0adb21b613a505> <name>Data Source [ssl_bps_in]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_000016f1d69f8e4c7b29f8fdea1d5ba158d9b6|hash_000016f3d829549cfc1473ac7b989ee539feab|hash_00001651eed8925c9aa32fd36e435fb09fa2b7|hash_000016abb20b0792470c07e2d81fc4ceac2a9e</items> </hash_090016abd69137a381d82c1a0adb21b613a505> <hash_09001600ca15b42004adbb7e79341219339198> <name>Data Source [ssl_bps_out]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_000016c0ae1387b30b828537acf3d20f700738|hash_000016f6485279a541756d622d84d348073dd9|hash_000016d3ddbd4cceed4745c66d884a31549a02|hash_0000165fe98a5a8583b543d87976388c20d129</items> </hash_09001600ca15b42004adbb7e79341219339198> </inputs> </hash_0000164740ee10c62708a97452e64c39918381> <hash_0000160ec40ca42977e0f88770a13629862650> <name>LiteSpeed: Plain Connections</name> <graph> <t_title>on</t_title> <title></title> <t_image_format_id></t_image_format_id> <image_format_id>1</image_format_id> <t_height></t_height> <height>120</height> <t_width></t_width> <width>500</width> <t_slope_mode></t_slope_mode> <slope_mode>on</slope_mode> <t_auto_scale></t_auto_scale> <auto_scale>on</auto_scale> <t_auto_scale_opts></t_auto_scale_opts> <auto_scale_opts>1</auto_scale_opts> <t_auto_scale_log></t_auto_scale_log> <auto_scale_log></auto_scale_log> <t_scale_log_units></t_scale_log_units> <scale_log_units></scale_log_units> <t_auto_scale_rigid></t_auto_scale_rigid> <auto_scale_rigid></auto_scale_rigid> <t_auto_padding></t_auto_padding> <auto_padding>on</auto_padding> <t_export></t_export> <export>on</export> <t_upper_limit></t_upper_limit> <upper_limit>100</upper_limit> <t_lower_limit></t_lower_limit> <lower_limit>0</lower_limit> <t_base_value></t_base_value> <base_value>1000</base_value> <t_unit_value></t_unit_value> <unit_value></unit_value> <t_unit_exponent_value></t_unit_exponent_value> <unit_exponent_value></unit_exponent_value> <t_vertical_label></t_vertical_label> <vertical_label>connections</vertical_label> </graph> <items> <hash_100016785326a40ea378166fa83335d2f40972> <task_item_id>hash_0800160c86937c02cb9d97697e1c811f428cb8</task_item_id> <color_id>FFF200</color_id> <alpha>FF</alpha> <graph_type_id>7</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Used</text_format> <hard_return></hard_return> <sequence>1</sequence> </hash_100016785326a40ea378166fa83335d2f40972> <hash_100016456cf906b1d321f2965e0cd393fd01be> <task_item_id>hash_0800160c86937c02cb9d97697e1c811f428cb8</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Now:</text_format> <hard_return></hard_return> <sequence>2</sequence> </hash_100016456cf906b1d321f2965e0cd393fd01be> <hash_10001612ab61fa60ac33785eed66153f7d3d19> <task_item_id>hash_0800160c86937c02cb9d97697e1c811f428cb8</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Avg:</text_format> <hard_return></hard_return> <sequence>3</sequence> </hash_10001612ab61fa60ac33785eed66153f7d3d19> <hash_10001621760afe12d7a229bcacc84034c0c142> <task_item_id>hash_0800160c86937c02cb9d97697e1c811f428cb8</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Max:</text_format> <hard_return>on</hard_return> <sequence>4</sequence> </hash_10001621760afe12d7a229bcacc84034c0c142> <hash_100016c83277ba4420abf66568df10dbd12baa> <task_item_id>hash_080016614e73da69c6fa3034c159dfeb0b0362</task_item_id> <color_id>96E78A</color_id> <alpha>FF</alpha> <graph_type_id>8</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Available</text_format> <hard_return></hard_return> <sequence>5</sequence> </hash_100016c83277ba4420abf66568df10dbd12baa> <hash_100016b619d77e1ace0793b79219819ce45c2b> <task_item_id>hash_080016614e73da69c6fa3034c159dfeb0b0362</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Now:</text_format> <hard_return></hard_return> <sequence>6</sequence> </hash_100016b619d77e1ace0793b79219819ce45c2b> <hash_100016c872db52d4083a6a2a01ecda02e4ed7d> <task_item_id>hash_080016614e73da69c6fa3034c159dfeb0b0362</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Avg:</text_format> <hard_return></hard_return> <sequence>7</sequence> </hash_100016c872db52d4083a6a2a01ecda02e4ed7d> <hash_10001623c51b3457e37c971a7cb465a5bc898f> <task_item_id>hash_080016614e73da69c6fa3034c159dfeb0b0362</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Max:</text_format> <hard_return></hard_return> <sequence>8</sequence> </hash_10001623c51b3457e37c971a7cb465a5bc898f> </items> <inputs> <hash_09001614ceda9914627c18cdffdee2db08cc06> <name>Data Source [plain_conn]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_000016785326a40ea378166fa83335d2f40972|hash_000016456cf906b1d321f2965e0cd393fd01be|hash_00001612ab61fa60ac33785eed66153f7d3d19|hash_00001621760afe12d7a229bcacc84034c0c142</items> </hash_09001614ceda9914627c18cdffdee2db08cc06> <hash_090016471702edf91339a3181575b5e430ebbb> <name>Data Source [avail_conn]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_000016c83277ba4420abf66568df10dbd12baa|hash_000016b619d77e1ace0793b79219819ce45c2b|hash_000016c872db52d4083a6a2a01ecda02e4ed7d|hash_00001623c51b3457e37c971a7cb465a5bc898f</items> </hash_090016471702edf91339a3181575b5e430ebbb> </inputs> </hash_0000160ec40ca42977e0f88770a13629862650> <hash_000016a85d4e176d782c3bef5da7ed00cce513> <name>LiteSpeed: SSL Connections</name> <graph> <t_title>on</t_title> <title></title> <t_image_format_id></t_image_format_id> <image_format_id>1</image_format_id> <t_height></t_height> <height>120</height> <t_width></t_width> <width>500</width> <t_slope_mode>0</t_slope_mode> <slope_mode>on</slope_mode> <t_auto_scale></t_auto_scale> <auto_scale>on</auto_scale> <t_auto_scale_opts></t_auto_scale_opts> <auto_scale_opts>2</auto_scale_opts> <t_auto_scale_log></t_auto_scale_log> <auto_scale_log></auto_scale_log> <t_scale_log_units>0</t_scale_log_units> <scale_log_units></scale_log_units> <t_auto_scale_rigid></t_auto_scale_rigid> <auto_scale_rigid></auto_scale_rigid> <t_auto_padding></t_auto_padding> <auto_padding>on</auto_padding> <t_export></t_export> <export>on</export> <t_upper_limit></t_upper_limit> <upper_limit>100</upper_limit> <t_lower_limit></t_lower_limit> <lower_limit>0</lower_limit> <t_base_value></t_base_value> <base_value>1000</base_value> <t_unit_value></t_unit_value> <unit_value></unit_value> <t_unit_exponent_value></t_unit_exponent_value> <unit_exponent_value></unit_exponent_value> <t_vertical_label></t_vertical_label> <vertical_label>connections</vertical_label> </graph> <items> <hash_100016d5ffb9ffd21b1998560ae7f528b745f2> <task_item_id>hash_08001667c11e9d5c8ee24343108fa839c89ac6</task_item_id> <color_id>FFF200</color_id> <alpha>FF</alpha> <graph_type_id>7</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Used</text_format> <hard_return></hard_return> <sequence>1</sequence> </hash_100016d5ffb9ffd21b1998560ae7f528b745f2> <hash_1000168cb463086e6bfc9d15de0d60698a73d1> <task_item_id>hash_08001667c11e9d5c8ee24343108fa839c89ac6</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Now:</text_format> <hard_return></hard_return> <sequence>2</sequence> </hash_1000168cb463086e6bfc9d15de0d60698a73d1> <hash_10001614eeede9629ac14185deb07358ca4046> <task_item_id>hash_08001667c11e9d5c8ee24343108fa839c89ac6</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Avg:</text_format> <hard_return></hard_return> <sequence>3</sequence> </hash_10001614eeede9629ac14185deb07358ca4046> <hash_10001660d821aa4ddebf92ed43ca743e50fa53> <task_item_id>hash_08001667c11e9d5c8ee24343108fa839c89ac6</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Max:</text_format> <hard_return>on</hard_return> <sequence>4</sequence> </hash_10001660d821aa4ddebf92ed43ca743e50fa53> <hash_100016be5ac8af8f5cb499b5d3e63d6739e40d> <task_item_id>hash_0800164cb690fe79ffeb845634b5e64bcedba7</task_item_id> <color_id>96E78A</color_id> <alpha>FF</alpha> <graph_type_id>8</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Available</text_format> <hard_return></hard_return> <sequence>5</sequence> </hash_100016be5ac8af8f5cb499b5d3e63d6739e40d> <hash_1000161ad1fcdcf047dc89bb140662335f4b8a> <task_item_id>hash_0800164cb690fe79ffeb845634b5e64bcedba7</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>4</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Now:</text_format> <hard_return></hard_return> <sequence>6</sequence> </hash_1000161ad1fcdcf047dc89bb140662335f4b8a> <hash_100016af2a2a40063ef8da8b09a408f1e40d66> <task_item_id>hash_0800164cb690fe79ffeb845634b5e64bcedba7</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>1</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Avg:</text_format> <hard_return></hard_return> <sequence>7</sequence> </hash_100016af2a2a40063ef8da8b09a408f1e40d66> <hash_100016596a4c338a17ef4db5873a61470048ea> <task_item_id>hash_0800164cb690fe79ffeb845634b5e64bcedba7</task_item_id> <color_id>0</color_id> <alpha>FF</alpha> <graph_type_id>9</graph_type_id> <consolidation_function_id>3</consolidation_function_id> <cdef_id>0</cdef_id> <value></value> <gprint_id>hash_060016e9c43831e54eca8069317a2ce8c6f751</gprint_id> <text_format>Max:</text_format> <hard_return></hard_return> <sequence>8</sequence> </hash_100016596a4c338a17ef4db5873a61470048ea> </items> <inputs> <hash_09001642abcbbbee7afdb87a68d2c0ba974b96> <name>Data Source [ssl_conn]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_000016d5ffb9ffd21b1998560ae7f528b745f2|hash_0000168cb463086e6bfc9d15de0d60698a73d1|hash_00001614eeede9629ac14185deb07358ca4046|hash_00001660d821aa4ddebf92ed43ca743e50fa53</items> </hash_09001642abcbbbee7afdb87a68d2c0ba974b96> <hash_09001619e64318d6fefd1b5ef6a80c6a94deaf> <name>Data Source [avail_ssl_conn]</name> <description></description> <column_name>task_item_id</column_name> <items>hash_000016be5ac8af8f5cb499b5d3e63d6739e40d|hash_0000161ad1fcdcf047dc89bb140662335f4b8a|hash_000016af2a2a40063ef8da8b09a408f1e40d66|hash_000016596a4c338a17ef4db5873a61470048ea</items> </hash_09001619e64318d6fefd1b5ef6a80c6a94deaf> </inputs> </hash_000016a85d4e176d782c3bef5da7ed00cce513> <hash_0100164fa3bc9138bd7459ed6ed6e1eccd6d32> <name>LiteSpeed Vhost</name> <ds> <t_name>on</t_name> <name>|host_description| - ls vhost</name> <data_input_id>hash_030016bf566c869ac6443b0c75d1c32b5a350e</data_input_id> <t_rra_id></t_rra_id> <t_rrd_step></t_rrd_step> <rrd_step>300</rrd_step> <t_active></t_active> <active>on</active> <rra_items>hash_150016c21df5178e5c955013591239eb0afd46|hash_1500160d9c0af8b8acdc7807943937b3208e29|hash_1500166fc2d038fb42950138b0ce3e9874cc60|hash_150016e36f3adb9f152adfa5dc50fd2b23337e|hash_150016283ea2bf1634d92ce081ec82a634f513</rra_items> </ds> <items> <hash_080016e5084b9e07fdcc5535637f75b8af3222> <t_data_source_name></t_data_source_name> <data_source_name>Req_Second</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100000000</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_080016e5084b9e07fdcc5535637f75b8af3222> <hash_08001676fbeb01ef35493c81578394cdc9f453> <t_data_source_name></t_data_source_name> <data_source_name>Req_InProcess</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100000000</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_08001676fbeb01ef35493c81578394cdc9f453> <hash_080016498655c335857fde3f504bb21f784273> <t_data_source_name></t_data_source_name> <data_source_name>Req_Total</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100000000</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>2</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_080016498655c335857fde3f504bb21f784273> </items> <data> <item_000> <data_input_field_id>hash_070016e6deda7be0f391399c5130e7c4a48b28</data_input_field_id> <t_value>on</t_value> <value></value> </item_000> <item_001> <data_input_field_id>hash_070016cbbe5c1ddfb264a6e5d509ce1c78c95f</data_input_field_id> <t_value>on</t_value> <value></value> </item_001> <item_002> <data_input_field_id>hash_0700166027a919c7c7731fbe095b6f53ab127b</data_input_field_id> <t_value>on</t_value> <value></value> </item_002> <item_003> <data_input_field_id>hash_070016b5c23f246559df38662c255f4aa21d6b</data_input_field_id> <t_value></t_value> <value></value> </item_003> <item_004> <data_input_field_id>hash_0700161cc1493a6781af2c478fa4de971531cf</data_input_field_id> <t_value></t_value> <value></value> </item_004> <item_005> <data_input_field_id>hash_070016f4facc5e2ca7ebee621f09bc6d9fc792</data_input_field_id> <t_value></t_value> <value></value> </item_005> <item_006> <data_input_field_id>hash_070016acb449d1451e8a2a655c2c99d31142c7</data_input_field_id> <t_value></t_value> <value></value> </item_006> <item_007> <data_input_field_id>hash_070016617cdc8a230615e59f06f361ef6e7728</data_input_field_id> <t_value></t_value> <value></value> </item_007> </data> </hash_0100164fa3bc9138bd7459ed6ed6e1eccd6d32> <hash_01001626652071e652e251bc9f2cb68a65ce0f> <name>LiteSpeed ExtApp</name> <ds> <t_name>on</t_name> <name></name> <data_input_id>hash_030016bf566c869ac6443b0c75d1c32b5a350e</data_input_id> <t_rra_id></t_rra_id> <t_rrd_step></t_rrd_step> <rrd_step>300</rrd_step> <t_active></t_active> <active>on</active> <rra_items>hash_150016c21df5178e5c955013591239eb0afd46|hash_1500160d9c0af8b8acdc7807943937b3208e29|hash_1500166fc2d038fb42950138b0ce3e9874cc60|hash_150016e36f3adb9f152adfa5dc50fd2b23337e|hash_150016283ea2bf1634d92ce081ec82a634f513</rra_items> </ds> <items> <hash_080016dd80f6a8dac8166b110503ac3cdbe991> <t_data_source_name></t_data_source_name> <data_source_name>WaitQueueDepth</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100000000</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_080016dd80f6a8dac8166b110503ac3cdbe991> <hash_080016a972198dd76a78359072a49e7b6d295e> <t_data_source_name></t_data_source_name> <data_source_name>ConfMaxConn</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100000000</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_080016a972198dd76a78359072a49e7b6d295e> <hash_08001624140062cfa9de88c593a71be9a40e0f> <t_data_source_name></t_data_source_name> <data_source_name>PoolSize</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100000000</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_08001624140062cfa9de88c593a71be9a40e0f> <hash_080016dca7bbae358416c8a86fd74cc83104d8> <t_data_source_name></t_data_source_name> <data_source_name>InuseConn</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100000000</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_080016dca7bbae358416c8a86fd74cc83104d8> <hash_080016ca1f6af4ad148a9f858b9f9a4a3ab010> <t_data_source_name></t_data_source_name> <data_source_name>IdleConn</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100000000</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_080016ca1f6af4ad148a9f858b9f9a4a3ab010> <hash_080016761fd20a96d97f909f6b4ec0241344ab> <t_data_source_name></t_data_source_name> <data_source_name>EffMaxConn</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100000000</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_080016761fd20a96d97f909f6b4ec0241344ab> <hash_0800165d24f91f2b8d9e5598d1abd567b076f9> <t_data_source_name></t_data_source_name> <data_source_name>Req_Second</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100000000</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_0800165d24f91f2b8d9e5598d1abd567b076f9> <hash_0800162cfde2a624b32fc964c5c830e711843d> <t_data_source_name></t_data_source_name> <data_source_name>Req_Total</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100000000</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>2</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_0800162cfde2a624b32fc964c5c830e711843d> </items> <data> <item_000> <data_input_field_id>hash_070016e6deda7be0f391399c5130e7c4a48b28</data_input_field_id> <t_value>on</t_value> <value></value> </item_000> <item_001> <data_input_field_id>hash_070016cbbe5c1ddfb264a6e5d509ce1c78c95f</data_input_field_id> <t_value>on</t_value> <value></value> </item_001> <item_002> <data_input_field_id>hash_0700166027a919c7c7731fbe095b6f53ab127b</data_input_field_id> <t_value>on</t_value> <value></value> </item_002> <item_003> <data_input_field_id>hash_070016b5c23f246559df38662c255f4aa21d6b</data_input_field_id> <t_value></t_value> <value></value> </item_003> <item_004> <data_input_field_id>hash_0700161cc1493a6781af2c478fa4de971531cf</data_input_field_id> <t_value></t_value> <value></value> </item_004> <item_005> <data_input_field_id>hash_070016f4facc5e2ca7ebee621f09bc6d9fc792</data_input_field_id> <t_value></t_value> <value></value> </item_005> <item_006> <data_input_field_id>hash_070016acb449d1451e8a2a655c2c99d31142c7</data_input_field_id> <t_value></t_value> <value></value> </item_006> <item_007> <data_input_field_id>hash_070016617cdc8a230615e59f06f361ef6e7728</data_input_field_id> <t_value></t_value> <value></value> </item_007> </data> </hash_01001626652071e652e251bc9f2cb68a65ce0f> <hash_01001664f653d42cc6cf8398fa5d55e76c1387> <name>LiteSpeed General</name> <ds> <t_name>on</t_name> <name></name> <data_input_id>hash_030016bf566c869ac6443b0c75d1c32b5a350e</data_input_id> <t_rra_id></t_rra_id> <t_rrd_step></t_rrd_step> <rrd_step>300</rrd_step> <t_active></t_active> <active>on</active> <rra_items>hash_150016c21df5178e5c955013591239eb0afd46|hash_1500160d9c0af8b8acdc7807943937b3208e29|hash_1500166fc2d038fb42950138b0ce3e9874cc60|hash_150016e36f3adb9f152adfa5dc50fd2b23337e|hash_150016283ea2bf1634d92ce081ec82a634f513</rra_items> </ds> <items> <hash_080016f9bc5dd109ed4ab674746e66a49df3d8> <t_data_source_name></t_data_source_name> <data_source_name>bps_in</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100000000</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_080016f9bc5dd109ed4ab674746e66a49df3d8> <hash_0800164a9cc0ba440529238c3bb8606e5991bd> <t_data_source_name></t_data_source_name> <data_source_name>bps_out</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100000000</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_0800164a9cc0ba440529238c3bb8606e5991bd> <hash_0800164d9b25cf1a27c98599313c1000f001b0> <t_data_source_name></t_data_source_name> <data_source_name>ssl_bps_in</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100000000</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_0800164d9b25cf1a27c98599313c1000f001b0> <hash_080016b874ed68ddc80a0ea28275a7ebfd1c3e> <t_data_source_name></t_data_source_name> <data_source_name>ssl_bps_out</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100000000</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_080016b874ed68ddc80a0ea28275a7ebfd1c3e> <hash_08001637954d916d01010135b73acce4073f95> <t_data_source_name></t_data_source_name> <data_source_name>max_conn</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100000000</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_08001637954d916d01010135b73acce4073f95> <hash_0800161169594439b0f82216e84a8799d61941> <t_data_source_name></t_data_source_name> <data_source_name>max_ssl_conn</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100000000</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_0800161169594439b0f82216e84a8799d61941> <hash_0800160c86937c02cb9d97697e1c811f428cb8> <t_data_source_name></t_data_source_name> <data_source_name>plain_conn</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100000000</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_0800160c86937c02cb9d97697e1c811f428cb8> <hash_080016614e73da69c6fa3034c159dfeb0b0362> <t_data_source_name></t_data_source_name> <data_source_name>avail_conn</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100000000</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_080016614e73da69c6fa3034c159dfeb0b0362> <hash_080016b195a7bd55be8330011b893681bea93a> <t_data_source_name></t_data_source_name> <data_source_name>idle_conn</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100000000</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_080016b195a7bd55be8330011b893681bea93a> <hash_08001667c11e9d5c8ee24343108fa839c89ac6> <t_data_source_name></t_data_source_name> <data_source_name>ssl_conn</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100000000</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_08001667c11e9d5c8ee24343108fa839c89ac6> <hash_0800164cb690fe79ffeb845634b5e64bcedba7> <t_data_source_name></t_data_source_name> <data_source_name>avail_ssl_conn</data_source_name> <t_rrd_minimum></t_rrd_minimum> <rrd_minimum>0</rrd_minimum> <t_rrd_maximum></t_rrd_maximum> <rrd_maximum>100000000</rrd_maximum> <t_data_source_type_id></t_data_source_type_id> <data_source_type_id>1</data_source_type_id> <t_rrd_heartbeat></t_rrd_heartbeat> <rrd_heartbeat>600</rrd_heartbeat> <t_data_input_field_id></t_data_input_field_id> <data_input_field_id>0</data_input_field_id> </hash_0800164cb690fe79ffeb845634b5e64bcedba7> </items> <data> <item_000> <data_input_field_id>hash_070016e6deda7be0f391399c5130e7c4a48b28</data_input_field_id> <t_value>on</t_value> <value></value> </item_000> <item_001> <data_input_field_id>hash_070016cbbe5c1ddfb264a6e5d509ce1c78c95f</data_input_field_id> <t_value>on</t_value> <value></value> </item_001> <item_002> <data_input_field_id>hash_0700166027a919c7c7731fbe095b6f53ab127b</data_input_field_id> <t_value>on</t_value> <value></value> </item_002> <item_003> <data_input_field_id>hash_070016b5c23f246559df38662c255f4aa21d6b</data_input_field_id> <t_value></t_value> <value></value> </item_003> <item_004> <data_input_field_id>hash_0700161cc1493a6781af2c478fa4de971531cf</data_input_field_id> <t_value></t_value> <value></value> </item_004> <item_005> <data_input_field_id>hash_070016f4facc5e2ca7ebee621f09bc6d9fc792</data_input_field_id> <t_value></t_value> <value></value> </item_005> <item_006> <data_input_field_id>hash_070016acb449d1451e8a2a655c2c99d31142c7</data_input_field_id> <t_value></t_value> <value></value> </item_006> <item_007> <data_input_field_id>hash_070016617cdc8a230615e59f06f361ef6e7728</data_input_field_id> <t_value></t_value> <value></value> </item_007> </data> </hash_01001664f653d42cc6cf8398fa5d55e76c1387> <hash_030016bf566c869ac6443b0c75d1c32b5a350e> <name>Get SNMP Data (Indexed)</name> <type_id>3</type_id> <input_string></input_string> <fields> <hash_070016617cdc8a230615e59f06f361ef6e7728> <name>SNMP IP Address</name> <update_rra></update_rra> <regexp_match></regexp_match> <allow_nulls></allow_nulls> <type_code>hostname</type_code> <input_output>in</input_output> <data_name>management_ip</data_name> </hash_070016617cdc8a230615e59f06f361ef6e7728> <hash_070016acb449d1451e8a2a655c2c99d31142c7> <name>SNMP Community</name> <update_rra></update_rra> <regexp_match></regexp_match> <allow_nulls></allow_nulls> <type_code>snmp_community</type_code> <input_output>in</input_output> <data_name>snmp_community</data_name> </hash_070016acb449d1451e8a2a655c2c99d31142c7> <hash_070016f4facc5e2ca7ebee621f09bc6d9fc792> <name>SNMP Username (v3)</name> <update_rra></update_rra> <regexp_match></regexp_match> <allow_nulls>on</allow_nulls> <type_code>snmp_username</type_code> <input_output>in</input_output> <data_name>snmp_username</data_name> </hash_070016f4facc5e2ca7ebee621f09bc6d9fc792> <hash_0700161cc1493a6781af2c478fa4de971531cf> <name>SNMP Password (v3)</name> <update_rra></update_rra> <regexp_match></regexp_match> <allow_nulls>on</allow_nulls> <type_code>snmp_password</type_code> <input_output>in</input_output> <data_name>snmp_password</data_name> </hash_0700161cc1493a6781af2c478fa4de971531cf> <hash_070016b5c23f246559df38662c255f4aa21d6b> <name>SNMP Version (1, 2, or 3)</name> <update_rra></update_rra> <regexp_match></regexp_match> <allow_nulls></allow_nulls> <type_code>snmp_version</type_code> <input_output>in</input_output> <data_name>snmp_version</data_name> </hash_070016b5c23f246559df38662c255f4aa21d6b> <hash_0700166027a919c7c7731fbe095b6f53ab127b> <name>Index Type</name> <update_rra></update_rra> <regexp_match></regexp_match> <allow_nulls></allow_nulls> <type_code>index_type</type_code> <input_output>in</input_output> <data_name>index_type</data_name> </hash_0700166027a919c7c7731fbe095b6f53ab127b> <hash_070016cbbe5c1ddfb264a6e5d509ce1c78c95f> <name>Index Value</name> <update_rra></update_rra> <regexp_match></regexp_match> <allow_nulls></allow_nulls> <type_code>index_value</type_code> <input_output>in</input_output> <data_name>index_value</data_name> </hash_070016cbbe5c1ddfb264a6e5d509ce1c78c95f> <hash_070016e6deda7be0f391399c5130e7c4a48b28> <name>Output Type ID</name> <update_rra></update_rra> <regexp_match></regexp_match> <allow_nulls></allow_nulls> <type_code>output_type</type_code> <input_output>in</input_output> <data_name>output_type</data_name> </hash_070016e6deda7be0f391399c5130e7c4a48b28> <hash_070016c1f36ee60c3dc98945556d57f26e475b> <name>SNMP Port</name> <update_rra></update_rra> <regexp_match></regexp_match> <allow_nulls></allow_nulls> <type_code>snmp_port</type_code> <input_output>in</input_output> <data_name>snmp_port</data_name> </hash_070016c1f36ee60c3dc98945556d57f26e475b> <hash_0700162cf7129ad3ff819a7a7ac189bee48ce8> <name>SNMP Authenticaion Protocol (v3)</name> <update_rra></update_rra> <regexp_match></regexp_match> <allow_nulls></allow_nulls> <type_code>snmp_auth_protocol</type_code> <input_output>in</input_output> <data_name>snmp_auth_protocol</data_name> </hash_0700162cf7129ad3ff819a7a7ac189bee48ce8> <hash_0700166b13ac0a0194e171d241d4b06f913158> <name>SNMP Privacy Passphrase (v3)</name> <update_rra></update_rra> <regexp_match></regexp_match> <allow_nulls></allow_nulls> <type_code>snmp_priv_passphrase</type_code> <input_output>in</input_output> <data_name>snmp_priv_passphrase</data_name> </hash_0700166b13ac0a0194e171d241d4b06f913158> <hash_0700163a33d4fc65b8329ab2ac46a36da26b72> <name>SNMP Privacy Protocol (v3)</name> <update_rra></update_rra> <regexp_match></regexp_match> <allow_nulls></allow_nulls> <type_code>snmp_priv_protocol</type_code> <input_output>in</input_output> <data_name>snmp_priv_protocol</data_name> </hash_0700163a33d4fc65b8329ab2ac46a36da26b72> </fields> </hash_030016bf566c869ac6443b0c75d1c32b5a350e> <hash_150016c21df5178e5c955013591239eb0afd46> <name>Daily (5 Minute Average)</name> <x_files_factor>0.5</x_files_factor> <steps>1</steps> <rows>600</rows> <timespan>86400</timespan> <cf_items>1|3</cf_items> </hash_150016c21df5178e5c955013591239eb0afd46> <hash_1500160d9c0af8b8acdc7807943937b3208e29> <name>Weekly (30 Minute Average)</name> <x_files_factor>0.5</x_files_factor> <steps>6</steps> <rows>700</rows> <timespan>604800</timespan> <cf_items>1|3</cf_items> </hash_1500160d9c0af8b8acdc7807943937b3208e29> <hash_1500166fc2d038fb42950138b0ce3e9874cc60> <name>Monthly (2 Hour Average)</name> <x_files_factor>0.5</x_files_factor> <steps>24</steps> <rows>775</rows> <timespan>2678400</timespan> <cf_items>1|3</cf_items> </hash_1500166fc2d038fb42950138b0ce3e9874cc60> <hash_150016e36f3adb9f152adfa5dc50fd2b23337e> <name>Yearly (1 Day Average)</name> <x_files_factor>0.5</x_files_factor> <steps>288</steps> <rows>797</rows> <timespan>33053184</timespan> <cf_items>1|3</cf_items> </hash_150016e36f3adb9f152adfa5dc50fd2b23337e> <hash_150016283ea2bf1634d92ce081ec82a634f513> <name>Hourly (1 Minute Average)</name> <x_files_factor>0.5</x_files_factor> <steps>1</steps> <rows>500</rows> <timespan>14400</timespan> <cf_items>1|3</cf_items> </hash_150016283ea2bf1634d92ce081ec82a634f513> <hash_060016e9c43831e54eca8069317a2ce8c6f751> <name>Normal</name> <gprint_text>%8.2lf %s</gprint_text> </hash_060016e9c43831e54eca8069317a2ce8c6f751> <hash_05001662a7a53922548f4f6eac05cad69fbd2d> <name>Turn KBytes into Bits</name> <items> <hash_14001684771dca39335f5968c1556cc6b7a0ba> <sequence>1</sequence> <type>4</type> <value>CURRENT_DATA_SOURCE</value> </hash_14001684771dca39335f5968c1556cc6b7a0ba> <hash_1400162b6cd4a21242ab0f8088398fe92720c1> <sequence>2</sequence> <type>6</type> <value>8000</value> </hash_1400162b6cd4a21242ab0f8088398fe92720c1> <hash_140016de8bafcf7c4d48234113d12687d7cd24> <sequence>3</sequence> <type>2</type> <value>3</value> </hash_140016de8bafcf7c4d48234113d12687d7cd24> </items> </hash_05001662a7a53922548f4f6eac05cad69fbd2d> <hash_040016e423847310ebee7dc22eaf3938d709f9> <name>LiteSpeed Vhost</name> <description>LiteSpeed Vhost</description> <xml_path><path_cacti>/resource/snmp_queries/litespeed_vhost.xml</xml_path> <data_input_id>hash_030016bf566c869ac6443b0c75d1c32b5a350e</data_input_id> <graphs> <hash_1100164e6e2c659f889978cc41c6c54d6de928> <name>Requests</name> <graph_template_id>hash_00001616ed2d0aa716489be372dd598afe0b9e</graph_template_id> <rrd> <item_000> <snmp_field_name>ReqProcessing</snmp_field_name> <data_template_id>hash_0100164fa3bc9138bd7459ed6ed6e1eccd6d32</data_template_id> <data_template_rrd_id>hash_08001676fbeb01ef35493c81578394cdc9f453</data_template_rrd_id> </item_000> <item_001> <snmp_field_name>ReqSecond</snmp_field_name> <data_template_id>hash_0100164fa3bc9138bd7459ed6ed6e1eccd6d32</data_template_id> <data_template_rrd_id>hash_080016e5084b9e07fdcc5535637f75b8af3222</data_template_rrd_id> </item_001> </rrd> <sv_graph> <hash_120016f56c103f7c9f54e880d7ebd90bdf03e3> <field_name>title</field_name> <sequence>8</sequence> <text>|host_description|: |query_Vhost|: Requests</text> </hash_120016f56c103f7c9f54e880d7ebd90bdf03e3> </sv_graph> <sv_data_source> <hash_130016216ebc3b35e38dca0b90ccfff9b2e673> <field_name>name</field_name> <data_template_id>hash_0100164fa3bc9138bd7459ed6ed6e1eccd6d32</data_template_id> <sequence>9</sequence> <text>|host_description|: |query_Vhost|: Requests</text> </hash_130016216ebc3b35e38dca0b90ccfff9b2e673> </sv_data_source> </hash_1100164e6e2c659f889978cc41c6c54d6de928> </graphs> </hash_040016e423847310ebee7dc22eaf3938d709f9> <hash_04001676d81d4e3c52dab62afa5205a9c517a2> <name>LiteSpeed ExtApp</name> <description>LiteSpeed ExtApp</description> <xml_path><path_cacti>/resource/snmp_queries/litespeed_extapp.xml</xml_path> <data_input_id>hash_030016bf566c869ac6443b0c75d1c32b5a350e</data_input_id> <graphs> <hash_1100160f49f3d6424612167139e31dd23f8363> <name>Requests</name> <graph_template_id>hash_000016974ad3f65464268b1e61142e1d377048</graph_template_id> <rrd> <item_000> <snmp_field_name>Req_Second</snmp_field_name> <data_template_id>hash_01001626652071e652e251bc9f2cb68a65ce0f</data_template_id> <data_template_rrd_id>hash_0800165d24f91f2b8d9e5598d1abd567b076f9</data_template_rrd_id> </item_000> </rrd> <sv_graph> <hash_120016fd8568934db23ae9016ae7f171cc5a9f> <field_name>title</field_name> <sequence>1</sequence> <text>|host_description|: |query_Vhost|: |query_Type|: |query_ExtApp|: Reqs</text> </hash_120016fd8568934db23ae9016ae7f171cc5a9f> </sv_graph> <sv_data_source> <hash_130016cb61ccfc35b4c03fb31021a02dc22ba7> <field_name>name</field_name> <data_template_id>hash_01001626652071e652e251bc9f2cb68a65ce0f</data_template_id> <sequence>1</sequence> <text>|host_description|: |query_Vhost|: |query_Type|: |query_ExtApp|: Reqs</text> </hash_130016cb61ccfc35b4c03fb31021a02dc22ba7> </sv_data_source> </hash_1100160f49f3d6424612167139e31dd23f8363> <hash_110016d1ed72b429661243298658143189c3a9> <name>Connections</name> <graph_template_id>hash_000016022aa61c315e6588a6acd2c013fcf5c5</graph_template_id> <rrd> <item_000> <snmp_field_name>EffMaxConn</snmp_field_name> <data_template_id>hash_01001626652071e652e251bc9f2cb68a65ce0f</data_template_id> <data_template_rrd_id>hash_080016761fd20a96d97f909f6b4ec0241344ab</data_template_rrd_id> </item_000> <item_001> <snmp_field_name>IdleConn</snmp_field_name> <data_template_id>hash_01001626652071e652e251bc9f2cb68a65ce0f</data_template_id> <data_template_rrd_id>hash_080016ca1f6af4ad148a9f858b9f9a4a3ab010</data_template_rrd_id> </item_001> <item_002> <snmp_field_name>InuseConn</snmp_field_name> <data_template_id>hash_01001626652071e652e251bc9f2cb68a65ce0f</data_template_id> <data_template_rrd_id>hash_080016dca7bbae358416c8a86fd74cc83104d8</data_template_rrd_id> </item_002> <item_003> <snmp_field_name>PoolSize</snmp_field_name> <data_template_id>hash_01001626652071e652e251bc9f2cb68a65ce0f</data_template_id> <data_template_rrd_id>hash_08001624140062cfa9de88c593a71be9a40e0f</data_template_rrd_id> </item_003> <item_004> <snmp_field_name>ConfMaxConn</snmp_field_name> <data_template_id>hash_01001626652071e652e251bc9f2cb68a65ce0f</data_template_id> <data_template_rrd_id>hash_080016a972198dd76a78359072a49e7b6d295e</data_template_rrd_id> </item_004> <item_005> <snmp_field_name>WaitQueueDepth</snmp_field_name> <data_template_id>hash_01001626652071e652e251bc9f2cb68a65ce0f</data_template_id> <data_template_rrd_id>hash_080016dd80f6a8dac8166b110503ac3cdbe991</data_template_rrd_id> </item_005> </rrd> <sv_graph> <hash_120016940fd523f0d3fcc8f9f77417fac15cee> <field_name>title</field_name> <sequence>6</sequence> <text>|host_description|: |query_Vhost|: |query_Type|: |query_ExtApp|: Conn</text> </hash_120016940fd523f0d3fcc8f9f77417fac15cee> </sv_graph> <sv_data_source> <hash_130016fa9a2cf4c789fe45997b83d3f952f505> <field_name>name</field_name> <data_template_id>hash_01001626652071e652e251bc9f2cb68a65ce0f</data_template_id> <sequence>6</sequence> <text>|host_description|: |query_Vhost|: |query_Type|: |query_ExtApp|: Conn</text> </hash_130016fa9a2cf4c789fe45997b83d3f952f505> </sv_data_source> </hash_110016d1ed72b429661243298658143189c3a9> </graphs> </hash_04001676d81d4e3c52dab62afa5205a9c517a2> <hash_040016c6bc8ced2a4d8fac0fde1c0cead29779> <name>LiteSpeed General</name> <description>LiteSpeed General</description> <xml_path><path_cacti>/resource/snmp_queries/litespeed_general.xml</xml_path> <data_input_id>hash_030016bf566c869ac6443b0c75d1c32b5a350e</data_input_id> <graphs> <hash_11001688768d5a7041b45563933ad1624fd913> <name>Plain Traffic</name> <graph_template_id>hash_000016bac5833ec4bd88e46603947c40f163dd</graph_template_id> <rrd> <item_000> <snmp_field_name>BpsIn</snmp_field_name> <data_template_id>hash_01001664f653d42cc6cf8398fa5d55e76c1387</data_template_id> <data_template_rrd_id>hash_080016f9bc5dd109ed4ab674746e66a49df3d8</data_template_rrd_id> </item_000> <item_001> <snmp_field_name>BpsOut</snmp_field_name> <data_template_id>hash_01001664f653d42cc6cf8398fa5d55e76c1387</data_template_id> <data_template_rrd_id>hash_0800164a9cc0ba440529238c3bb8606e5991bd</data_template_rrd_id> </item_001> </rrd> <sv_graph> <hash_120016cfacff2f189000b9719efe2c35ccc236> <field_name>title</field_name> <sequence>7</sequence> <text>|host_description|: Plain Traffic (bits/sec)</text> </hash_120016cfacff2f189000b9719efe2c35ccc236> </sv_graph> <sv_data_source> <hash_1300164bdb40074dbdf62463c1c9b206711da3> <field_name>name</field_name> <data_template_id>hash_01001664f653d42cc6cf8398fa5d55e76c1387</data_template_id> <sequence>6</sequence> <text>|host_description|: Plain Traffic (bits/sec)</text> </hash_1300164bdb40074dbdf62463c1c9b206711da3> </sv_data_source> </hash_11001688768d5a7041b45563933ad1624fd913> <hash_110016090b866bab410ebc060c7bdca5f394a5> <name>SSL Traffic</name> <graph_template_id>hash_0000164740ee10c62708a97452e64c39918381</graph_template_id> <rrd> <item_000> <snmp_field_name>SSLBpsIn</snmp_field_name> <data_template_id>hash_01001664f653d42cc6cf8398fa5d55e76c1387</data_template_id> <data_template_rrd_id>hash_0800164d9b25cf1a27c98599313c1000f001b0</data_template_rrd_id> </item_000> <item_001> <snmp_field_name>SSLBpsOut</snmp_field_name> <data_template_id>hash_01001664f653d42cc6cf8398fa5d55e76c1387</data_template_id> <data_template_rrd_id>hash_080016b874ed68ddc80a0ea28275a7ebfd1c3e</data_template_rrd_id> </item_001> </rrd> <sv_graph> <hash_120016e198e435431d755f9c1eeb59641fc3f7> <field_name>title</field_name> <sequence>7</sequence> <text>|host_description|: SSL Traffic (bits/sec)</text> </hash_120016e198e435431d755f9c1eeb59641fc3f7> </sv_graph> <sv_data_source> <hash_1300162c70fb38675dc5ae80dc43533b5fa18a> <field_name>name</field_name> <data_template_id>hash_01001664f653d42cc6cf8398fa5d55e76c1387</data_template_id> <sequence>7</sequence> <text>|host_description|: SSL Traffic</text> </hash_1300162c70fb38675dc5ae80dc43533b5fa18a> </sv_data_source> </hash_110016090b866bab410ebc060c7bdca5f394a5> <hash_1100168ba5d8af10bf1df03f9b5b6df0f41dee> <name>Plain Connections</name> <graph_template_id>hash_0000160ec40ca42977e0f88770a13629862650</graph_template_id> <rrd> <item_000> <snmp_field_name>PlainConn</snmp_field_name> <data_template_id>hash_01001664f653d42cc6cf8398fa5d55e76c1387</data_template_id> <data_template_rrd_id>hash_0800160c86937c02cb9d97697e1c811f428cb8</data_template_rrd_id> </item_000> <item_001> <snmp_field_name>AvailConn</snmp_field_name> <data_template_id>hash_01001664f653d42cc6cf8398fa5d55e76c1387</data_template_id> <data_template_rrd_id>hash_080016614e73da69c6fa3034c159dfeb0b0362</data_template_rrd_id> </item_001> </rrd> <sv_graph> <hash_12001604dd2a73a1cfc25d1306e9791ea063cf> <field_name>title</field_name> <sequence>1</sequence> <text>|host_description|: Plain Connections</text> </hash_12001604dd2a73a1cfc25d1306e9791ea063cf> </sv_graph> <sv_data_source> <hash_13001631e782c46a6548ecee5e92c92c780183> <field_name>name</field_name> <data_template_id>hash_01001664f653d42cc6cf8398fa5d55e76c1387</data_template_id> <sequence>1</sequence> <text>|host_description|: Plain Connections</text> </hash_13001631e782c46a6548ecee5e92c92c780183> </sv_data_source> </hash_1100168ba5d8af10bf1df03f9b5b6df0f41dee> <hash_1100166fb5df7bf50d2b6bd0edddac15fbb80c> <name>SSL Connections</name> <graph_template_id>hash_000016a85d4e176d782c3bef5da7ed00cce513</graph_template_id> <rrd> <item_000> <snmp_field_name>SSLConn</snmp_field_name> <data_template_id>hash_01001664f653d42cc6cf8398fa5d55e76c1387</data_template_id> <data_template_rrd_id>hash_08001667c11e9d5c8ee24343108fa839c89ac6</data_template_rrd_id> </item_000> <item_001> <snmp_field_name>AvailSSLConn</snmp_field_name> <data_template_id>hash_01001664f653d42cc6cf8398fa5d55e76c1387</data_template_id> <data_template_rrd_id>hash_0800164cb690fe79ffeb845634b5e64bcedba7</data_template_rrd_id> </item_001> </rrd> <sv_graph> <hash_12001648449841eac4644908a17652e894297d> <field_name>title</field_name> <sequence>1</sequence> <text>|host_description|: SSL Connections</text> </hash_12001648449841eac4644908a17652e894297d> </sv_graph> <sv_data_source> <hash_130016d0c13a2a9acdc09ba2c52f675214450e> <field_name>name</field_name> <data_template_id>hash_01001664f653d42cc6cf8398fa5d55e76c1387</data_template_id> <sequence>1</sequence> <text>|host_description|: SSL Connections</text> </hash_130016d0c13a2a9acdc09ba2c52f675214450e> </sv_data_source> </hash_1100166fb5df7bf50d2b6bd0edddac15fbb80c> </graphs> </hash_040016c6bc8ced2a4d8fac0fde1c0cead29779> </cacti>PK �8�ZC�R3� � ) snmp_monitoring/class.litespeed_stats.phpnu �[��� <?php /*---------------------------------------- LiteSpeed_Stats class and subclasses. Parse Real-Time data for LiteSpeed Products Copyright (C) 2006 LiteSpeed Technologies, Inc. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Version: 1.0 @ 08/23/2006 Contact: bug@litespeedtech.com Url: http://www.litespeedtech.com Requirement: 1)LiteSpeed Web Server version >= 2.1.18 2)PHP 5+ ----------------------------------------*/ class litespeed_stats { public $product = null; public $edition = null; public $version = null; public $uptime = null; public $bps_in = 0; public $bps_out = 0; public $ssl_bps_in = 0; public $ssl_bps_out = 0; public $max_conn = 0; public $max_ssl_conn = 0; public $plain_conn = 0; public $avail_conn = 0; public $idle_conn = 0; public $ssl_conn = 0; public $avail_ssl_conn = 0; public $vhosts = array(); //misc settings //full path to .rtreports files. different products have different paths public $report_path = "/tmp/lshttpd/"; //processes..enterprise version can spawn proccess = cpu cores public $processes = 1; public function __construct($processes = 1, $report_path = "/tmp/lshttpd/") { $this->processes = (int) $processes; $this->report_path = trim($report_path); } public function parse() { for ( $i = 1 ; $i <= $this->processes ; $i++ ) { if ( $i > 1 ) { $content = file_get_contents("{$this->report_path}.rtreport.{$i}"); } else { $content = file_get_contents("{$this->report_path}.rtreport"); } $result = array(); $found = 0; $found = preg_match_all("/VERSION: ([a-zA-Z0-9\ ]+)\/([a-zA-Z]*)\/([a-zA-Z0-9\.]+)\nUPTIME: ([0-9A-Za-z\ \:]+)\nBPS_IN:([0-9\ ]+), BPS_OUT:([0-9\ ]+), SSL_BPS_IN:([0-9\ ]+), SSL_BPS_OUT:([0-9\ ]+)\nMAXCONN:([0-9\ ]+), MAXSSL_CONN:([0-9\ ]+), PLAINCONN:([0-9\ ]+), AVAILCONN:([0-9\ ]+), IDLECONN:([0-9\ ]+), SSLCONN:([0-9\ ]+), AVAILSSL:([0-9\ ]+)/i", $content, $result); if($found == 1) { $this->product = trim($result[1][0]); $this->edition = trim($result[2][0]); $this->version = trim($result[3][0]); $this->uptime = trim($result[4][0]); $this->bps_in += (int) $result[5][0]; $this->bps_out += (int) $result[6][0]; $this->ssl_bps_in += (int) $result[7][0]; $this->ssl_bps_out += (int) $result[8][0]; $this->max_conn += (int) $result[9][0]; $this->max_ssl_conn += (int) $result[10][0]; $this->plain_conn += (int) $result[11][0]; $this->avail_conn += (int) $result[12][0]; $this->idle_conn += (int) $result[13][0]; $this->ssl_conn += (int) $result[14][0]; $this->avail_ssl_conn += (int) $result[15][0]; } $result = array(); $found = 0; $found = preg_match_all("/REQ_RATE \[([^\]]*)\]: REQ_PROCESSING: ([0-9]+), REQ_PER_SEC: ([0-9]+), TOT_REQS: ([0-9]+)/i",$content,$result); for($f = 0; $f < $found; $f++) { $vhost = trim($result[1][$f]); if($vhost == "") { $vhost = "_Server"; } if(!array_key_exists($vhost,$this->vhosts)) { $this->vhosts[$vhost] = new litespeed_stats_vhost($vhost); } $temp = $this->vhosts[$vhost]; $temp->req_processing += (int) $result[2][$f]; $temp->req_per_sec += (int) $result[3][$f]; $temp->req_total += (int) $result[4][$f]; } //reset $result = array(); $found = 0; $found = preg_match_all("/EXTAPP \[([^\]]*)\] \[([^\]]*)\] \[([^\]]*)\]: CMAXCONN: ([0-9]+), EMAXCONN: ([0-9]+), POOL_SIZE: ([0-9]+), INUSE_CONN: ([0-9]+), IDLE_CONN: ([0-9]+), WAITQUE_DEPTH: ([0-9]+), REQ_PER_SEC: ([0-9]+), TOT_REQS: ([0-9]+)/i",$content,$result); for($f = 0; $f < $found; $f++) { $vhost = trim($result[2][$f]); $extapp = trim($result[3][$f]); if($vhost == "") { $vhost = "_Server"; } if(!array_key_exists($vhost,$this->vhosts)) { $this->vhosts[$vhost] = new litespeed_stats_vhost($vhost); } if(!array_key_exists($extapp,$this->vhosts[$vhost]->extapps)) { $this->vhosts[$vhost]->extapps[$extapp] = new litespeed_stats_vhost_extapp($extapp, $vhost); } $temp = $this->vhosts[$vhost]->extapps[$extapp]; $temp->type = trim($result[1][$f]); $temp->config_max_conn += (int) $result[4][$f]; $temp->effect_max_conn += (int) $result[5][$f]; $temp->pool_size += (int) $result[6][$f]; $temp->inuse_conn += (int) $result[7][$f]; $temp->idle_conn += (int) $result[8][$f]; $temp->waitqueue_depth += (int) $result[9][$f]; $temp->req_per_sec += (int) $result[10][$f]; $temp->req_total += (int) $result[11][$f]; } } } } class liteSpeed_stats_vhost { public $vhost = null; public $req_processing = 0; public $req_per_sec = 0; public $req_total = 0; public $extapps = array(); public function __construct($vhost = null) { $this->vhost = trim($vhost); } } class litespeed_stats_vhost_extapp { public function __construct($extapp = null, $vhost = null) { $this->extapp = trim($extapp); $this->vhost = trim($vhost); } public $vhost = null; public $type = null; public $extapp = null; public $config_max_conn = 0; public $effect_max_conn = 0; public $pool_size = 0; public $inuse_conn = 0; public $idle_conn = 0; public $waitqueue_depth = 0; public $req_per_sec = 0; public $req_total = 0; } PK �8�Z��v� webcachemgr/VERSIONnu �[��� 1.17.2PK �8�Z��ɠ+ + + webcachemgr/src/ThirdParty/Polyfill/LICENSEnu �[��� Copyright (c) 2015-present Fabien Potencier Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.PK �8�Z��s�� � , webcachemgr/src/ThirdParty/Polyfill/Utf8.phpnu �[��� <?php /** * This file contains paired-down/modified code originally found in Symfony * package file Php72.php, used here as a PHP standard replacement for now * deprecated PHP functions utf8_encode() and utf8_decode(). * * Modified by: Michael Alegre (LiteSpeed Technologies, Inc.), 2023 * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Lsc\Wp\ThirdParty\Polyfill; /** * @since 1.16.1 */ class Utf8 { /** * * @since 1.16.1 * * @param $s * * @return false|string */ public static function encode($s) { $s .= $s; $len = strlen($s); for ($i = $len >> 1, $j = 0; $i < $len; ++$i, ++$j) { if ( $s[$i] < "\x80" ) { $s[$j] = $s[$i]; } elseif ( $s[$i] < "\xC0" ) { $s[$j] = "\xC2"; $s[++$j] = $s[$i]; } else { $s[$j] = "\xC3"; $s[++$j] = chr(ord($s[$i]) - 64); } } return substr($s, 0, $j); } /** * * @since 1.16.1 * * @param $s * * @return false|string */ public static function decode($s) { $s = (string) $s; $len = strlen($s); for ($i = 0, $j = 0; $i < $len; ++$i, ++$j) { switch ($s[$i] & "\xF0") { case "\xC0": case "\xD0": $c = (ord($s[$i] & "\x1F") << 6) | ord($s[++$i] & "\x3F"); $s[$j] = $c < 256 ? chr($c) : '?'; break; case "\xF0": ++$i; // fallthrough case "\xE0": $s[$j] = '?'; $i += 2; break; default: $s[$j] = $s[$i]; } } return substr($s, 0, $j); } }PK �8�Zf�'�'