Class ProfileTimePlot
Time plots of the current resource usage on the cluster
Declaration
source linkDocumentation
This is two plots, one for CPU and Memory and another for Network I/O
Methods
▶ def __init__(self, server, doc=None, **kwargs) override ▷ def trigger_update(self, update_metadata=True) @without_property_validation @without_property_validation
def trigger_update(
self,
update_metadata=True,
)
▶ def update(self, state, metadata=None) override @without_property_validationinherited doc Reads from bokeh.distributed.messages and updates self.source
Reexports