|
I have a set of web page performance measurements spanning quite some time, generated by an external monitoring provider. I want to be able to find the mean page performance after removing spikes caused by external factors out of our control, and am thinking along the lines of using a truncated mean as a best measure of central tendency but am having problems with the implementation. Here's my thinking so far:
I can calculate how many values I should be removing easily, but can't work out how to actually remove them. If there's a better way, I'd love to know it! My query string (not yet working properly) so far is:
but of course head can't take a parameter that's not an integer. |
|
Have you considered using http://www.splunk.com/base/Documentation/4.1.5/SearchReference/Outlier
Awesome! I hadn't managed to find any reasonable examples of 'where', but that's exactly what I need. Thanks!
(08 Oct '10, 00:37)
nonspecialist
|
