Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Container struct for statistics read from the /proc filesystem for a thread. More...
#include <os-util.h>
Public Member Functions | |
ThreadStats () | |
Public Attributes | |
int64_t | user_ns |
int64_t | kernel_ns |
int64_t | iowait_ns |
Container struct for statistics read from the /proc filesystem for a thread.
Utility methods to read interesting values from /proc. TODO: Get stats for parent process.
|
inline |
int64_t impala::ThreadStats::iowait_ns |
Definition at line 30 of file os-util.h.
Referenced by impala::GetThreadStats(), and impala::ThreadMgr::ThreadGroupUrlCallback().
int64_t impala::ThreadStats::kernel_ns |
Definition at line 29 of file os-util.h.
Referenced by impala::GetThreadStats(), and impala::ThreadMgr::ThreadGroupUrlCallback().
int64_t impala::ThreadStats::user_ns |
Definition at line 28 of file os-util.h.
Referenced by impala::GetThreadStats(), and impala::ThreadMgr::ThreadGroupUrlCallback().