Skip to content

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

License

Notifications You must be signed in to change notification settings

lockss/lockss-debugpanel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 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.8.0 (2025-07-01)
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:

# 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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages