Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-41145

Node response times might show incorrect values

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • core
    • None

      Currently the response times for the Jenkins agents are computed using:

      System.currentTimeMillis();
      

      https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/node_monitors/ResponseTimeMonitor.java#L109,

      So the response time might be slightly skewed. Instead it might be better if we switch to using System.nanoTime(); for more accurate times.

            Unassigned Unassigned
            schristou Steven Christou
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: