1825793 Members
2872 Online
109687 Solutions
New Discussion

Network usage

 
System Dude_1
Frequent Advisor

Network usage

Dear friends,

I would like to move 5 servers from server room1 which is my main data center to server room2 which is my remote datacenter. But I could only manage to provide 10mbs links for the five servers. Please guide me on how or the formula to calculate the network usage for individual server for me to accomodate the 10mbs link.
Performance Issue on HP-UX 10.20
4 REPLIES 4
JACQUET
Frequent Advisor

Re: Network usage

According to me, the only command that allows you to see traffic on your lan card is netstat :
netstat -I lan$X $int
where $X=the identifier of your lan
$int = interval for collecting datas in sec.
But it shows you only input/output packets, and if your network is IP, the size of the packet could not be static (in case of ATM, you could calculate it by fixing the size of a packet). So the best way is to use a soft, or have directly a look at the Hub/Switch.

PJA.
PJA
Magdi KAMAL
Respected Contributor

Re: Network usage

Hi Jamaludin,

ViewPoint software ( from Datametrics ) is good tool for monitoring resorces ( amoung it network traffic ) :

Also :
CPU
RAM
Disk
Controller
...

Magdi
Uffe Gavnholt_1
Honored Contributor

Re: Network usage

MRTG from www.mrtg.org, is also very usefull for collecting, and displaying performance statistics, for many topics.

Uses SNMP - so some SNMP knowledge is required.
rick jones
Honored Contributor

Re: Network usage

you cna use lanadmin to disaply statistics and look at them over a couple of measured intervals. then do a bit of math to see what your bitrates are over time.

i would suggest both long and short interval measurements.

you can use beforeafter from ftp.cup.hp.com to subtract the output of one lanadmin command from another (when both are saved in files).
there is no rest for the wicked yet the virtuous have no pillows