Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
impala::TcmallocMetric::PhysicalBytesMetric Class Reference

#include <memory-metrics.h>

Inheritance diagram for impala::TcmallocMetric::PhysicalBytesMetric:
Collaboration diagram for impala::TcmallocMetric::PhysicalBytesMetric:

Public Member Functions

 PhysicalBytesMetric (const std::string &key)
 

Private Member Functions

virtual void CalculateValue ()
 

Detailed Description

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.

Constructor & Destructor Documentation

impala::TcmallocMetric::PhysicalBytesMetric::PhysicalBytesMetric ( const std::string &  key)
inline

Definition at line 57 of file memory-metrics.h.

Member Function Documentation

virtual void impala::TcmallocMetric::PhysicalBytesMetric::CalculateValue ( )
inlineprivatevirtual

The documentation for this class was generated from the following file: