We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
w
Our implementation of w shows more users than w from procps-ng:
$ cargo run -q w USER TTY LOGIN@ IDLE JCPU PCPU WHAT dho tty1 07:29 TODO 0.08 0.08 /usr/bin/startplasma-wayland dho pts/0 07:29 TODO 5127.583.13 /usr/bin/kded6 dho pts/1 07:29 TODO 87.50 0.01 /bin/bash dho pts/2 07:32 TODO 1.95 0.05 /bin/bash dho pts/3 07:32 TODO 0.36 0.24 /bin/bash dho pts/4 07:32 TODO 0.19 0.04 /bin/bash dho pts/5 07:32 TODO 0.06 0.06 /bin/bash $ w 16:31:58 up 9:03, 2 users, load average: 0.26, 0.24, 0.20 USER TTY LOGIN@ IDLE JCPU PCPU WHAT dho tty1 07:29 9:03m 0.08s 0.08s /usr/bin/startplasma-wayland dho 07:29 8:59m 0.00s 0.95s /usr/lib/systemd/systemd --user
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Our implementation of
w
shows more users thanw
from procps-ng:The text was updated successfully, but these errors were encountered: