Crates.io | program_monitor |
lib.rs | program_monitor |
version | 0.1.2 |
source | src |
created_at | 2024-08-02 08:57:14.988543 |
updated_at | 2024-08-02 16:23:35.441983 |
description | Program Monitor is a utility for monitoring C and C++ programs on Linux and recovering them from unexpected segmentation faults. |
homepage | |
repository | https://github.com/twenty2811/program_monitor |
max_upload_size | |
id | 1322945 |
size | 5,997 |
Program Monitor is a utility for monitoring C and C++ programs on Linux and recovering them from unexpected segmentation faults. If this is what you need, you can use it for your purposes.
[!WARNING] This program is a work in progress and may contain bugs. Use at your own risk.
git clone https://github.com/twenty2811/program_monitor
cd program_monitor
cargo install --path .
To use program_monitor, simply run the command below in your terminal:
program_monitor PROGRAM_THAT_MAY_SEGMENTATION_FAULT
Contributions from the community to improve program_monitor is welcome. If you have any ideas for new features, suggestions for improvements, or you have discovered a bug, please feel free to open an issue or submit a pull request.
Thank you for your interest in contributing to Program Monitor. Your help is appreciated, and we look forward to working with you.
Program Monitor is licensed under the MIT License. See LICENSE for more information.
Thank you for using Program Monitor!