bruce wrote:
hi.. i have a test python script running... can someone tell me how i can see the resource usage.. i did a "top" but i don't see the app.. i started the app --> ./test.py thanks -bruce
top -p<pid of process> per the top man page. Bob...
bruce wrote:
hi.. i have a test python script running... can someone tell me how i can see the resource usage.. i did a "top" but i don't see the app.. i started the app --> ./test.py thanks -bruce
top -p<pid of process> per the top man page. Bob...