0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
Hypertable::MemStat Struct Reference

A structure to retrieve memory statistics (RAM size, used size, free size etc) More...

#include <SystemInfo.h>

Public Member Functions

MemStatrefresh ()
 
bool operator== (const MemStat &other) const
 
bool operator!= (const MemStat &other) const
 

Public Attributes

double ram
 
double total
 
double used
 
double free
 
double actual_used
 
double actual_free
 

Detailed Description

A structure to retrieve memory statistics (RAM size, used size, free size etc)

Definition at line 103 of file SystemInfo.h.

Member Function Documentation

bool Hypertable::MemStat::operator!= ( const MemStat other) const
inline

Definition at line 106 of file SystemInfo.h.

bool MemStat::operator== ( const MemStat other) const

Definition at line 88 of file SystemInfo.cc.

MemStat & Hypertable::MemStat::refresh ( )

Definition at line 470 of file SystemInfo.cc.

Member Data Documentation

double Hypertable::MemStat::actual_free

Definition at line 116 of file SystemInfo.h.

double Hypertable::MemStat::actual_used

Definition at line 115 of file SystemInfo.h.

double Hypertable::MemStat::free

Definition at line 114 of file SystemInfo.h.

double Hypertable::MemStat::ram

Definition at line 111 of file SystemInfo.h.

double Hypertable::MemStat::total

Definition at line 112 of file SystemInfo.h.

double Hypertable::MemStat::used

Definition at line 113 of file SystemInfo.h.


The documentation for this struct was generated from the following files: