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

Admin area #8

Open
aurium opened this issue Sep 16, 2015 · 1 comment
Open

Admin area #8

aurium opened this issue Sep 16, 2015 · 1 comment

Comments

@aurium
Copy link

aurium commented Sep 16, 2015

A restrictive area where the game compo admin can manage the games without interact with the server OS shell.

Should:

  • Install and update games;
  • Configure and update game information;
  • Stop, restart and reload games;
  • See game status. (running, websocket connections, memory%, cpu%, log,...)

This issue is related to issue #9.

@aurium
Copy link
Author

aurium commented Sep 17, 2015

Memory Usage:
Math.round(10000*process.memoryUsage().rss/os.totalmem())/100+'%'

CPU Usage:
http://stackoverflow.com/questions/7773826/how-to-find-out-the-cpu-usage-for-node-js-process#answer-7774034

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

1 participant