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

xpra top list view improvements #2553

Closed
totaam opened this issue Jan 16, 2020 · 3 comments
Closed

xpra top list view improvements #2553

totaam opened this issue Jan 16, 2020 · 3 comments
Labels

Comments

@totaam
Copy link
Collaborator

totaam commented Jan 16, 2020

Following up #2363.

  • use threading so we don't block the main thread querying the list of sessions
  • show the return code string when launching a subcommand (especially if it fails)
  • give more of an overview: show how loaded the sessions are, sort them by CPU / fps?
@totaam
Copy link
Collaborator Author

totaam commented Feb 20, 2020

See also #2601

@totaam
Copy link
Collaborator Author

totaam commented Jul 23, 2020

Updates:

  • r27027 better handling of signals, show subprocess exit info
  • r27028 show server cpu percentage
  • r27029 refactoring
  • r27030 win32 and macos packaging for psutil

TODO:

  • ensure we never try to use a remote server pid... (hard)
  • expose CPU usage via xpra info instead?

@totaam
Copy link
Collaborator Author

totaam commented Jul 24, 2020

r27034 ensures that the server is local before querying CPU usage using the pid.

This will do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant