Description Super class Methods
This rule measures overall system usage per worker node. The rule currently only aggregates values per node and computes their percentiles. The rule does currently not take any threshold parameters into account nor can it trigger. The reason behind that is that other rules already cover cases such as under utilization and they do it at a more fine-grained level e.g. per GPU. We may change this in the future.
sagemaker.debugger::ProfilerRuleBase
-> OverallSystemUsage
new()
Initialize OverallSystemUsage class
OverallSystemUsage$new(scan_interval_us = 60 * 1000 * 1000)
scan_interval_us
: interval with which timeline files are scanned. Default is 60000000 us.
clone()
The objects of this class are cloneable with this method.
OverallSystemUsage$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.