NTP Server test

Einfaches Tool für den NTP-Server testen

  1. Kommandozeile cmd starten
  2. w32tm /stripchart /computer:ch.pool.ntp.org /dataonly /samples:5
  3. ntp.cmd
  4. @echo off  if not "%1"=="" w32tm /stripchart /computer:%1 /dataonly /samples:3 %2 %3 & goto eof
    :noparm
    echo Syntax: ntp ^<ntp-server.domain.tld^>
    echo ntp ^<ntp-server.domain.tld^> /packetinfo
    :eof