-
Notifications
You must be signed in to change notification settings - Fork 407
Program Checkpointing
Sergey Bronnikov edited this page Jun 11, 2020
·
1 revision
- QEMU
- https://wiki.qemu.org/Features/record-replay
- https://www.linux-kvm.org/images/d/d0/02x06b-DeterministicReplay.pdf
- VMWare https://www.vmware.com/pdf/ws7_replay_linux_technote.pdf
- Overview https://pdfs.semanticscholar.org/presentation/148e/bdfec7da4fa9d98e16f847c5901f3affb057.pdf
- KVM https://www.researchgate.net/publication/269086963_A_KVM-Based_Logging_and_Replay_System_for_Debugging_Non-Deterministic_Executions
- vmss2core
- https://www.vmware.com/pdf/snapshot2core_technote.pdf
- https://labs.vmware.com/flings/vmss2core
- rr
- https://github.com/mozilla/rr/wiki/Usage (32bit only, single thread)
- https://blog.not-a-kernel-guy.com/2017/05/07/rr/
- https://rr-project.org/rr.html#2.0
- Intel https://software.intel.com/en-us/node/667824
- WinDBG
- https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/time-travel-debugging-overview
- https://www.usenix.org/legacy/events/vee06/full_papers/p154-bhansali.pdf
- perf
Copyright © 2014-2024 Sergey Bronnikov. Follow me on Mastodon @sergeyb@honk.bronevichok.ru and Telegram.
Learning
- Glossary
- Books:
- Courses
- Learning Tools
- Bugs And Learned Lessons
- Cheatsheets
Tools / Services / Tests
- Quality Assurance Tools
- Test Runners
- Testing-As-A-Service
- Conformance Test Suites
- Test Infrastructure
- Fault injection
- TTCN-3
- Continuous Integration
- Speedup your CI
- Performance
- Formal Specification
- Toy Projects
- Test Impact Analysis
- Formats
Functional testing
- Automated testing
- By type:
WIP sections
Community
Links