# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "autometric" in publications use:' type: software license: MIT title: 'autometric: Background Resource Logging' version: 0.0.5.9002 doi: 10.32614/CRAN.package.autometric abstract: Intense parallel workloads can be difficult to monitor. Packages 'crew.cluster', 'clustermq', and 'future.batchtools' distribute hundreds of worker processes over multiple computers. If a worker process exhausts its available memory, it may terminate silently, leaving the underlying problem difficult to detect or troubleshoot. Using the 'autometric' package, a worker can proactively monitor itself in a detached background thread. The worker process itself runs normally, and the thread writes to a log every few seconds. If the worker terminates unexpectedly, 'autometric' can read and visualize the log file to reveal potential resource-related reasons for the crash. The 'autometric' package borrows heavily from the methods of packages 'ps' and 'psutil'. authors: - family-names: Landau given-names: William Michael email: will.landau.oss@gmail.com orcid: https://orcid.org/0000-0003-1878-3253 repository: https://wlandau.r-universe.dev repository-code: https://github.com/wlandau/autometric commit: 8c1446ff045a24d1e496aa7bce080a934ae6af0b url: https://wlandau.github.io/autometric/ contact: - family-names: Landau given-names: William Michael email: will.landau.oss@gmail.com orcid: https://orcid.org/0000-0003-1878-3253