For a start, what's the name of the APP?
does it come with a cmd to check status?
Which distro is this?
What about
Code:
# if installed as a service on RHEL type system
service <name> status
# more generally
ps -ef|grep <name>
If you want to check if its hung, you need to check the relevant logfile or some sort of data file that you expect to change regularly