Skip to content
Florian Forster edited this page Nov 21, 2023 · 1 revision
Name: VServer plugin
Type: read
Callbacks: init, read
Status: supported
FirstVersion: 3.9
Copyright: 2006–2007 Sebastian Harl, 2007–2010 Florian Forster
License: MIT License
Manpage: collectd.conf(5)
See also: List of Plugins

The VServer plugin collects information about the virtual servers running on a system, using Linux-Vserver.

Collected statistics

Network traffic

There are no real interface counters returned by "vserver", but summaries by socket type. Namely, these are:

  • unix
  • inet
  • inet6
  • unspec
  • other

Example graph

Plugin-vserver-inet-traffic.png

Thread count

Number of threads running within a guest.

Example graph

Plugin-vserver-threads.png

Process count

Counts the number of processes associated with a certain VServer.

Example graph

Plugin-vserver-processes.png

System load

System load of a guest. This is identical to the values collected by the Load plugin, but representing a guest system, not the host system.

Example graph

Plugin-vserver-load.png

Memory usage

Memory used by a VServer.

Example graph

Plugin-vserver-memory.png

Dependencies

Clone this wiki locally