Skip to content

Commit

Permalink
add system-status to the RNs (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Nov 21, 2024
1 parent d585100 commit f9f8523
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
Binary file added source/images/system-status.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions source/reference/files/ondemand-d-ymls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -989,3 +989,24 @@ Configuration Properties
.. code-block:: yaml
bc_sessions_poll_delay: 30000
.. _status_poll_delay:

.. describe:: status_poll_delay (Integer, 10000)

How long the client browser should wait, in milliseconds,
to update the system status page.

Default
The default poll delay of 10000 (10 seconds).

.. code-block:: yaml
status_poll_delay: 10000
Example
Increase the poll delay to 30000 (30 seconds).

.. code-block:: yaml
status_poll_delay: 30000
23 changes: 23 additions & 0 deletions source/release-notes/v4.0-release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ New Features

- `Global Batch Connect items`_
- `noVNC quality and compression defaults`_
- `Batch connect sessions poll delay`_
- `System Status application`_

Thanks!
-------
Expand Down Expand Up @@ -136,3 +138,24 @@ variable ``POLL_DELAY``.
In 4.0 this is a documented configuration with ``POLL_DELAY`` being
deprecated. See :ref:`the bc_sessions_poll_delay documentation <bc_sessions_poll_delay>`
for more details.

System Status application
.........................

Your center may have deployed OSC's system status application:
https://github.com/osc/osc-systemstatus.

4.0 now ships with this application natively, though it
only supports Slurm clusters in this release.

Here's an example image from OSC detailing the system status of
our clusters.

.. figure:: /images/system-status.png
:alt: An image showing the system status application. There are 4 panels for each cluster. Each panel shows the number of nodes available, cores available, GPUs available jobs running and jobs queued. It also shows percentages available for nodes, cores and GPUs.

This application will poll for updates at regular intervals to automatically
update the page. The default is 10 seconds. See :ref:`the documentation on status_poll_dela <status_poll_delay>`
for more details.

Visit :ref:`disabling_applications` to disable this application.

0 comments on commit f9f8523

Please sign in to comment.