I have started a background job. Is there a way to know how it is progressing, and whether it has stopped?
My command line is like:
java weka.classifiers.trees.J48 -t data.arff J48-data.model >& log
|
I have started a background job. Is there a way to know how it is progressing, and whether it has stopped? My command line is like:
|
||||
|
|
|
For java processes, use jps command. This would give more information pertaining to the java environment of the java process. |
|||
|
|
|
You could simply Or a |
|||
|
|
|
In addition to Nikhil's Java-specific suggestion of You can look for the process in the output of You can trace the process with |
|||
|
|