-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Visual interface for node resources usage #564
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@lgeertsen Just an idea on this: An overheat protection for local computations would be useful (pause computation until temp is good). |
simogasp
requested review from
yann-lty and
fabiencastan
and removed request for
yann-lty
July 31, 2019 13:29
* NodeLog: remove intermediate property for Loader * StatViewer * keep only one function to load source file * only send request only after the previous one fully completed * update deltaTime before initializing charts * reset "sourceModified" property when source changes
use MaterialLabel instead of Text
* add a generic ChartViewLegend component that provides an interactive legend for ChartViews * rely more on data bindings to control Series visibility and display
StatViewer fixed
* do not rely on the ordering of the json entries, as it can vary from one version to another. * ensure variables are always initialized (even in case of exception) * add some debug logging on errors in nvidia-smi parsing
* compute max peak ram if no total ram info * hide GPU chart if the file is from a previous version
ComputerStatistics is instanciated for each NodeChunk, so any computation here takes time. Instead we initialize the values on the first update().
fabiencastan
changed the title
Visual interface for node statistics
Visual interface for node resources usage
Aug 12, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Visual charts to get computer information during node execution.
Automatically updates charts while nodes are computing
Possibility to view CPU usage for every core and the average usage
Highlighting curves when hovering over the checkbox of a cpu for better visibility