-
Enhancement
-
Resolution: Won't Do
-
Minor
-
None
-
None
-
None
-
None
When running a command to get the PID from jps the word Loader will be there and we can conclude what is "Loader"
Before:
./profiler.sh -d 10 "$(jps | grep "Loader" | cut -d ' ' -f1)"
After:
./profiler.sh -d 10 "$(jps | grep "InfinispanServerLoader" | cut -d ' ' -f1)"