Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

add command to give basic information on a pool #1170

Merged
merged 5 commits into from
Aug 24, 2021

Conversation

bmc-msft
Copy link
Contributor

The command onefuzz status pool pool-name now provides something akin to:

❯ onefuzz status pool default
{
    "node_state": {
        "free": 5,
        "busy": 1
    },
    "tasks": {
        "312c725b-a3ca-4718-97b0-793b9a5ca27a": 1
    }
}

@bmc-msft bmc-msft changed the title add `` to give basic information on acti… add command to give basic information on pools Aug 23, 2021
@bmc-msft bmc-msft changed the title add command to give basic information on pools add command to give basic information on a pool Aug 23, 2021
@bmc-msft bmc-msft linked an issue Aug 23, 2021 that may be closed by this pull request
src/cli/onefuzz/cli.py Outdated Show resolved Hide resolved
src/cli/onefuzz/status/cmd.py Show resolved Hide resolved
src/cli/onefuzz/status/cmd.py Show resolved Hide resolved
@bmc-msft bmc-msft enabled auto-merge (squash) August 24, 2021 18:11
@bmc-msft bmc-msft merged commit ce7c121 into microsoft:main Aug 24, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Sep 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Easy way to discover which tasks are using VMs from a pool
3 participants