Reference Documentation
This directory contains technical reference documentation for HyperSDK.
Contents
Quick Reference
HyperSDK provides three main command-line tools:
- hyperctl - Interactive TUI for VM migration
- hyperexport - Batch VM export tool
- hypervisord - Daemon service for automated migrations
See CLI Reference for complete command syntax and options.
Configuration
Configuration can be provided via:
- YAML configuration files
- JSON configuration files
- Command-line flags
- Environment variables
See Configuration Reference for all available options.
For optimal performance:
- Configure appropriate bandwidth limits
- Use concurrent export workers
- Enable compression for network transfers
- Monitor system resources
See Performance Tuning for detailed optimization strategies.
Getting Help
If you encounter issues:
- Check the Troubleshooting Guide
- Review logs in
/var/log/hypervisord/
- Consult the API Documentation
- Report issues on GitHub