8000 Tags · marcin1j/collectd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: marcin1j/collectd

Tags

archive/20170717-fix-uptime-plugin-boottime

Toggle archive/20170717-fix-uptime-plugin-boottime's commit message
uptime plugin: don't cache boot time and simplify Linux code

Caching boottime on startup yields incorrect uptime values if system
date changes after the daemon is started.
This is almost certain to happen on embedded systems without RTC, where
clock is set from NTP server at some point after boot process.

On Linux, we can retrieve uptime directly by either reading /proc/uptime
(it's sufficient to read a few bytes) or calling sysinfo() function.
Use the latter since it's the most efficient way in speed, memory
requirements and code simplicity terms.

archive/patchwork/20161104-fix-uptime

Toggle archive/patchwork/20161104-fix-uptime's commit message
uptime plugin: retrieve uptime using Linux sysinfo() call

Reading boottime from /proc/bstat on Linux systems is neither the
simplest nor the most efficient way to calculate uptime.

We can retrieve uptime directly by either reading /proc/uptime (it's
sufficient to read a few bytes) or calling sysinfo() function.
Use the latter since it's the most efficient way in speed, memory
requirements and code simplicity terms.

collectd-5.6.1

Toggle collectd-5.6.1's commit message

Verified

This tag was signed with the committer’s verified signature.
octo Florian Forster
Tag for version 5.6.1

collectd-5.6.0

Toggle collectd-5.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
octo Florian Forster
Tag for version 5.6.0

collectd-5.5.2

Toggle collectd-5.5.2's commit message

Verified

This tag was signed with the committer’s verified signature.
octo Florian Forster
Tag for version 5.5.2.

collectd-5.4.3

Toggle collectd-5.4.3's commit message

Verified

This tag was signed with the committer’s verified signature.
octo Florian Forster
Tag for version 5.4.3

collectd-5.5.1

Toggle collectd-5.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
octo Florian Forster
Tag for version 5.5.1.

archive/2015/09/add-multiple-ping-host-groups

Toggle archive/2015/09/add-multiple-ping-host-groups's commit message
ping plugin: move pingobj to hostgroup_s structure

collectd-5.5.0

Toggle collectd-5.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
octo Florian Forster
Tag for version 5.5.0.

collectd-5.4.2

Toggle collectd-5.4.2's commit message

Verified

This tag was signed with the committer’s verified signature.
octo Florian Forster
Tag for version 5.4.2.

0