Skip to content

miniproto.observability.process_rss_bytes

process_rss_bytes() -> int | None

Return this process’s reported RSS/working-set byte count when available.

Returns:

  • int | None – Platform-reported byte count, or None when the platform cannot provide it.