<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>ZenPacks : Perfmon : Comments</title>
    <link>http://community.zenoss.org/docs/DOC-3383#comments</link>
    <description>Comments on : Perfmon</description>
    <language>en</language>
    <pubDate>Thu, 17 Sep 2009 19:05:08 GMT</pubDate>
    <generator>Jive SBS 4.5.6.2  (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-09-17T19:05:08Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>RE: Perfmon</title>
      <link>http://community.zenoss.org/docs/DOC-3383#comments-1297</link>
      <description>&lt;!-- [DocumentBodyStart:36034ff2-0bd2-43bf-b63f-0c705f786501] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Where is some documentation on how to tell this ZP to monitor specific things for a particular Windows server?? Does one simply bind it to /Devices/Servers/Windows and leave it at that??&lt;br/&gt;Unfortunately, many ZPs assume that one is an advanced Zenoss user.&lt;/p&gt;&lt;p&gt;Thank you, Tom&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:36034ff2-0bd2-43bf-b63f-0c705f786501] --&gt;</description>
      <pubDate>Thu, 17 Sep 2009 19:05:08 GMT</pubDate>
      <author>community@zenoss.org</author>
      <guid>http://community.zenoss.org/docs/DOC-3383#comments-1297</guid>
      <dc:date>2009-09-17T19:05:08Z</dc:date>
      <clearspace:dateToText>4 years, 5 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Perfmon</title>
      <link>http://community.zenoss.org/docs/DOC-3383#comments-1514</link>
      <description>&lt;!-- [DocumentBodyStart:4a171c7b-f0d9-4c3d-829e-e34a8b01b3a9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I have listed the readme from the egg file which should help.&amp;#160; There are some sample graphs in the Zenpack which should also help.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Mark&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;README.TXT&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;This Zenpack remotely pulls performance counter data from Windows Performance Monitor. &lt;br/&gt;&amp;#160; &lt;br/&gt;This can be used as an alternative to using SNMP-Informant and WMI.&amp;#160; The main reason to create this Zenpack was because the Exchange 2007 performance counters are not exposed to WMI. &lt;br/&gt;&amp;#160; &lt;br/&gt;To get the counters the Zenpack runs a perl script that uses "winexe" to remotely run the "typeperf" command on Windows Servers. The results from the typeperf command are sent back into Zenoss. &lt;br/&gt;&amp;#160; &lt;br/&gt;Included in the Zenpack are some sample counters that can be used as examples: &lt;br/&gt; &lt;br/&gt; Exchange Users &lt;br/&gt; Exchange Maximum Users &lt;br/&gt; Exchange Active Users &lt;br/&gt; CPU processor time &lt;br/&gt;&amp;#160; &lt;br/&gt;To get the syntax for the counters open up Performance Monitor under windows and search for the counter you want to use.&amp;#160; The format should be "\Performance Object\Performance Counter".&amp;#160; &lt;br/&gt;&amp;#160; &lt;br/&gt;The syntax for the perfmon script is: &lt;br/&gt;&amp;#160; &lt;br/&gt;perfmon.pl NUMBER_OF_COUNTERS HOSTNAME USERNAME PASSWORD COUNTER1 DATAPOINT1 COUNTER2... &lt;br/&gt;&amp;#160; &lt;br/&gt;&amp;#160;&amp;#160; NUMBER_OF_COUNTERS : The number of counters for the script to retrieve.&amp;#160; &lt;br/&gt;&amp;#160;&amp;#160; HOSTNAME : The ip address or server hostname. &lt;br/&gt;&amp;#160;&amp;#160; USERNAME : The username and password for the server.&amp;#160; This comes from zWinUser. &lt;br/&gt;&amp;#160;&amp;#160; PASSWORD : Password for the username. This comes from zWinPassword. &lt;br/&gt;&amp;#160;&amp;#160; COUNTER1 : The Counter name to retrieve performance data from.&amp;#160;&amp;#160; &lt;br/&gt;&amp;#160;&amp;#160; DATAPOINT1 : The Datapoint name under Zenoss to store the counter data. &lt;br/&gt;&amp;#160;&amp;#160; Additional Counters and Datapoints as required.&amp;#160; There should always be both a datapoint and counter.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4a171c7b-f0d9-4c3d-829e-e34a8b01b3a9] --&gt;</description>
      <pubDate>Thu, 26 Nov 2009 16:40:35 GMT</pubDate>
      <author>community@zenoss.org</author>
      <guid>http://community.zenoss.org/docs/DOC-3383#comments-1514</guid>
      <dc:date>2009-11-26T16:40:35Z</dc:date>
      <clearspace:dateToText>4 years, 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Perfmon</title>
      <link>http://community.zenoss.org/docs/DOC-3383#comments-2296</link>
      <description>&lt;!-- [DocumentBodyStart:41edcd5d-307a-4e3e-85e9-4a7b02a5ccfb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;There seems to be an issue with compatability with the version of Winexe that I am using. The Winexe that I have output an extra line at the top of the output. I hack this replacement together. Use if you need.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Change the output line to:&lt;/p&gt;&lt;p&gt;$output = `\$ZENHOME/bin/winexe -U '$username'%'$password' //$hostname 'typeperf -sc 1 "$counter"' | tail -n6`;&lt;/p&gt;&lt;p&gt;that will make sure that only the pertenant lines are captured and any extra output is ignored.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:41edcd5d-307a-4e3e-85e9-4a7b02a5ccfb] --&gt;</description>
      <pubDate>Wed, 21 Jul 2010 21:15:48 GMT</pubDate>
      <author>community@zenoss.org</author>
      <guid>http://community.zenoss.org/docs/DOC-3383#comments-2296</guid>
      <dc:date>2010-07-21T21:15:48Z</dc:date>
      <clearspace:dateToText>3 years, 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Perfmon</title>
      <link>http://community.zenoss.org/docs/DOC-3383#comments-2376</link>
      <description>&lt;!-- [DocumentBodyStart:6c63eb1e-dc32-410f-82a8-8cfc8809bf59] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Will this work on Zenoss 3.0?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6c63eb1e-dc32-410f-82a8-8cfc8809bf59] --&gt;</description>
      <pubDate>Wed, 04 Aug 2010 15:09:12 GMT</pubDate>
      <author>community@zenoss.org</author>
      <guid>http://community.zenoss.org/docs/DOC-3383#comments-2376</guid>
      <dc:date>2010-08-04T15:09:12Z</dc:date>
      <clearspace:dateToText>3 years, 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Perfmon</title>
      <link>http://community.zenoss.org/docs/DOC-3383#comments-2364</link>
      <description>&lt;!-- [DocumentBodyStart:38e138c7-f64b-4f8c-b7fe-258b32518add] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Not until there is a Python 2.6 .egg and someone has tested it.&amp;#160; &lt;a class="jive-link-blog-small" href="http://community.zenoss.org/blogs/zenossblog/2010/07/26/tip-of-the-month-upgrading-zenpacks-for-zenoss-30"&gt;Tip of the Month: Upgrading ZenPacks for Zenoss 3.0&lt;/a&gt; has some tips for updating this and any other ZenPack for 3.0.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:38e138c7-f64b-4f8c-b7fe-258b32518add] --&gt;</description>
      <pubDate>Wed, 04 Aug 2010 19:34:25 GMT</pubDate>
      <author>community@zenoss.org</author>
      <guid>http://community.zenoss.org/docs/DOC-3383#comments-2364</guid>
      <dc:date>2010-08-04T19:34:25Z</dc:date>
      <clearspace:dateToText>3 years, 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Perfmon</title>
      <link>http://community.zenoss.org/docs/DOC-3383#comments-3737</link>
      <description>&lt;!-- [DocumentBodyStart:ec6dd1d8-d66f-474a-b252-1a40feea66ce] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;i've updated it for 3.x but i was only monitoring an app nothing for the windows env. i also changed it to use ssh instead of winexe so you'll need interix ssh for windows installed with shared keys.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;if people are chasing it i'll make some changes and upload it.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ec6dd1d8-d66f-474a-b252-1a40feea66ce] --&gt;</description>
      <pubDate>Wed, 30 Mar 2011 07:18:06 GMT</pubDate>
      <author>community@zenoss.org</author>
      <guid>http://community.zenoss.org/docs/DOC-3383#comments-3737</guid>
      <dc:date>2011-03-30T07:18:06Z</dc:date>
      <clearspace:dateToText>2 years, 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Perfmon</title>
      <link>http://community.zenoss.org/docs/DOC-3383#comments-4112</link>
      <description>&lt;!-- [DocumentBodyStart:96683125-ad27-4fc8-bc1e-bda839fbcc0f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt; Hello there, I would like to use this Zenpack on Zenoss 3.x to monitor the CPUperf on SQLinstance.&lt;/p&gt;&lt;p&gt;Could someone please clarify, if the download above marked 2.4 works now? and if not where do I get the 2.6 version?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;cheers&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:96683125-ad27-4fc8-bc1e-bda839fbcc0f] --&gt;</description>
      <pubDate>Fri, 01 Jul 2011 14:48:42 GMT</pubDate>
      <author>community@zenoss.org</author>
      <guid>http://community.zenoss.org/docs/DOC-3383#comments-4112</guid>
      <dc:date>2011-07-01T14:48:42Z</dc:date>
      <clearspace:dateToText>2 years, 8 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Perfmon</title>
      <link>http://community.zenoss.org/docs/DOC-3383#comments-4452</link>
      <description>&lt;!-- [DocumentBodyStart:889aaecd-f4ff-47f3-b143-7fa86388778e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Is anyone working on a 3.x compatible version?&amp;#160; The documentation on converting is over this newbies head.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:889aaecd-f4ff-47f3-b143-7fa86388778e] --&gt;</description>
      <pubDate>Fri, 12 Aug 2011 21:27:10 GMT</pubDate>
      <author>community@zenoss.org</author>
      <guid>http://community.zenoss.org/docs/DOC-3383#comments-4452</guid>
      <dc:date>2011-08-12T21:27:10Z</dc:date>
      <clearspace:dateToText>2 years, 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

