出于教育目的,我想追踪 NTP 服务器链,例如 0.de.pool.ntp.org 回到第 1 层 NTP 服务器。我怎样才能做到这一点?
我找到了 ntptrace,但它不起作用:
/home/xyzdragon# ntptrace
localhost: stratum 2, offset -0.009285, synch distance 0.010221
192.53.103.104: timed out, nothing received
***Request timed out
Run Code Online (Sandbox Code Playgroud)
我尝试/usr/bin/ntptrace
通过手动重现该 Perl 脚本的步骤进行调试:
home/xyzdragon# ntpq -n
ntpq> pe
remote refid st t when poll reach delay offset jitter
==============================================================================
+78.47.249.19 56.1.129.236 3 - 129 128 376 27.339 14.405 12.857
ntpq> host 78.47.249.19
current host set to 78.47.249.19
ntpq> pe
78.47.249.19: timed out, nothing received
***Request timed out
Run Code Online (Sandbox Code Playgroud)
其实ntptrace …
我编写了一个example.jar
使用 spark 上下文的程序。如何在使用 Slurm 的集群上运行它?这与/sf/ask/2051574171/有关,但答案不是很详细,也不是关于 serverfault。