Skip to primary content

42

Web notebook about thoughts and discoveries in DevOps, SRE, Software Engineering….

42

Main menu

  • Home
  • About
  • contact
  • Links

Post navigation

← Previous Next →

Find the total number of open file descriptors

Posted on 25 July 2022 by kosmas

To get the total number of open file descriptors use the following

awk '{print $1}' /proc/sys/fs/file-nr
This entry was posted in linux and tagged linux, open file descriptors by kosmas. Bookmark the permalink.
Proudly powered by WordPress