How to find size of data trasnfered between 2 servers ?


 
Thread Tools Search this Thread
Operating Systems Solaris How to find size of data trasnfered between 2 servers ?
# 1  
Old 05-30-2007
How to find size of data trasnfered between 2 servers ?

Hi,

I have setup 2 Sun Solaris server at my home. I put them in network..
Network is ok. How can I find that how much data is transfered between these 2 servers and on specific port ?

Thanks
NeeleshG
# 2  
Old 05-30-2007
The easy way...

Put a program between the server and it's port that counts the bytes...

The hard way...

Watch the network and count and measure the packets with the specific addressSmilieort tuples.
# 3  
Old 05-30-2007
Thanks
NeeleshG
# 4  
Old 05-30-2007
But Can anybody tell me which program I can use for this ?

Thanks
NeeleshG
# 5  
Old 05-30-2007
Quote:
Originally Posted by neel.gurjar
But Can anybody tell me which program I can use for this ?

Thanks
NeeleshG

netstat -I hme0
# 6  
Old 05-30-2007
Thanks....
And how to do it on specific port say 7000
# 7  
Old 05-30-2007
Quote:
Originally Posted by neel.gurjar
Thanks....
And how to do it on specific port say 7000
I think the man page states it as src:ipaddr.port
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Can we build a tool for Windows to retrieve data from UNIX servers (putty console)

Hi Friends, Is it possible to build a windows tool ( a java applet maybe? ) which can retrieve data and display after performing certain commands on unix servers ( simple grep / script output) after logging into putty console. I am on a company server so please bear that in mind. I might have... (23 Replies)
Discussion started by: srkmish
23 Replies

2. Shell Programming and Scripting

Merge the data from two servers into a single file

Hi All, Need your inputs for the below. I have 2 different servers 611 & 610, where i would be running two scripts. And would would be running one script from 611 at every 4 hours to merge the data from the 2 servers into 2 files and send a mail. so below is the code snippet for 611: ... (3 Replies)
Discussion started by: ss_ss
3 Replies

3. Shell Programming and Scripting

Issue faced while accessing data from files on different servers.

I have two log files of same name and structure which resides on different servers with ssh-keygen installed. I want to search for a list of strings available in an array on last 15 minutes logs of both files and calculate the total count of occurence of each string. Sample format of both file... (0 Replies)
Discussion started by: poweroflinux
0 Replies

4. Shell Programming and Scripting

find with file size and show the size

Hi All... is the below command be modified in sucha way that i can get the file size along with the name and path of the file the below command only gives me the file location which are more than 100000k...but I want the exact size of the file also.. find / -name "*.*" -size +100000k ... (3 Replies)
Discussion started by: rpraharaj84
3 Replies

5. AIX

why a directory size is different on two servers?

I had a directory dir001 on server a, and its size was 1024 bytes, and below was its content. $ ls -li total 184 30728 -rwxr-x--- 1 user1 grp1 2187 Feb 26 14:33 Exxxxxx 30729 -rwxr-x--- 1 user1 grp1 22197 Feb 26 14:33 Sxxxxxx 30730 -rwxr-x--- 1 user1 grp1 2153 Feb 26 14:33 Sxxxxxx 30733... (3 Replies)
Discussion started by: wrl
3 Replies

6. Linux

how I can find size of incoming or outgoing data

Hi, I'm using SLES10, I want to know the user size of the data that is downloaded or uploaded the data who connects to the server. In other words, a user utilization of my server in terms of size. Thanks, Kris (1 Reply)
Discussion started by: krisdasword
1 Replies

7. UNIX for Dummies Questions & Answers

How to find how many CPU installed in the servers

We are using HP unix how to find out how many number of CPU's in the system. (7 Replies)
Discussion started by: salaathi
7 Replies

8. UNIX for Advanced & Expert Users

so there is no way to know the size occupied by data ?

I want to find out how many disk blocks are used by only data (and not metadata) by a file. But as far as I can tell, if the file has holes, then there is no way to know this. You can find out the logical size of the file (physical size + hole blocks). You can get the physical size of the... (3 Replies)
Discussion started by: the_learner
3 Replies

9. Solaris

command to find out total size of a specific file size (spread over the server)

hi all, in my server there are some specific application files which are spread through out the server... these are spread in folders..sub-folders..chid folders... please help me, how can i find the total size of these specific files in the server... (3 Replies)
Discussion started by: abhinov
3 Replies

10. UNIX for Advanced & Expert Users

Creating data of size

Hello, I need to create 100kb,1000kb,10000kb etc files of no particular substance but I need them a exact size. I think they are .dat's I need but im unsure of the command I issue to create them Any help appreciated :) Mr Pink (4 Replies)
Discussion started by: Mr Pink
4 Replies
Login or Register to Ask a Question