Skip to content

Commit

Permalink
fixing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Snell1224 committed Aug 26, 2024
1 parent 385c706 commit a9817f5
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions rtd/docs/source/asf/index.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
.. image:: ../images/appsysfusion.png
:width: 300
:height: 125
:align: center

ASF
====
AppSysFusion provides analysis and visualization capabilities aimed at serving insights from HPC monitoring data gathered with LDMS, though could be generalized outside of that scope.
It combines a Grafana front-end with a Django back-end to perform in-query analyses on raw data and return transformed information back to the end user.
By performing in-query analyses, only data of interest to the end-user is operated on rather than the entirety of the dataset for all analyses for all time.
This saves significant computation and storage resources with the penalty of slightly higher query times.
These analyses are modular python scripts that can be easily added or changed to suit evolving needs.
The current implementation is aimed at querying DSOS databases containing LDMS data, though efforts are in progress to abstract this functionality out to other databases and datatypes.

.. toctree::
:maxdepth: 2

asf-quickstart
asf-tutorial
grafanapanel
grafanause
pyanalysis
.. image:: ../images/appsysfusion.png
:width: 300
:height: 125
:align: center

ASF
====
AppSysFusion provides analysis and visualization capabilities aimed at serving insights from HPC monitoring data gathered with LDMS, though could be generalized outside of that scope.
It combines a Grafana front-end with a Django back-end to perform in-query analyses on raw data and return transformed information back to the end user.
By performing in-query analyses, only data of interest to the end-user is operated on rather than the entirety of the dataset for all analyses for all time.
This saves significant computation and storage resources with the penalty of slightly higher query times.
These analyses are modular python scripts that can be easily added or changed to suit evolving needs.
The current implementation is aimed at querying DSOS databases containing LDMS data, though efforts are in progress to abstract this functionality out to other databases and datatypes.

.. toctree::
:maxdepth: 2

asf-quickstart
asf-tutorial
grafanapanel
grafanause
pyanalysis

0 comments on commit a9817f5

Please sign in to comment.