Skip to content

metric collection of system file descriptors usage via collectd's exec plugin

Notifications You must be signed in to change notification settings

pdufault/collectd-exec-file_handles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Synopsis

collectd-exec-file_handles is a shell script for collectd to execute to collect system metrics about file handle usage.

Requirements

Bash

Metrics published

$ bash file_handles.sh
PUTVAL host.foo.com/system-file_handles/gauge-file_handles_used interval=10 N:3200
PUTVAL host.foo.com/system-file_handles/gauge-file_handles_allocatedunused interval=10 N:0
PUTVAL host.foo.com/system-file_handles/gauge-file_handles_max interval=10 N:387375

License

The MIT License (MIT)

Copyright (c) 2014 Phil Dufault

About

metric collection of system file descriptors usage via collectd's exec plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages