Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/3hhh/qubes-performance
Analyze Qubes OS VM startup performance.
https://github.com/3hhh/qubes-performance
Last synced: 3 months ago
JSON representation
Analyze Qubes OS VM startup performance.
- Host: GitHub
- URL: https://github.com/3hhh/qubes-performance
- Owner: 3hhh
- License: gpl-3.0
- Created: 2021-11-29T16:32:13.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T17:50:13.000Z (3 months ago)
- Last Synced: 2024-10-18T16:29:18.859Z (3 months ago)
- Language: Shell
- Size: 73.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-qubes-os - Analyze Qubes OS VM - Analyze Qubes OS VM startup performance. (Troubleshooting)
README
# qubes-performance
Analyze [Qubes OS](https://www.qubes-os.org/) VM startup performance.
The [samples directory](https://github.com/3hhh/qubes-performance/tree/master/samples) contains some results to compare your own to. Pull requests to add your own results are always welcome!
## Installation
1. Download [blib](https://github.com/3hhh/blib), copy it to dom0 and install it according to [its instructions](https://github.com/3hhh/blib#installation).
2. Download this repository with `git clone https://github.com/3hhh/qubes-performance.git` or your browser and copy it to dom0.
3. Move the repository to a directory of your liking.
4. Symlink the `qubes-performance` binary into your dom0 `PATH` for convenience, e.g. to `/usr/bin/`.### A word of caution
It is recommended to apply standard operational security practices during installation such as:
- Github SSL certificate checks
- Check the GPG commit signatures using `git log --pretty="format:%h %G? %GK %aN %s"`. All of them should be good (G) signatures coming from the same key `(1533 C122 5C1B 41AF C46B 33EB) EB03 A691 DB2F 0833` (assuming you trust that key).
- Code reviewYou're installing something to dom0 after all.
## Usage
Execute `qubes-performance` for a usage description.
## Uninstall
1. Remove all symlinks that you created during the installation.
2. Remove the repository clone from dom0.
3. Uninstall [blib](https://github.com/3hhh/blib) according to [its instructions](https://github.com/3hhh/blib#uninstall).## Copyright
© 2023 David Hobach
GPLv3See `LICENSE` for details.