MCPcopy Create free account
hub / github.com/apache/impala / used_memory

Function used_memory

docker/monitor.py:55–57  ·  view source on GitHub ↗

Returns total used RAM on system, in GB.

()

Source from the content-addressed store, hash-verified

53
54
55def used_memory():
56 """Returns total used RAM on system, in GB."""
57 return _memory()[1]
58
59
60def _memory():

Callers 1

_monitorMethod · 0.85

Calls 1

_memoryFunction · 0.85

Tested by

no test coverage detected