Quantcast
Channel: Performance Analysis of Logs (PAL) Tool
Viewing all articles
Browse latest Browse all 913

New Post: counter exclusion

$
0
0
Hi frvallet,

No, but I could probably add it easily or you could make the modification yourself.
On line 2841 of PAL.ps1, here is the code:
                            ForEach ($XmlExcludeNode in $XmlDataSource.SelectNodes('./EXCLUDE'))
                            {
                                If ($XmlExcludeNode.INSTANCE -eq $XmlCounterInstanceNode.NAME)
                                {
                                    $IsCounterInstanceMatch = $False
                                }
                            }
You could change the -eq to be a -match for a regular expression. I would need to test it.
What kind of analysis are you trying to create?

Viewing all articles
Browse latest Browse all 913

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>