.. $Id: epicsdf.rst 590 2011-08-02 21:17:50Z jemian $ :mod:`epicsdf`: EPICS diskfree, in python ------------------------------------------ The :mod:`epicsdf` module watches a disk partition and periodically reports information to EPICS PVs. The :func:`epicsdf.run()` function is used to run the background job. The :func:`epicsdf.df_demo()` function gives a demonstration of one possible, alternative use. .. automodule:: epicsdf :members: :synopsis: diskfree, in python