You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a significant difference in the timings between the IBM ported tools sudo and the zopen tools sudo.
The CPU time looks to be four times larger.
RC=(0) [SYSA] bash-5.2$ /usr/lpp/ported/bin/sudo -V
Sudo version 1.7.2p2
RC=(0) [SYSA] bash-5.2$ time /usr/lpp/ported/bin/sudo ps -ef
real 0m0.192s
user 0m0.109s
sys 0m0.036s
--
RC=(0) [SYSA] bash-5.2$ which sudo
/hewitt/zopentools/guild/sudo-1.9.15p5/bin/sudo
RC=(0) [SYSA] bash-5.2$ time sudo ps -ef
real 0m3.460s
user 0m0.494s
sys 0m0.165s
The text was updated successfully, but these errors were encountered:
Do you see a difference in performance when running as "sudo ps -ef" as root vs non-root? Does sudo-1.9.15p6 have the same performance issue?
On my system, I'm seeing <1s on sudo ps -ef
There is a significant difference in the timings between the IBM ported tools sudo and the zopen tools sudo.
The CPU time looks to be four times larger.
RC=(0) [SYSA] bash-5.2$ /usr/lpp/ported/bin/sudo -V
Sudo version 1.7.2p2
RC=(0) [SYSA] bash-5.2$ time /usr/lpp/ported/bin/sudo ps -ef
real 0m0.192s
user 0m0.109s
sys 0m0.036s
--
RC=(0) [SYSA] bash-5.2$ which sudo
/hewitt/zopentools/guild/sudo-1.9.15p5/bin/sudo
RC=(0) [SYSA] bash-5.2$ time sudo ps -ef
real 0m3.460s
user 0m0.494s
sys 0m0.165s
The text was updated successfully, but these errors were encountered: