Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "runtime/disk-io-mgr-stress.h"
#include "util/cpu-info.h"
#include "util/string-parser.h"
#include "common/names.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Variables | |
const int | DEFAULT_DURATION_SEC = 1 |
const int | NUM_DISKS = 5 |
const int | NUM_THREADS_PER_DISK = 5 |
const int | NUM_CLIENTS = 10 |
const bool | TEST_CANCELLATION = true |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 33 of file disk-io-mgr-stress-test.cc.
References DEFAULT_DURATION_SEC, impala::CpuInfo::Init(), impala::InitThreading(), NUM_CLIENTS, NUM_DISKS, NUM_THREADS_PER_DISK, impala::StringParser::PARSE_SUCCESS, impala::DiskIoMgrStress::Run(), and TEST_CANCELLATION.
const int DEFAULT_DURATION_SEC = 1 |
Definition at line 27 of file disk-io-mgr-stress-test.cc.
Referenced by main().
const int NUM_CLIENTS = 10 |
Definition at line 30 of file disk-io-mgr-stress-test.cc.
Referenced by main().
const int NUM_DISKS = 5 |
Definition at line 28 of file disk-io-mgr-stress-test.cc.
Referenced by main().
const int NUM_THREADS_PER_DISK = 5 |
Definition at line 29 of file disk-io-mgr-stress-test.cc.
Referenced by main().
const bool TEST_CANCELLATION = true |
Definition at line 31 of file disk-io-mgr-stress-test.cc.
Referenced by main().