Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨Monitoring tools: CLI to monitor what is going on #5162

Merged
16 changes: 16 additions & 0 deletions scripts/maintenance/computational-clusters/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# summary of autoscaled nodes on a deployment

```bash
./osparc_clusters.py --help # to print the help
```


# example usage

```bash
./osparc_clusters.py PATH/TO/DEPLOYX/REPO.CONFIG # this will show the current auto-scaled machines in DEPLOYX
```

```bash
./osparc_clusters.py PATH/TO/DEPLOYX/REPO.CONFIG --ssh-key-path=PATH/TO/DEPLOYX/SSH_KEY # this will show the current auto-scaled machines in DEPLOYX AND also what is running on them
```
Loading