Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Make process checks work better #92

Conversation

weierophinney
Copy link
Member

As reported in #82, on some operating systems, ps -ef will not work as intended if the window is too small to show the entire process name. The solution to this is to enable unlimited width output, which causes each line to wrap (-ww).

This patch also does method extraction refactors to simplify the logic.

Fixes #82

As reported in zendframework#82, on some operating systems, `ps -ef` will not work as
intended if the window is too small to show the entire process name. The
solution to this is to enable unlimited width output, which causes each
line to wrap (`-ww`).

This patch also does method extraction refactors to simplify the logic.
@weierophinney weierophinney merged commit d139738 into zendframework:master Jun 25, 2018
weierophinney added a commit that referenced this pull request Jun 25, 2018
weierophinney added a commit that referenced this pull request Jun 25, 2018
@weierophinney weierophinney deleted the hotfix/82-process-screen-width branch June 25, 2018 22:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant