Associate
- Joined
- 18 Jan 2007
- Posts
- 497
- Location
- Edinburgh
Hello
What I'm trying to do is get some figures to show the time taken for the home page to be loaded up. Currently I'm sitting with this code:
logparser.exe -i w3c "select time-taken into datagrid FROM C:\XXXXXX\ex090301.log WHERE cs-uri-stem='/' order by time-taken desc"
This works fine but the thing is there are some erratic results and would like to take the 95th percentile to clear these extraordinarily high values.
I'm not sure about getting a percentage to print out though.
Any help would be great.
What I'm trying to do is get some figures to show the time taken for the home page to be loaded up. Currently I'm sitting with this code:
logparser.exe -i w3c "select time-taken into datagrid FROM C:\XXXXXX\ex090301.log WHERE cs-uri-stem='/' order by time-taken desc"
This works fine but the thing is there are some erratic results and would like to take the 95th percentile to clear these extraordinarily high values.
I'm not sure about getting a percentage to print out though.
Any help would be great.