2017-04-01 09:19:00 +00:00
|
|
|
#include <Common/ProfileEvents.h>
|
2014-01-03 08:20:13 +00:00
|
|
|
|
|
|
|
|
2016-10-24 02:02:37 +00:00
|
|
|
/// Available events. Add something here as you wish.
|
|
|
|
#define APPLY_FOR_EVENTS(M) \
|
2017-04-01 07:20:54 +00:00
|
|
|
M(Query) \
|
|
|
|
M(SelectQuery) \
|
|
|
|
M(InsertQuery) \
|
|
|
|
M(FileOpen) \
|
|
|
|
M(FileOpenFailed) \
|
|
|
|
M(Seek) \
|
|
|
|
M(ReadBufferFromFileDescriptorRead) \
|
|
|
|
M(ReadBufferFromFileDescriptorReadFailed) \
|
|
|
|
M(ReadBufferFromFileDescriptorReadBytes) \
|
|
|
|
M(WriteBufferFromFileDescriptorWrite) \
|
|
|
|
M(WriteBufferFromFileDescriptorWriteFailed) \
|
|
|
|
M(WriteBufferFromFileDescriptorWriteBytes) \
|
|
|
|
M(ReadBufferAIORead) \
|
|
|
|
M(ReadBufferAIOReadBytes) \
|
|
|
|
M(WriteBufferAIOWrite) \
|
|
|
|
M(WriteBufferAIOWriteBytes) \
|
|
|
|
M(ReadCompressedBytes) \
|
|
|
|
M(CompressedReadBufferBlocks) \
|
|
|
|
M(CompressedReadBufferBytes) \
|
|
|
|
M(UncompressedCacheHits) \
|
|
|
|
M(UncompressedCacheMisses) \
|
|
|
|
M(UncompressedCacheWeightLost) \
|
|
|
|
M(IOBufferAllocs) \
|
|
|
|
M(IOBufferAllocBytes) \
|
|
|
|
M(ArenaAllocChunks) \
|
|
|
|
M(ArenaAllocBytes) \
|
|
|
|
M(FunctionExecute) \
|
|
|
|
M(MarkCacheHits) \
|
|
|
|
M(MarkCacheMisses) \
|
|
|
|
M(CreatedReadBufferOrdinary) \
|
|
|
|
M(CreatedReadBufferAIO) \
|
|
|
|
M(CreatedWriteBufferOrdinary) \
|
|
|
|
M(CreatedWriteBufferAIO) \
|
|
|
|
\
|
|
|
|
M(ReplicatedPartFetches) \
|
|
|
|
M(ReplicatedPartFailedFetches) \
|
|
|
|
M(ObsoleteReplicatedParts) \
|
|
|
|
M(ReplicatedPartMerges) \
|
|
|
|
M(ReplicatedPartFetchesOfMerged) \
|
|
|
|
M(ReplicatedPartChecks) \
|
|
|
|
M(ReplicatedPartChecksFailed) \
|
|
|
|
M(ReplicatedDataLoss) \
|
|
|
|
\
|
|
|
|
M(InsertedRows) \
|
|
|
|
M(InsertedBytes) \
|
|
|
|
M(DelayedInserts) \
|
|
|
|
M(RejectedInserts) \
|
|
|
|
M(DelayedInsertsMilliseconds) \
|
|
|
|
\
|
|
|
|
M(ZooKeeperInit) \
|
|
|
|
M(ZooKeeperTransactions) \
|
|
|
|
M(ZooKeeperGetChildren) \
|
|
|
|
M(ZooKeeperCreate) \
|
|
|
|
M(ZooKeeperRemove) \
|
|
|
|
M(ZooKeeperExists) \
|
|
|
|
M(ZooKeeperGet) \
|
|
|
|
M(ZooKeeperSet) \
|
|
|
|
M(ZooKeeperMulti) \
|
|
|
|
M(ZooKeeperExceptions) \
|
|
|
|
\
|
2017-04-17 16:16:04 +00:00
|
|
|
M(DistributedConnectionStaleReplica) \
|
2017-04-01 07:20:54 +00:00
|
|
|
M(DistributedConnectionFailTry) \
|
|
|
|
M(DistributedConnectionFailAtAll) \
|
|
|
|
\
|
|
|
|
M(CompileAttempt) \
|
|
|
|
M(CompileSuccess) \
|
|
|
|
\
|
|
|
|
M(ExternalSortWritePart) \
|
|
|
|
M(ExternalSortMerge) \
|
|
|
|
M(ExternalAggregationWritePart) \
|
|
|
|
M(ExternalAggregationMerge) \
|
|
|
|
M(ExternalAggregationCompressedBytes) \
|
|
|
|
M(ExternalAggregationUncompressedBytes) \
|
|
|
|
\
|
|
|
|
M(SlowRead) \
|
|
|
|
M(ReadBackoff) \
|
|
|
|
\
|
|
|
|
M(ReplicaYieldLeadership) \
|
|
|
|
M(ReplicaPartialShutdown) \
|
|
|
|
\
|
|
|
|
M(SelectedParts) \
|
|
|
|
M(SelectedRanges) \
|
|
|
|
M(SelectedMarks) \
|
|
|
|
\
|
|
|
|
M(MergedRows) \
|
|
|
|
M(MergedUncompressedBytes) \
|
|
|
|
M(MergesTimeMilliseconds)\
|
|
|
|
\
|
|
|
|
M(MergeTreeDataWriterRows) \
|
|
|
|
M(MergeTreeDataWriterUncompressedBytes) \
|
|
|
|
M(MergeTreeDataWriterCompressedBytes) \
|
|
|
|
M(MergeTreeDataWriterBlocks) \
|
|
|
|
M(MergeTreeDataWriterBlocksAlreadySorted) \
|
|
|
|
\
|
|
|
|
M(ObsoleteEphemeralNode) \
|
|
|
|
M(CannotRemoveEphemeralNode) \
|
|
|
|
M(LeaderElectionAcquiredLeadership) \
|
|
|
|
\
|
|
|
|
M(RegexpCreated) \
|
|
|
|
M(ContextLock) \
|
|
|
|
\
|
|
|
|
M(StorageBufferFlush) \
|
|
|
|
M(StorageBufferErrorOnFlush) \
|
|
|
|
M(StorageBufferPassedAllMinThresholds) \
|
|
|
|
M(StorageBufferPassedTimeMaxThreshold) \
|
|
|
|
M(StorageBufferPassedRowsMaxThreshold) \
|
|
|
|
M(StorageBufferPassedBytesMaxThreshold) \
|
|
|
|
\
|
|
|
|
M(DictCacheKeysRequested) \
|
|
|
|
M(DictCacheKeysRequestedMiss) \
|
|
|
|
M(DictCacheKeysRequestedFound) \
|
|
|
|
M(DictCacheKeysExpired) \
|
|
|
|
M(DictCacheKeysNotFound) \
|
|
|
|
M(DictCacheKeysHit) \
|
|
|
|
M(DictCacheRequestTimeNs) \
|
|
|
|
M(DictCacheRequests) \
|
|
|
|
M(DictCacheLockWriteNs) \
|
|
|
|
M(DictCacheLockReadNs) \
|
2017-01-25 18:40:44 +00:00
|
|
|
|
2016-10-24 02:02:37 +00:00
|
|
|
|
2014-01-03 08:20:13 +00:00
|
|
|
namespace ProfileEvents
|
|
|
|
{
|
2017-04-01 07:20:54 +00:00
|
|
|
#define M(NAME) extern const Event NAME = __COUNTER__;
|
|
|
|
APPLY_FOR_EVENTS(M)
|
|
|
|
#undef M
|
|
|
|
constexpr Event END = __COUNTER__;
|
2016-10-24 02:02:37 +00:00
|
|
|
|
2017-04-01 07:20:54 +00:00
|
|
|
std::atomic<Count> counters[END] {}; /// Global variable, initialized by zeros.
|
2016-10-24 02:02:37 +00:00
|
|
|
|
2017-04-01 07:20:54 +00:00
|
|
|
const char * getDescription(Event event)
|
|
|
|
{
|
|
|
|
static const char * descriptions[] =
|
|
|
|
{
|
|
|
|
#define M(NAME) #NAME,
|
|
|
|
APPLY_FOR_EVENTS(M)
|
|
|
|
#undef M
|
|
|
|
};
|
2016-10-24 02:02:37 +00:00
|
|
|
|
2017-04-01 07:20:54 +00:00
|
|
|
return descriptions[event];
|
|
|
|
}
|
2016-10-24 02:02:37 +00:00
|
|
|
|
2017-04-01 07:20:54 +00:00
|
|
|
Event end() { return END; }
|
2014-01-03 08:20:13 +00:00
|
|
|
}
|
2016-10-24 02:02:37 +00:00
|
|
|
|
|
|
|
#undef APPLY_FOR_EVENTS
|