What is the unit of measure for rtt times in heartbeat

I have a sample showing the following json snippet

    "tcp": {
          "rtt": {
            "connect": {
              "us": 79589
            }
          }
        },

Is that 79,589 nanoseconds?

I am just guessing, but I would suggest us means microseconds. Hopefully someone that actually knows can comment :slight_smile:

I did not think of the greek Mu - that would make sense.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.