<div dir="ltr">Hello Word,<div><br></div><div>It is not possible to get this information out of the Erlang runtime via any Erlang API call. The only way that I found was to attach a gdb session to the running beam and print the value of the global variable erts_disable_tolerant_timeofday.</div>
<div><br></div><div>Adding a call into erlang:system_info/1 that fetches the value should be very simple if anyone feels like submitting a patch to add it.</div><div><br></div><div>Lukas</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Tue, Mar 25, 2014 at 9:25 AM, Ward Bekker <span dir="ltr"><<a href="mailto:ward@wardbekker.com" target="_blank">ward@wardbekker.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Hi,</span><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">I invoke erl like this:</div>

<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px"><div>erl +A 8 +c -sname project@localhost -mnesia dir db_data -mnesia debug verbose -mnesia \</div>

<div>    no_table_loaders 4 -mnesia dump_log_write_threshold 10000 -mnesia dc_dump_limit 20 \</div><div>    -config priv/app.development \</div><div>    -pa `pwd`/ebin `pwd`/deps/*/ebin -run reloader -s project start -s observer start</div>

</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Notice the '+c'. According to the docs (<a href="http://erlang.org/doc/man/erl.html" target="_blank">http://erlang.org/doc/man/erl.html</a>) this emulator flag should disable compensation for sudden changes of system time. And more importantly, remove the period of high CPU just after resuming my computer (after a good night sleep). </div>

<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">But it doesn't seem to work. How can I double check this emulator flag is indeed toggled within the Erlang shell?</div>

<div style="font-family:arial,sans-serif;font-size:13px"><div><img></div><span class="HOEnZb"><font color="#888888"><div>/Ward</div>
</font></span></div></div>
<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>