In IIS 7.5 on the Requests Page for a worker process, the Time Elapsed column doesn't sort correctly. It sorts using a string comparison, rather than numerically. For example, a descending sort, which should list the longest running request at the top, would sort "1171" above "412734". Is that just a bug with IIS, or is there some setting that can be tweaked to force it to use numeric sort? I want to be able to quickly see the top few longest running queries... any advice?
↧