groundwork

Crates.iogroundwork
lib.rsgroundwork
version0.1.0
created_at2025-03-29 12:42:47.185694+00
updated_at2025-03-29 12:42:47.185694+00
descriptionA library that provides a status page for your Rust process
homepagehttps://github.com/mikhail-m1/groundwork
repositoryhttps://github.com/mikhail-m1/groundwork
max_upload_size
id1611166
size137,710
Mikhail Modin (mikhail-m1)

documentation

README

Groundwork

Groundwork is a library that provides a status page for your Rust process.

The status page displays information about the process, including:

  • Memory usage
  • Allocator usage
  • CPU usage
  • File descriptors
  • Sockets
  • Logs / tracing output
  • API Calls information

Currently, only Poem is supported. However, adding support for Axum and other web frameworks should be straightforward. If your service doesn't integrate with any web frameworks, integrating Poem is relatively simple.

Note: Only Linux and macOS are supported at this time.

Getting Started

To begin, add next dependencies to your Cargo.toml file:

groundwork = "0.1"
alloc-metrics = "0.1"

And copy the necessary lines from the hello_world example.

Screenshots

Image Image Image Image
Commit count: 2

cargo fmt