Show full process name in top
Posted
by Ben K.
on Server Fault
See other posts from Server Fault
or by Ben K.
Published on 2010-05-07T15:46:36Z
Indexed on
2010/05/07
15:59 UTC
Read the original article
Hit count: 305
I'm running a rails stack on ubuntu.
When I ps -AF, I get a descriptive process name set by the apache module like
00:00:43 Rails: /var/www...
which is really helpful in diagnosing load issues.
But when I top, the same process show up simply as
ruby
Is there any way to get the ps -AF process name in top?
© Server Fault or respective owner