PSI Stop Scoring and GUI
In order to stop the PSI application, each PSI task must be killed. To determine which tasks are active the following command should be issued. [codesyntax lang=”bash”] ps aux | grep gunicorn [/codesyntax] The application dynamically generate and issues this command. The results of that command are listed below. [codesyntax lang=”bash”] ec2-user 10460 0.0 0.8 […]