In normal use of tcpdump without any parameter, does it guarantee?
tcpdump -i eth0 -w file.pcap
In using tcpdump rotating by time with -G parameter, does it guarantee?
tcpdump -i eth0 -w file.pcap -G 60
In both case, throughput is apprx 1Gbit
Coming from a development background i'm used to automated (unit) testing before stuff goes live.Now i'd like to use the same approach to (new) linux (and some windows) servers and networkdevices.
I want to be able to define tests / conditions which these systems should pass before they can go live, or run the tests against live hosts to check if they still comply with our standards.
Tests I'd like to run go beyond networkscanning. For instance:
Do you know if such an automated system exist, which one would meet my requirements best? Or should I built on an existing unittest framework?
We have a spare Integrity blade (2x Tukwila quad-core + 16Gb RAM) laying around which I would like to use has a Virtual Host for a couple of Linux VMs. I am having some concerns finding the best solutions for our situation (if a solution is possible at all?). Here's what I'm dealing with:
So, to sum up my question, how would you guys go about virtualising x86_64 guests on an Itanium server?