program_monitor 0.1.2

Program Monitor is a utility for monitoring C and C++ programs on Linux and recovering them from unexpected segmentation faults.
Documentation
  • Coverage
  • 0%
    0 out of 4 items documented0 out of 3 items with examples
  • Size
  • Source code size: 5.53 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 140.35 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • twenty2811/program_monitor
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • twenty2811

Program Monitor

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.

Installation

git clone https://github.com/twenty2811/program_monitor
cd program_monitor
cargo install --path .

Usage

To use program_monitor, simply run the command below in your terminal:

program_monitor PROGRAM_THAT_MAY_SEGMENTATION_FAULT

Contributing

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.

License

Program Monitor is licensed under the MIT License. See LICENSE for more information.

Thank you for using Program Monitor!