Documentation
¶
Index ¶
Constants ¶
View Source
const ( KubeBenchNameLabel = "kubebench.apecloud.io/name" KubeBenchTypeLabel = "kubebench.apecloud.io/type" )
View Source
const ( PgbenchType = "pgbench" SysbenchType = "sysbench" RedisBenchType = "redisbench" TpccType = "tpcc" TpcdsType = "tpcds" TpchType = "tpch" YcsbType = "ycsb" FioType = "fio" )
View Source
const ( MySqlDriver = "mysql" PostgreSqlDriver = "postgresql" MongoDbDriver = "mongodb" RedisDriver = "redis" OceanBaseOracleTenantDriver = "oceanbase-oracle" DamengDriver = "dameng" MinioDriver = "minio" )
View Source
const ( CleanupStep = "cleanup" PrepareStep = "prepare" RunStep = "run" AllStep = "all" )
View Source
const ( KubebenchEnvPgbench = "KUBEBENCH_PGBENCH_IMAGE" KubebenchEnvSysbench = "KUBEBENCH_SYSBENCH_IMAGE" KubebenchEnvTpcc = "KUBEBENCH_TPCC_IMAGE" KubebenchEnvTpcds = "KUBEBENCH_TPCDS_IMAGE" KubebenchEnvTpch = "KUBEBENCH_TPCH_IMAGE" KubebenchEnvYcsb = "KUBEBENCH_YCSB_IMAGE" KubebenchEnvFio = "KUBEBENCH_FIO_IMAGE" KubebenchEnvRedisBench = "KUBEBENCH_REDISBENCH_IMAGE" KubebenchExporter = "KUBEBENCH_EXPORTER_IMAGE" KubebenchTools = "KUBEBENCH_TOOLS_IMAGE" )
View Source
const (
CfgKeyCtrlrMgrTolerations = "CM_TOLERATIONS"
)
View Source
const (
ContainerName = "kubebench"
)
Variables ¶
This section is empty.
Functions ¶
func GetBenchmarkImage ¶
GetBenchmarkImage get benchmark image
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.