Hi
Sorry, if this is wrong place.
Is it possible to find "LIST OF PROCESSES ACTIVELY RUNNING ON A MACHINE USING JAVA".if yes, please provide some information.
Thanks
-
list processes actively running on the machine (1 messages)
- Posted by: Venu Gopal Amaravadi
- Posted on: January 19 2002 13:15 EST
Threaded Messages (1)
- list processes actively running on the machine by Jason McKerr on January 19 2002 13:35 EST
-
list processes actively running on the machine[ Go to top ]
- Posted by: Jason McKerr
- Posted on: January 19 2002 13:35 EST
- in response to Venu Gopal Amaravadi
In unix, look either use top or ps -ef | grep <username>
in windows just use the task manager.