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
We should have an integration test that monitors the status on each advertise server. In addition, it should let us know if it is at a high load.
As the advertise server generates load logs and error logs, we might parse these log files, in addition to the output from unix utilities like top to see what is going on.
Ideally, we should have the same integration test be runnable for each advertise server, with a configurable path if each server is set up in different directories on the different machines.
The text was updated successfully, but these errors were encountered:
We probably want monitoring scripts (pinging the server, checking that the processes run) and integration tests (using the actual RepyV2 libraries to announce/look up stuff).
We should have an integration test that monitors the status on each advertise server. In addition, it should let us know if it is at a high load.
As the advertise server generates load logs and error logs, we might parse these log files, in addition to the output from unix utilities like
top
to see what is going on.Ideally, we should have the same integration test be runnable for each advertise server, with a configurable path if each server is set up in different directories on the different machines.
The text was updated successfully, but these errors were encountered: