When you have a lot of processes running in your machine, you often check your if application running using ps command in linux for example (java processes)
That command outputs several running java processes on your linux machine. However it is still difficult to see if your application running, if you search certain parameters by your eye.
Below is a sample bash script that helps you to find if your application running by checking parameters.
After you run this script, it shows an output like