ClickHouse/src/Common/getCurrentProcessFDCount.h
2021-11-12 20:48:42 +08:00

6 lines
163 B
C++

#pragma once
/// Get current process file descriptor count
/// @return -1 os doesn't support "lsof" command or some error occurs.
int getCurrentProcessFDCount();