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 |
[edit] Collected statistics
[edit] Network traffic
There are no real interface counters returned by "vserver", but summaries by socket type. Namely, these are:
- unix
- inet
- inet6
- unspec
- other
[edit] Example graph
[edit] Thread count
Number of threads running within a guest.
[edit] Example graph
[edit] Process count
Counts the number of processes associated with a certain VServer.
[edit] Example graph
[edit] 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.
[edit] Example graph
[edit] Memory usage
Memory used by a VServer.
[edit] Example graph
[edit] Dependencies
- Linux
-
/proc-file system - Linux VServer Kernel extensions
-






