Skip to content

Releases: FZJ-JSC/llview

2.3.2-base

16 Dec 11:41
Compare
Choose a tag to compare

Added

  • Improved Gitlab plugin (that runs now by default only every 15min), including possibility to give units of metric
  • Improvements on Prometheus plugin: possibility to authenticate with token, added min/max to metrics, possibility to turn off verification on requests
  • Possibility to give system status information to be shown on the webportal
  • Added pre-set options for grid
  • JuRepTool: Added 'link failure' error recognition

Changed

  • Improved default columns shown on tables (description, conversions, etc)
  • Decrease the default amount of cores used in different steps, to avoid using too much memory
  • Deactivated all but basic Slurm queries by default (and commented out CB in config)
  • Unified 'monitor' logs now also located in the 'logs' folder
  • Improved documentation (including a first version of how to add new metrics)
  • Changed onhover to use list/array instead of dict/object in gitlab plugin (so order is kept)
  • Adapted serverAll search command to be able to use 2 systems in one server
  • JuRepTool: Activated Core metrics by default for JuRepTool reports (must be deactivated if those metrics are not available)
  • Changes from production: internal improvements
  • Other small improvements

Fixed

  • Fixes for absent logic cores (for systems without SMT)
  • Fixed columns when grid is not used (including defaults)
  • Fixed filter for admin jobs on plotlists.dat (files were not created, but jobs were being added for JuRepTool)
  • Create temporary .htgroups_all user to avoid building up support when there's a problem
  • Fixes in monitor_file.pl: folders not recognized in when given with 2 slashes, folders not created when slash at the end missing
  • JuRepTool: Fixed error output to be also .errlog, to be listed in listerrors
  • JuRepTool: Fixed 'CPU Usage' in Overview graph
  • JuRepTool: Removed rows containing 'inf' values
  • Other small fixes

2.3.1-base

10 Jul 15:58
Compare
Choose a tag to compare

Prometheus plugin and GitLab plugin for Continuous Benchmarks! Many fixes and improvements, some of which are listed below.

Added

  • Prometheus and Gitlab (for Continuous Benchmark) plugins
  • Brought changes from production version, mainly rsync list of files
  • JuRepTool: Added hash for each graph to URL (also automatically while scrolling)
  • JuRepTool: Added link in plotly graphs to copy the link

Changed

  • Improved README, with thumbnail
  • Usage->Utilization for GPU
  • Added ActiveSM in GPU metrics

Fixed

  • Fixed project link
  • Fixed regex pattern for 'CANCELLED by user' to allow more general usernames
  • Fix for cases where username is in support but not alluser (previously didn't have access to _queued)
  • JuRepTool: Fixed icon sizes in plotly modeBar
  • JuRepTool: Fix for horizontal scroll in nav of html report
  • JuRepTool: adapt for new slurm 'extern' job name
  • JuRepTool: Escape job and step name
  • JuRepTool: Ignore '+0' in step id
  • JuRepTool: Removed deprecated function 'utcfromtimestamp'
  • JuRepTool: Added new tests and fixed old ones (due to new metrics)
  • JuRepTool: Added line break in 'Cancelled by username' in PDF timeline to avoid overlapping text

2.3.0-base

21 May 15:04
Compare
Choose a tag to compare

Faster tables! Using now ag-grid to virtualise the tables, now many more jobs can be shown on the tables. It also provides a "Quick Filter" (or Global Search) that is applied over all columns at once.

Added

  • Support for datatables/grids
  • CSV files can be generated
  • New template and Perl script to create grid column definitions
  • Added dc-wai queue on jureptool system config
  • JURI: Added grid (faster tables) support using ag-grid-community library
  • JURI: Helper functions for grid
  • JURI: Grid filters (including custom number filter, which accepts greater '>#', lesser '<#' and InRange '#-#'; and 'clear filter' per column)
  • JURI: Quick filter (on header bar)
  • JURI: Now data can be loaded from csv (usually much smaller than json)

Changed

  • Removed old 'render' field from column definitions (not used)
  • Default Support view now has a single 'Jobs' page with running and history jobs using grid
  • JURI: Adapted to grid:
    • Buttons on infoline (column groups show/hide, entries, clear filter, download csv)
    • Presentation mode
    • Refresh button
    • Link from jobs on workflows

Fixed

  • Improved README and Contributing pages
  • Fixed text of Light/Dark mode on documentation page
  • Fixed get_cmap deprecation in new matplotlib version
  • JURI: Small issues on helpers
  • JURI: Fixed color on 'clear filter' link

2.2.4-base

03 Apr 17:44
Compare
Choose a tag to compare

Added

  • Added System tab (usage and statistics) for Support View
  • Added option to delete error files on listerrors script
  • Added llview controller in scripts (llview stop and llview start for now)
  • Added power measurements (CurrentWatts) (LML, database and JuRepTool)
  • Added LLVIEW_WEB_DATA option on .llview_server_rc (not hardcoded on yaml anymore, as the envvars are expanded for post_rows)
  • Added LLVIEW_WEB_IMAGE option on .llview_server_rc to change web image file
  • Added wservice and execdir automatic folder creation
  • Added .llview_server_rc to monitor (otherwise, changes in that file required "hard" restart)
  • Added icmap action, configuration and documentation
  • Added generation of DBgraphs (from production) to automatically create dependency graphs (shown as mermaid graphs on the "Dependency Graphs" of Support View)
  • Added trigger script and step to dbupdate action to use on DBs that need triggering
  • Added options to dump options as JSON or YAML using envvars (LLMONDB_DUMP_CONFIG_TO_JSON and LLMONDB_DUMP_CONFIG_TO_YAML)
  • Added CODE_OF_CONDUCT.md

Changed

  • Improved systemname in slurm plugin
  • Changed order on .llview_server_rc to match .llview_remote_rc
  • Separated transferreports stat step on dbupdate.conf
  • Moved folder creation msg to log instead of errlog
  • Improved documentation about .htaccess and accountmap
  • Improved column group names (now possible with special characters and space)
  • Changed name "adapter" to "plugins"
  • Improved parsing of envvars (that can now be empty strings) from .conf files
  • Further general improvements on texts, logs, error messages and documentation
  • JuRepTool: Improvements on documentation and config files
  • JuRepTool: Moved config folder outside server folder

Fixed

  • Fixed starttime=unknown
  • Fixed support in .htgroups when there's no PI/PA
  • Fixed 'UNLIMITED' time in conversion
  • Fixed creation of folder on SLURM plugin
  • Fixed missing id on <input> element
  • Removed export of .llview_server_rc from scripts (as it resulted in errors when in a different location)
  • JuRepTool: Fixed deprecation messages

2.2.3-base

13 Feb 17:08
Compare
Choose a tag to compare

Added

Changed

  • Added more debug information
  • Further improved installations instructions
  • Slurm adapter: Removed hardcoded way to give system name and added to options in yaml
  • Removed error msg from hhmm_short and hhmmss_short, as they can have values that can't be converted (e.g: wall can also have 'UNLIMITED' argument)
  • JuRepTool: Changed log file extension

Fixed

  • Fixed wall default
  • Removed jobs from root and admin also from plotlist.dat (to avoid errors on JuRepTool)
  • fixed SQL type for perc_t
  • JuRepTool: Fixed loglevel from command line
  • JuRepTool: Improved parsing of (key,value) pairs
  • JuRepTool: Fixed favicon
  • JuRepTool: Fixed timeline zoom sync
  • JuRepTool/JURI: Removed external js libraries versions

2.2.2-base

16 Jan 14:05
Compare
Choose a tag to compare

Added

  • Added link to JURI on README
  • Added troubleshooting page on docs
  • Added description of step webservice on the dbupdate action
  • Added timings in Slurm adapter's LML
  • Added new queue on JuRepTool
  • Possibility to use more than one helper function via data_pre (from right to left)
  • Core pattern example configuration (when information of usage per core is available)

Changed

  • Changed images on Web Portal to svg
  • Improved installations instructions
  • Lock PR after merge (CLA action)
  • Improved CITATIONS.cff
  • Automatically create shareddir in remote Slurm action
  • Changed name of crontab logs (to avoid problems in case remote and server run on the same place)

Fixed

  • Fixed default values of wall, waittime, timetostart, and rc_wallh
  • Improved how logs are cleaned to avoid stuck files
  • Fixed workflow of jobs with a single step

2.2.1-base

30 Nov 13:44
Compare
Choose a tag to compare

Added

  • Presentation mode (JURI)
  • CITATION.cff file
  • Zenodo DOI badge

Changed

  • Improved the parsing of values from LML to database

Fixed

  • Missing example configuration files

2.2.0-base

29 Nov 13:59
Compare
Choose a tag to compare

A new package of the new version of LLview was released Open Source! Although it does not include all the features of the production version of LLview running internally on the JSC systems, it contains all recent updates of version 2.2.0. On top of that, it was created using a consistent framework collecting all the configurations into few places as possible.

The included features are:

  • Slurm adapter (used to collect metrics from Slurm on the system to be monitored)
  • The main LLview monitor system that collects and processes the metrics into SQLite3 databases
  • JuRepTool, the module to generate HTML and PDF reports
  • Example actions and configurations to perform a full workflow of LLview, including:
    • collection of metrics
    • processing metrics
    • compressing and archiving
    • transfer of data to Web Server
    • presenting metrics to the users
  • Jülich Reporting Interface (downloaded separately here), the module to create the portal and present the data to the users

Not included are:

  • Client (Live view)
  • Other adapters (currently only Slurm)

The documentation page was also updated to include the installation instructions.