1
vote
1answer
74 views

kvm -monitor pty : how to find out the associated /dev/pts/#num

I have a server running multiple kvms. These are two to three vms so I consider libvirt somewhat oversized for management. And I'm completely comfortable with that setup. I actually just need the kvm ...
1
vote
3answers
246 views

CLI-Based monitoring tool for KVM

I am developing a scheduler for running VMs on KVM. The scheduling has over-commitment of resources like memory and CPU. For this, I need a CLI-based monitoring tool that keeps me giving information ...
0
votes
1answer
186 views

Can't see traffic in my guest OS with tcpdump

I've created a virtual machine (Centos 6.0) using QEMU/KVM, which is also running on a Centos 6.0. The virtual machine is configured to have two NICs. The first NIC is using a bridged network (eth0 of ...
4
votes
2answers
594 views

What monitoring solution for servers, databases and web applications ? Nagios or Hyperic?

For the purpose of a startup, I have a loan for one physical dedicated server with several virtual machines inside it For now there is mainly 2 VM on this server: VM "tools", using ubuntu server ...
0
votes
1answer
659 views

How to monitor guest virtual system from KVM host (CPU, MEM, HDD, NET, …)

How can I monitor statistics like cpu, memory, disk or network activity from KVM host of some guest system. It needs to be from command line of the host system. Is it somehow possible?
1
vote
0answers
1k views

Network Monitoring on KVM guest - configuring network interfaces for OSSIM/snort/etc

I've configured a KVM host on a new Ubuntu 9.10 x64 server installation, and am having trouble getting an OSSIM (snort+nagios+openvas on debian Lenny) installation going as a guest. I've configured ...
0
votes
1answer
238 views

Share monitor/mirror port between VMs

I'd like to set up two different systems that will monitor network traffic, but have only one monitor/mirror port available on our central switch. I was hoping that I could install both systems as ...