perfsonar / perfsonar/pscheduler
pscheduler task query command
@mfeit-internet2 is already working on this.
Since Aug 10, 2018.
- Dominant language
- Python
- Stars
- 60
- Forks
- 38
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
It would be nice to have a command that does the equivalent of adding the json="" to the end of a /tasks API call to help with debugging. Preferably you could give it command-line parameters like you'd feed pscheduler task and it would return and tasks that match the parameters provided. Example (call the command query here but could be whatever):
pscheduler query throughput --source antg-staging.es.net --dest antg-dev.es.net
The result would be a list of tasks that matched the parameters I provided. Would also want to be able to query on archiver parameters, reference parameters, schedule parameters and just about anything else you can feed to the task command currently.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.