Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localhost-monitoring #16

Closed
ineiti opened this issue Oct 5, 2015 · 2 comments
Closed

Localhost-monitoring #16

ineiti opened this issue Oct 5, 2015 · 2 comments
Assignees

Comments

@ineiti
Copy link
Member

ineiti commented Oct 5, 2015

I would like to have a working monitoring for the localhost-simulation, so we can have some quick tests on a local computer.

@ineiti
Copy link
Member Author

ineiti commented Oct 7, 2015

Could be done with a new proxy instead of the logserver. Add a monitor-library that can be included from users, localhost and each app, then use

  • monitor.setup_proxy in users so that the deterlab-servers can contact the deterlab-platform
  • monitor.connect in apps, which either connects to the users-proxy or the localhost-platform
  • monitor.listen which opens the port for listening on the monitor-server, which is deploy
  • monitor.send_stats pushes one structure of statistics to the monitor-server
  • monitor.save_stats writes the stats to a file

@ineiti
Copy link
Member Author

ineiti commented Nov 4, 2015

Implemented in #42

@ineiti ineiti closed this as completed Nov 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants