<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Get-WFALogger slow in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Get-WFALogger-slow/m-p/26900#M5647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sinhaa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For completeness, the other system I was testing on was Windows 2008 R2 SP1, Powershell 2.0, .NET 4.0.30319, WFA 2.1.0.70.32.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible for me to do some testing with the WFA 2.2 beta myself?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Dec 2013 16:34:09 GMT</pubDate>
    <dc:creator>ktim</dc:creator>
    <dc:date>2013-12-17T16:34:09Z</dc:date>
    <item>
      <title>Get-WFALogger slow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Get-WFALogger-slow/m-p/26883#M5643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Logging seems to slow down WFA commands significantly. For example, the simple command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ($i=0; $i -lt 120; $i++) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Get-WFALogger -Info -message "Message #$i"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;takes over 110 seconds to run, with significant pauses. See example (edited) output below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to avoid this (other than not logging!). This is a significant issue with some of the complex commands I am working on that need to be reasonably verbose. Is this addressed in WFA 2.2 perhaps?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;08:05:40.653 INFO&amp;nbsp; [Test-WFALogger] ### Command 'Test-WFALogger' ###&lt;/P&gt;&lt;P&gt;08:05:44.640 INFO&amp;nbsp; [Test-WFALogger] Message #0&lt;/P&gt;&lt;P&gt;08:05:44.654 INFO&amp;nbsp; [Test-WFALogger] Executing command: ./Test-WFALogger1452081226577934398.ps1 &lt;/P&gt;&lt;P&gt;08:05:44.711 INFO&amp;nbsp; [Test-WFALogger] Message #1&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;08:05:47.069 INFO&amp;nbsp; [Test-WFALogger] Message #46&lt;/P&gt;&lt;P&gt;08:05:47.125 INFO&amp;nbsp; [Test-WFALogger] Message #47&lt;/P&gt;&lt;P&gt;08:06:38.736 INFO&amp;nbsp; [Test-WFALogger] Message #48&amp;nbsp;&amp;nbsp; &amp;lt;--- 51 second pause here&lt;/P&gt;&lt;P&gt;08:06:38.765 INFO&amp;nbsp; [Test-WFALogger] Message #49&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;08:06:41.109 INFO&amp;nbsp; [Test-WFALogger] Message #95&lt;/P&gt;&lt;P&gt;08:06:41.165 INFO&amp;nbsp; [Test-WFALogger] Message #96&lt;/P&gt;&lt;P&gt;08:07:32.790 INFO&amp;nbsp; [Test-WFALogger] Message #97&amp;nbsp; &amp;lt;--- another pause&lt;/P&gt;&lt;P&gt;08:07:32.819 INFO&amp;nbsp; [Test-WFALogger] Message #98&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;08:07:33.801 INFO&amp;nbsp; [Test-WFALogger] Message #111&lt;/P&gt;&lt;P&gt;08:07:33.872 INFO&amp;nbsp; [Test-WFALogger] Message #112&lt;/P&gt;&lt;P&gt;08:07:34.265 INFO&amp;nbsp; [Test-WFALogger] Message #113&lt;/P&gt;&lt;P&gt;08:07:34.293 INFO&amp;nbsp; [Test-WFALogger] Message #114&lt;/P&gt;&lt;P&gt;08:07:34.756 INFO&amp;nbsp; [Test-WFALogger] Command completed, took 114047 milliseconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;08:14:01.809 INFO&amp;nbsp; [Test-WFALogger] ### Command 'Test-WFALogger' ###&lt;/P&gt;&lt;P&gt;08:14:03.747 INFO&amp;nbsp; [Test-WFALogger] Executing command: ./Test-WFALogger8603262905416236348.ps1 &lt;/P&gt;&lt;P&gt;08:14:03.775 INFO&amp;nbsp; [Test-WFALogger] Message #0&lt;/P&gt;&lt;P&gt;08:14:03.817 INFO&amp;nbsp; [Test-WFALogger] Message #1&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;08:14:05.109 INFO&amp;nbsp; [Test-WFALogger] Message #45&lt;/P&gt;&lt;P&gt;08:14:05.151 INFO&amp;nbsp; [Test-WFALogger] Message #46&lt;/P&gt;&lt;P&gt;08:14:07.875 INFO&amp;nbsp; [Test-WFALogger] Message #47&lt;/P&gt;&lt;P&gt;08:14:57.843 INFO&amp;nbsp; [Test-WFALogger] Message #48&amp;nbsp; &amp;lt;--- another pause&lt;/P&gt;&lt;P&gt;08:14:57.885 INFO&amp;nbsp; [Test-WFALogger] Message #49&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;08:14:59.387 INFO&amp;nbsp; [Test-WFALogger] Message #94&lt;/P&gt;&lt;P&gt;08:14:59.416 INFO&amp;nbsp; [Test-WFALogger] Message #95&lt;/P&gt;&lt;P&gt;08:15:01.915 INFO&amp;nbsp; [Test-WFALogger] Message #96&lt;/P&gt;&lt;P&gt;08:15:53.833 INFO&amp;nbsp; [Test-WFALogger] Message #97&amp;nbsp; &amp;lt;--- another pause&lt;/P&gt;&lt;P&gt;08:15:53.904 INFO&amp;nbsp; [Test-WFALogger] Message #98&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;08:15:54.535 INFO&amp;nbsp; [Test-WFALogger] Message #118&lt;/P&gt;&lt;P&gt;08:15:54.563 INFO&amp;nbsp; [Test-WFALogger] Message #119&lt;/P&gt;&lt;P&gt;08:15:54.816 INFO&amp;nbsp; [Test-WFALogger] Command completed, took 112993 milliseconds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:47:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Get-WFALogger-slow/m-p/26883#M5643</guid>
      <dc:creator>ktim</dc:creator>
      <dc:date>2025-06-05T05:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Get-WFALogger slow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Get-WFALogger-slow/m-p/26888#M5644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ktim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Slow response may be due to a number of reasons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the above logging example code on multiple WFA server versions, but I couldn't find anything to reach a conclusion.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;WFA2.0.1 it was on average taking 4000milisec with no pause.&lt;/LI&gt;&lt;LI&gt;On 2 of my WFA2.1 servers it was taking time just about as yours. in fact more, in range of 120,000 miliseconds with 2-3 significant pause as your case.&lt;/LI&gt;&lt;LI&gt;On 2 WFA2.2 ( under development but Beta is out), it was on an avg taking 4500 milisec with no pause.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please provide the below details?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. WFA version&lt;/P&gt;&lt;P&gt;2. Windows OS version.&lt;/P&gt;&lt;P&gt;3. Powershell version&lt;/P&gt;&lt;P&gt;4. If possible your .NET version&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you help in determining the above, feel free to ask.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Dec 2013 04:05:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Get-WFALogger-slow/m-p/26888#M5644</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2013-12-14T04:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Get-WFALogger slow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Get-WFALogger-slow/m-p/26893#M5645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sinhaa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Details:&lt;/P&gt;&lt;P&gt;WFA 2.1.0.70.32&lt;/P&gt;&lt;P&gt;Have seen this on 2 different systems:&lt;/P&gt;&lt;P&gt;1. Windows 2003 SP2 Datacenter x64 Edition, Powershell 2.0, .NET versions 2.0SP2, 3.0SP2, 3.5SP1, 4 (Client Profile &amp;amp; Extended) installed&lt;/P&gt;&lt;P&gt;2. Windows 2008R2, not sure of PoSH &amp;amp; .NET versions - lab is offline at the moment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's good to see that this might be fixed in 2.2. It may also help to explain the relative slowness observed moving from 2.0 to 2.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Dec 2013 12:18:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Get-WFALogger-slow/m-p/26893#M5645</guid>
      <dc:creator>ktim</dc:creator>
      <dc:date>2013-12-14T12:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Get-WFALogger slow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Get-WFALogger-slow/m-p/26896#M5646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for providing the details Tim. We are looking into this issue. I'll keep you updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;warm regards,&lt;/P&gt;&lt;P&gt;sinhaa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Dec 2013 12:43:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Get-WFALogger-slow/m-p/26896#M5646</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2013-12-15T12:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Get-WFALogger slow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Get-WFALogger-slow/m-p/26900#M5647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sinhaa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For completeness, the other system I was testing on was Windows 2008 R2 SP1, Powershell 2.0, .NET 4.0.30319, WFA 2.1.0.70.32.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible for me to do some testing with the WFA 2.2 beta myself?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 16:34:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Get-WFALogger-slow/m-p/26900#M5647</guid>
      <dc:creator>ktim</dc:creator>
      <dc:date>2013-12-17T16:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Get-WFALogger slow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Get-WFALogger-slow/m-p/26905#M5648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;     Send me an email in couple days, I shall help you with 2.2 beta.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;adai&lt;/P&gt;&lt;P&gt;Sent from my Droid, excuse typos.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 16:44:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Get-WFALogger-slow/m-p/26905#M5648</guid>
      <dc:creator>adaikkap</dc:creator>
      <dc:date>2013-12-17T16:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Get-WFALogger slow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Get-WFALogger-slow/m-p/26911#M5649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Its not a problem which may get resolved with upgrading to WFA2.2 beta. It perhaps is a Jboss issue, WFA2.0.1 used Jboss5.5 and WFA2.1 and above upgraded to Jboss7. We are working on a solution to reduce the long pauses without effecting any other performance parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll update you very soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sinhaa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 17:31:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Get-WFALogger-slow/m-p/26911#M5649</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2013-12-17T17:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Get-WFALogger slow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Get-WFALogger-slow/m-p/26916#M5650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; For more details on the issue take a look at bug762050.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 23:48:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Get-WFALogger-slow/m-p/26916#M5650</guid>
      <dc:creator>adaikkap</dc:creator>
      <dc:date>2013-12-17T23:48:44Z</dc:date>
    </item>
  </channel>
</rss>

