Data obtained from ping: is it round trip or one way? shows that the data of a ping measures both directions together.
Is there any way to split this information in time-to-destination and time-back?
Data obtained from ping: is it round trip or one way? shows that the data of a ping measures both directions together.
Is there any way to split this information in time-to-destination and time-back?
No, this is not possible because the time measurement happens inside the ping command with a simple time diff calculation between when the ping was sent and when it was received back. There is no timestamp information in the ICMP request that would allow to split this.