Comment on I let LLMs write an Elixir NIF in C; it mostly workedComments−juped1ySo all this arose because you didn't read the docs and note that get_disk_info/1 immediately fetches the data when called? The every-30-minutes-by-default checks are for generating "disk usage is high" event conditions.−leansensei1yThanks, that was not clear to me from skimming the docs.However, this NIF also returns more fields than the disksup function.
Comments
So all this arose because you didn't read the docs and note that get_disk_info/1 immediately fetches the data when called? The every-30-minutes-by-default checks are for generating "disk usage is high" event conditions.
Thanks, that was not clear to me from skimming the docs.
However, this NIF also returns more fields than the disksup function.