aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/clickhouse/src/Common/getCurrentProcessFDCount.h
blob: f6273580df7420e138b920d208b29c6353d29fa0 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#include <base/types.h>

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