Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <memory-metrics.h>
Public Member Functions | |
PhysicalBytesMetric (const std::string &key) | |
Private Member Functions | |
virtual void | CalculateValue () |
Derived metric computing the amount of physical memory (in bytes) used by the process, including that actually in use and free bytes reserved by tcmalloc. Does not include the tcmalloc metadata.
Definition at line 55 of file memory-metrics.h.
|
inline |
Definition at line 57 of file memory-metrics.h.
|
inlineprivatevirtual |
Definition at line 61 of file memory-metrics.h.
References impala::TcmallocMetric::PAGEHEAP_UNMAPPED_BYTES, and impala::TcmallocMetric::TOTAL_BYTES_RESERVED.