File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes customise process info display on UNIX Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "customise process info display on UNIX" Watch "customise process info display on UNIX" New topic
Author

customise process info display on UNIX

himanshu sharma
Greenhorn

Joined: Jul 18, 2001
Posts: 3
When I run a java process on UNIX and do 'ps -ef | grep java ' I see something like :
ntssyst6 29243 1 0 15:33:58 ? 0:08 /opt/jdk/1.3.0.0/solaris/bin/../bin/sparc/native_threads/java -Xms128m -Xmx128m
If I have two java processes, its difficult to identify them.
Is there a flag in JRE to set the name of process?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: customise process info display on UNIX
 
Similar Threads
identifying two java processes in UNIX
Tomcat Won't Shutdown in Unix
identifying two java preocesses in UNIX
Kill a process
Unix env variables not available to Java Process