Skip to content

Instantly share code, notes, and snippets.

View gjaekel's full-sized avatar

Guido Jäkel gjaekel

  • Deutsche Nationalbibliothek
  • Frankfurt/Main, Deutschland
View GitHub Profile
@gjaekel
gjaekel / nrof
Created September 16, 2021 08:03
Display Number of Open Filehandles in total or grouped by kind of Files, Sockets, Pipes, Anon_INodes, for all processes or a ceratain PID
#!/bin/bash
#
# 20141126/gj
# 20150219/gj pipes
# 20190225/gj 'all' command
# 20191107/gj add anon_inode
# 20191007/gj get fd stats once
# 20200616/gj get limits
# 20200806/gj get limits via /etc/security/limits.conf because smnpd is startet with lower limits
# 20200919/gj skip comments in limits.conf