Skip to content

Prefer /proc over ps on Linux for general metrics.#6

Merged
samuel-williams-shopify merged 3 commits intomainfrom
general-linux-specific
Feb 19, 2026
Merged

Prefer /proc over ps on Linux for general metrics.#6
samuel-williams-shopify merged 3 commits intomainfrom
general-linux-specific

Conversation

@samuel-williams-shopify
Copy link
Contributor

@samuel-williams-shopify samuel-williams-shopify commented Feb 19, 2026

There have been some reports of people deploying to infrastructure which doesn't have ps or has a version of ps without all the fields. On Linux, we can just use /proc directly.

Fixes socketry/falcon#337.

Types of Changes

  • New feature.

Contribution

@samuel-williams-shopify samuel-williams-shopify changed the title General linux specific Prefer /proc over ps on Linux for general metrics. Feb 19, 2026
@samuel-williams-shopify samuel-williams-shopify force-pushed the general-linux-specific branch 4 times, most recently from 787b9c1 to 8081991 Compare February 19, 2026 07:46
@samuel-williams-shopify samuel-williams-shopify force-pushed the general-linux-specific branch 5 times, most recently from c566d91 to f429466 Compare February 19, 2026 09:30
@ioquatix ioquatix force-pushed the general-linux-specific branch 2 times, most recently from 1d48395 to ba66033 Compare February 19, 2026 10:04
@samuel-williams-shopify samuel-williams-shopify merged commit af1255a into main Feb 19, 2026
44 of 48 checks passed
@ioquatix ioquatix added this to the v0.10.0 milestone Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation: Procps (ps) requirement for ProcessMonitor

2 participants