Generate resource graphs using Flux
Project description
Compspec Flux
A compspec (Composition spec) is a specification and model for comparing things. Compspec Flux provides a simple means to extract metadata about a running flux instance, namely the graph of nodes. Other links of interest include:
- Compspec: the Python library that discovers and loads this plugin.
- Compatibility: of container images and applications to a host environment.
- Compspec Go: the Go library that retrieves artifacts and makes graphs for image selection and scheduling.
Usage
Install compspec and the plugin here:
pip install compspec
pip install compspec-flux
Then (alongside a Flux instance) run the plugin. Note that the VSCode setup provided here will provide this for you. You can use defaults, or add any parameters to the plugin after the plugin name "flux" Here is how to start a flux instance:
flux start --test-size=4
And here is how to print to the terminal:
compspec extract flux
Flux output
{
"graph": {
"nodes": {
"0": {
"id": 0,
"metadata": {
"type": "cluster",
"basename": "cluster",
"name": "cluster0",
"uniq_id": 0,
"containment": {
"paths": "/cluster0"
},
"size": 1,
"unit": "",
"rank": 0,
"exclusive": false
}
},
"1": {
"id": 1,
"metadata": {
"type": "node",
"basename": "node",
"name": "node1",
"uniq_id": 1,
"containment": {
"paths": "/cluster0/node1"
},
"size": 1,
"unit": "",
"rank": 0,
"exclusive": false
}
}
},
"edges": [
{
"source": "0",
"target": "1",
"metadata": {
"name": {
"containment": "contains"
}
}
},
{
"source": "1",
"target": "0",
"metadata": {
"name": {
"containment": "in"
}
}
}
]
}
}
And how to save to file
compspec extract --outfile cluster-resources.json flux
License
HPCIC DevTools is distributed under the terms of the MIT license. All new contributions must be made under this license.
See LICENSE, COPYRIGHT, and NOTICE for details.
SPDX-License-Identifier: (MIT)
LLNL-CODE- 842614
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file compspec-flux-0.0.11.tar.gz
.
File metadata
- Download URL: compspec-flux-0.0.11.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e66d1b698ed1b944f3fbc0af85b20869f6cdba0d9c6a00440c841f564e46b97 |
|
MD5 | be9107eef772ad5bd3b93ebcf9397cf3 |
|
BLAKE2b-256 | ec6cbb128bb7fdeb6a065254cf198b0848a2e24ed06e7883cc6dd7cb846e71ef |
File details
Details for the file compspec_flux-0.0.11-py3-none-any.whl
.
File metadata
- Download URL: compspec_flux-0.0.11-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95c273ea14ec7d9850d62a09dec8f4b79a6aaafc738196fb12133f2ef95f2932 |
|
MD5 | e75f820d987f4893ada500cae19063ff |
|
BLAKE2b-256 | bc0cdd6ec7785daba68edbb77a26cc025d774ac57850c814421d8756b25c7f15 |