You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a list of all running processes and on what machine
Document how to check the status of each running process or the best way to check the status if it needs developed
To check status of processes with python, take a look at remote-obs-website/project/views.py
-- function system_processes()
-- call it by navigating to 10.30.1.24/system/processes
-- Currently hardcoded to check only rts2 processes, but could add in a process name string in url to check other processes like:
@app.route('/system/processes/string:process_name')
[from Dan Avner email 9/2/2020]
The text was updated successfully, but these errors were encountered:
State Machine (anyone)
Create a list of all running processes and on what machine
Document how to check the status of each running process or the best way to check the status if it needs developed
To check status of processes with python, take a look at remote-obs-website/project/views.py
-- function system_processes()
-- call it by navigating to 10.30.1.24/system/processes
-- Currently hardcoded to check only rts2 processes, but could add in a process name string in url to check other processes like:
@app.route('/system/processes/string:process_name')
[from Dan Avner email 9/2/2020]
The text was updated successfully, but these errors were encountered: