Plugin:VServer
From collectd Wiki
| VServer plugin | |
|---|---|
| Type: | read |
| Callbacks: | init, read |
| Status: | supported |
| First version: | 3.9 |
| Copyright: | 2006–2007 Sebastian Harl 2007–2008 Florian octo Forster |
| License: | GPLv2 |
| Manpage: | collectd.conf(5) |
| List of Plugins | |
The VServer plugin collects information about the virtual servers running on a system, using Linux-Vserver.
Contents |
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
Thread count
Number of threads running within a guest.
Example graph
Process count
Counts the number of processes associated with a certain VServer.
Example graph
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
Memory usage
Memory used by a VServer.
Example graph
Dependencies
- Linux
-
/proc-file system - Linux VServer Kernel extensions
-






