supervisord alternative - Async process supervision
supervisord alternatifi - Asenkron proses denetimi
Asenkron runtime
tokio = { version = "1", features = ["full"] }Proses kontrolu
nix = "0.27"Sistem metrikleri
sysinfo = "0.30"HTTP API
axum = "0.7"Copy this Cargo.toml to get started:
[package]
name = "my-process-manager"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1", features = ["full"] }
nix = "0.27"
sysinfo = "0.30"
axum = "0.7"
thiserror = "1"
tracing = "0.1"Docker/Podman alternative - OCI-compliant container runtime
systemd alternative - Service manager with dependency resolution
Secure code execution with Landlock, seccomp, and namespaces
Hypervisor using KVM - Run virtual machines