Fredhopper runs each of its components as a separate process, so it is useful to be able to review each of the running processes in the Operating System to ensure that the application is running as expected.
Linux/Unix deployments
To monitor all active processes on your Operating System, you can use either the Process Snapshot command:
ps -ef | grep java
Or the Top Tasks command, which can be used to sort processes by resource consumption:
top
Windows deployments
Windows deployments can be checked from the Task Manager, (Ctrl+Shift+Esc), window. Usually the process will be named Java.
Further Fredhopper Monitoring options
Fredhopper shouldn't just be monitored from the Operating System, so we recommend that you review our knowledge base section on Monitoring Fredhopper.
Comments
0 comments
Please sign in to leave a comment.