Difference between revisions of "Plugin:Table"
From collectd Wiki
m (Added DEFAULTSORT magic word.) |
m (Add "Needs Info" category to table plugin page) |
||
(One intermediate revision by one other user not shown) | |||
Line 6: | Line 6: | ||
| FirstVersion={{Version|4.7}} | | FirstVersion={{Version|4.7}} | ||
| Copyright=''2009'' Sebastian Harl | | Copyright=''2009'' Sebastian Harl | ||
− | | License={{ | + | | License={{MIT License}} |
| Manpage={{Manpage|collectd.conf|5|plugin_table}} | | Manpage={{Manpage|collectd.conf|5|plugin_table}} | ||
}} | }} | ||
Line 41: | Line 41: | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
+ | [[Category:Needs Info]] | ||
{{DEFAULTSORT:Table}} | {{DEFAULTSORT:Table}} |
Latest revision as of 20:59, 25 March 2020
Table plugin | |
---|---|
Type: | read |
Callbacks: | config, init, read, shutdown |
Status: | supported |
First version: | 4.7 |
Copyright: | 2009 Sebastian Harl |
License: | MIT license |
Manpage: | collectd.conf(5) |
List of Plugins |
The Table plugin parses table-like structured plain text files. This allows to parse many files found under /proc
on Linux systems.
Synopsis
<Plugin "table"> <Table "/proc/slabinfo"> Instance "slabinfo" Separator " " <Result> Type gauge InstancePrefix "active_objs" InstancesFrom 0 ValuesFrom 1 </Result> <Result> Type gauge InstancePrefix "objperslab" InstancesFrom 0 ValuesFrom 4 </Result> </Table> </Plugin>
Example graph
Dependencies
- none