autograder.cli.system

The autograder.cli.system package contains tools for interacting with the system/server running the autograder.

This package contains the following CLI tools:


autograder.cli.system.stacks

Get stack traces for all the currently running routines (threads) on the server.

usage: python3 -m autograder.cli.system.stacks [-h] [--version]
                                               [--server SERVER] [--user USER]
                                               [--pass PASS] [--testing-mode]
1"""
2The `autograder.cli.system` package contains tools for interacting with the system/server running the autograder.
3"""