madrob commented on pull request #250:
URL: https://github.com/apache/solr/pull/250#issuecomment-1027097574
This doesn't work on my local macOS Monterey 12.2
```
$ ps -o stat --no-headers 30425
ps: illegal option -- -
usage: ps [-AaCcEefhjlMmrSTvwXx] [-O fmt | -o fmt] [-G gid[,gid...]]
[-g grp[,grp...]] [-u [uid,uid...]]
[-p pid[,pid...]] [-t tty[,tty...]] [-U user[,user...]]
ps [-L]
```
However, the following seems to work:
```
$ ps -o stat= 30425
S
```
Can you check if this same syntax will work on Linux?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]