From 0e7b79c22481e7552ad408afee354a5f7e54eb34 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 1 May 2025 20:12:19 -0500 Subject: [PATCH] fuse_loop.cpp --- libfuse/lib/fuse_loop.cpp | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/libfuse/lib/fuse_loop.cpp b/libfuse/lib/fuse_loop.cpp index 760f6b7a..267789ce 100644 --- a/libfuse/lib/fuse_loop.cpp +++ b/libfuse/lib/fuse_loop.cpp @@ -30,7 +30,6 @@ #include #include #include -#include #include @@ -312,6 +311,19 @@ fuse_session_loop_mt(struct fuse_session *se_, PinThreads::pin(read_threads,process_threads,pin_threads_type_); + SysLog::log(LOG_INFO, + "read-thread-count={}; " + "process-thread-count={}; " + "process-thread-queue-depth={}; " + "pin-threads={};", + read_thread_count, + process_thread_count, + process_thread_queue_depth, + pin_threads_type_); + + + + syslog(LOG_INFO, "read-thread-count=%d; " "process-thread-count=%d; "