[Bug 56966] AccessLogValve's elapsed time has 15ms precision on Windows

2020-02-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56966 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 56966] AccessLogValve's elapsed time has 15ms precision on Windows

2019-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56966 --- Comment #11 from Mark Thomas --- TOMCAT-NEXT.txt root of the repo, master branch. -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 56966] AccessLogValve's elapsed time has 15ms precision on Windows

2019-08-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56966 --- Comment #10 from Michael Osipov --- (In reply to Mark Thomas from comment #9) > The API changes to implement this mean it needs to wait for a new major > version. I have added it to the 10.0.x TODO list. Can you please share the todo

[Bug 56966] AccessLogValve's elapsed time has 15ms precision on Windows

2019-03-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56966 --- Comment #9 from Mark Thomas --- The API changes to implement this mean it needs to wait for a new major version. I have added it to the 10.0.x TODO list. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56966] AccessLogValve's elapsed time has 15ms precision on Windows

2016-03-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56966 --- Comment #8 from Mark Thomas --- The times were consistent on my fairly old (2008) server running Win 2008 R2 at 15/600 regardless with Java 7 Java 8 and Java 9. On my 2012 OSX laptop the times were consistently ~40μs for

[Bug 56966] AccessLogValve's elapsed time has 15ms precision on Windows

2016-03-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56966 --- Comment #7 from Mark Thomas --- Hmm. Both methods around 40μs on may newer laptop which would make this change pretty much zero perofromnace impact. There are a few too many variables here. H/W, OS, JVM etc. I'm going to

[Bug 56966] AccessLogValve's elapsed time has 15ms precision on Windows

2016-03-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56966 --- Comment #6 from Mark Thomas --- System.nanoTime() is approximately 40x slower than System.currentTimeMillis(). On my machine the equates to the difference between ~600ns and ~15ns per call. Duration requires a start and

[Bug 56966] AccessLogValve's elapsed time has 15ms precision on Windows

2014-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56966 --- Comment #5 from Christopher Schultz ch...@christopherschultz.net --- (In reply to Konstantin Kolinko from comment #1) I see 1ms precision when running on Windows 7. I see 1ms running on Linux. The last time when I observed 10ms was

[Bug 56966] AccessLogValve's elapsed time has 15ms precision on Windows

2014-12-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56966 --- Comment #4 from Tom Fitzhenry t...@tom-fitzhenry.me.uk --- The machine is a virtual machine running on the Windows Azure hypervisor (similar to Hyper-V, supposedly). The guest OS runs Windows Server 2012 R2, and reports its hardware

[Bug 56966] AccessLogValve's elapsed time has 15ms precision on Windows

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56966 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added OS||All

[Bug 56966] AccessLogValve's elapsed time has 15ms precision on Windows

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56966 --- Comment #2 from Tom Fitzhenry t...@tom-fitzhenry.me.uk --- I observed the 15ms precision on Windows Server 2012 R2, the latest MS server edition. Sorry, I should have mentioned that in the description. -- You are receiving this mail

[Bug 56966] AccessLogValve's elapsed time has 15ms precision on Windows

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56966 --- Comment #3 from Christopher Schultz ch...@christopherschultz.net --- Any other environmental notes? For instance, are you running on bare metal or in a virtualized environment? -- You are receiving this mail because: You are the

[Bug 56966] AccessLogValve's elapsed time has 15ms precision on Windows

2014-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56966 Tom Fitzhenry t...@tom-fitzhenry.me.uk changed: What|Removed |Added OS|All |Windows

[Bug 56966] AccessLogValve's elapsed time has 15ms precision on Windows

2014-09-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56966 Tom Fitzhenry t...@tom-fitzhenry.me.uk changed: What|Removed |Added CC|