Crates.io | process-mumu |
lib.rs | process-mumu |
version | 0.1.1 |
created_at | 2025-08-16 07:15:27.259888+00 |
updated_at | 2025-08-16 17:05:22.100058+00 |
description | Proces tools plugin for the Mumu ecosphere |
homepage | https://lava.nu11.uk |
repository | https://gitlab.com/tofo/mumu-process |
max_upload_size | |
id | 1798074 |
size | 57,449 |
A Lava/MuMu plugin for process and system info utilities.
process:info
: Gathers information about the current process and environment, including:
cdylib
)In Lava:
```lava
extend("process")
process:info(slog)
slog( process:check_tasks() )
[
pid: 12345,
uid: 1000,
username: "guru",
self: "/usr/bin/laval",
binary_name: "laval",
cwd: "/home/guru/projects",
launch_args: ["laval", "main.mu"],
platform: "linux",
architecture: "x86_64",
memory_usage_kb: 54321,
event_loop_len: 42,
]
make
make install
Or use cargo build --release
and copy libmumuprocess.so
to your Lava plugins directory.
Dual-licensed under MIT or Apache-2.0, at your option.
See LICENSE.
© 2025 Tom Fotheringham and contributors