New Features

  • Add sql_import_sge_accounting().

New Features

Documentation

  • Updated SGE accounting vignette.

  • Updated example data for number of users over time.

Bug Fixes

  • disk_free() failed because some columns were not recognized.

  • Field nbr_of_jobs returned by sge_make_week_index() was a cumulative sum, not number of jobs per week.

  • open_file_at(..., auto_close = TRUE) was not safe; it could end up closing the incorrect connection if the intended one had been closed and another one had been opened. Dropped options for auto_close to be on safe side.

New Features

New Features

Documentation

  • Add vignettes ‘SGE Accounting File’ and ‘Jobs on the SGE queue’.

Bug Fixes

  • The ru_wallclock values returned by read_sge_account() were corrupted by “random” NAs.

New Features

New Features

New Features

Documentation

  • Expand example of read_sge_accounting() to display how to inspect how much CPU time was spent on successful and failed jobs.

Bug Fixes

  • Package did not pass R CMD check --as-cran on systems without qhost.

New Features

Significant Changes

  • The system("scripts", "system_info.R", package="wyntonquery") script is now robust against errors; if there’s an error querying a particular host, then that host is dropped from the final out.

  • The system("scripts", "system_info.R", package="wyntonquery") script now caches results from individual compute nodes.

  • host_info() now reports on cpu_model, which corresponds to the cpu_info() field model_name, e.g. “Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz”. Previously, it tried to report on the CPU speed but that fluctuated from run to run because it was incorrectly inferred from the cpu_mhz field.

New Features

  • on_hostname() gained argument cache for controlling whether cached results should be considered or not.

  • It’s now possible to specify which hosts to query via environment variable R_WYNTONQUERY_INCLUDE.

  • on_hostname() gained argument on_error for controlling how errors should be handled.

Bug Fixes

  • cpu_info() did not handle upper-case letters in field names.

New Features