Debugpanel is a library and command line tool to interact with the LOCKSS 1.x DebugPanel servlet.
| Latest release: | 0.8.2 (2026-02-03) |
|---|---|
| Documentation: | https://docs.lockss.org/en/latest/software/debugpanel |
| Release notes: | CHANGELOG.rst |
| License: | LICENSE |
| Repository: | https://github.com/lockss/lockss-debugpanel |
| Issues: | https://github.com/lockss/lockss-debugpanel/issues |
Quick Start:
# Requires Python 3.9-3.13 python --version # Install with pipx pipx install lockss-debugpanel # Verify installation and discover all the commands debugpanel --help # Reload config on lockss1.example.edu:8081 debugpanel reload-config -n lockss1.example.edu:8081 # Crawl AUIDs from list.txt on lockss1.example.edu:8081 and lockss2.example.edu:8081 # ...First alternative: each node gets a -n debugpanel crawl -A list.txt -n lockss1.example.edu:8081 -n lockss2.example.edu:8081 # ...Second alternative: each -n can have more than argument debugpanel crawl -A list.txt -n lockss1.example.edu:8081 lockss2.example.edu:8081
