-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
192 changed files
with
1,933 additions
and
1,972 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.