Debugpanel
Debugpanel is a command line tool and Python library to interact with the LOCKSS 1.x DebugPanel servlet.
- Latest release:
0.9.0 (2026-03-18)
- Documentation:
- Release notes:
- License:
- Repository:
- Issues:
Quick Start
# Requires Python 3.10 or greater
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
debugpanel crawl -A list.txt -n lockss1.example.edu:8081 -n lockss2.example.edu:8081
# Alternatively, list lockss1.example.edu:8081 and lockss2.example.edu:8081 in nodes.txt
debugpanel crawl -A list.txt -N nodes.txt
Table of Contents