Skip to content

lockss/lockss-debugpanel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debugpanel

Debugpanel logo

Debugpanel is a library and command line tool to interact with the LOCKSS 1.x DebugPanel servlet.

Latest release:0.9.0 (2026-03-18)
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.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

About

Library and command line tool to interact with the LOCKSS 1.x DebugPanel servlet

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages