How do I filter procmon results on time-of-day?
Asked Answered
R

1

6

Filtering procmon results on time-of-day does not work as one would expect. Suppose the results show a line with time-of-day "7:44:26.4065994 AM".

  • If you filter on 'Time of Day' begins with '7:44:26', all results are filtered out.
  • If you filter on 'Time of Day' contains '7:44:26', you get the expected results.
  • If you try to filter more precisely, specifying contains '7:44:26.40', all the results are filtered out.

Unlike the other procmon fields, which are uniformly treated as strings, the time-of-day field is not, apparently. There may be some way to filter precisely, but it's not obvious.

Ringler answered 2/8, 2017 at 16:36 Comment(0)
R
10

You can select a range of lines from the procmon listing and then, by right clicking, you can exclude lines before or after that range. This exclusion is based on date and time.

This has the desired effect. In addition you can look at the filter and see how this effect is achieved.

Ringler answered 2/2, 2019 at 16:53 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.