-
Notifications
You must be signed in to change notification settings - Fork 200
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
Add status screen #24
Comments
can we use dtrace for this? |
No, I wouldn't do it on Linux emulation level, but on the Javascript level. |
This is awesome. I would love to help, let me know what I can do. |
Just start. You can't do much wrong, because I have no idea yet, how to implement it in a nice way. |
For the moment, it doesn't matter how the stats are displayed. If instead of the framebuffer, in the terminal or outside of terminal and framebuffer. |
Could see using a tty for this, or it'd be pretty awesome to send statsd messages from inside the image sent to an emulated daemon running alongside the main VM. The latter would be a fair amount of effort but having the ability to write client side 'servers' in JS which run outside the emulator and interact via the network would probably open up all sorts of interesting things. Ideally such a thing could be written to run in node and connect via the relay (e.g. no special handling here), or to embed in the browser itself. |
Otherwise, I'm not sure how you can get stats on those things without something living inside the image to give them to you. |
One of the main applications of jor1k is teaching. It would be therefore nice to add a status-screen with statistics about syscalls, page faults, exceptions, network usage, filesystem usage, and further debug messages.
The text was updated successfully, but these errors were encountered: