ps -aefreturns quite full information about processes running. But it cuts command line so you cannot see full command and arguments the process has been started with. To fix that in Solaris (SunOS) use this command:
usr/ucb/ps -auxwwFor example to view all java processes following command is useful:
/usr/ucb/ps -auxww | grep java | grep -v grep
Комментариев нет:
Отправить комментарий