FTP perfomance < 2MB


 
Thread Tools Search this Thread
Operating Systems Solaris FTP perfomance < 2MB
# 15  
Old 08-13-2014
What device(s) do you have at /dev/ce and /dev/ce0?

What's the output from
Code:
for dev in /dev/ce*; do
     for parm in `ndd $dev \? | awk '{ print $1 }' | grep -v '?'`; do
         echo -n $dev: $parm:" "
         ndd $dev $parm
     done
done

You may need to run
Code:
ndd -set /dev/ce instance 0

if there's no /dev/ce0 and just one /dev/ce device.

Also, what's in your ce.conf file? It's probably somewhere under /kernel or /platform:
Code:
find /kernel /platform -name ce.conf

Also, what's the performance if you FTP to/from localhost on the Solaris server?
# 16  
Old 08-21-2014
Hi hicksd8,

Sorry for the late update.

We have DLink Gbit switches in between.
Windows client <---> DLink Gb switch <---> DLink Gb switch <---> server

The linux machine is also on the same path.

Thanks,
Raymond

---------- Post updated at 11:08 AM ---------- Previous update was at 10:54 AM ----------

Hi achenle,

ls -l /dev/ce*
lrwxrwxrwx 1 root root 28 May 24 2013 /dev/ce -> ../devices/pseudo/clone@0:ce

Code:
/dev/ce: instance: 0
/dev/ce: adv_autoneg_cap: 1
/dev/ce: adv_1000fdx_cap: 1
/dev/ce: adv_1000hdx_cap: 1
/dev/ce: adv_100T4_cap: 0
/dev/ce: adv_100fdx_cap: 1
/dev/ce: adv_100hdx_cap: 1
/dev/ce: adv_10fdx_cap: 1
/dev/ce: adv_10hdx_cap: 1
/dev/ce: adv_asmpause_cap: 0
/dev/ce: adv_pause_cap: 0
/dev/ce: master_cfg_enable: 0
/dev/ce: master_cfg_value: 0
/dev/ce: use_int_xcvr: 0
/dev/ce: enable_ipg0: 1
/dev/ce: ipg0: 8
/dev/ce: ipg1: 8
/dev/ce: ipg2: 4
/dev/ce: rx_intr_pkts: 8
/dev/ce: rx_intr_time: 3
/dev/ce: red_dv4to6k: 0
/dev/ce: red_dv6to8k: 0
/dev/ce: red_dv8to10k: 0
/dev/ce: red_dv10to12k: 0
/dev/ce: tx_dma_weight: 0
/dev/ce: rx_dma_weight: 0
/dev/ce: infinite_burst: 1
/dev/ce: disable_64bit: 0
/dev/ce: accept_jumbo: 0
/dev/ce: laggr_multistream: 0

The ce.conf file doesn't exist on the system.

I tried the localhost FTP & the speed is about 57MB/s.

Thanks,
Raymond
# 17  
Old 08-23-2014
Any chance of eliminating the two d-links from this? Are the machines close enough to use a crossover cable for example?

Print Page - Poor performance on gigabit Network

I know that mis-configuration could be causing this but I think it unlikely from the Solaris side. That O/S runs large corporations and banks all around the planet and won't be bugged in network performance.

As you can tell I'm still believing that Solaris is not the problem here.
# 18  
Old 08-25-2014
Will get back after I try out the direct link.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Generate 10000 unique audio file of 2MB each using shell script.

Hi, I want 10000+ unique Audio file of approx 2MB each. How can i generate numerous audio files using shell script. Any tool, command or suggestions are welcome. If i give one audio seed file then can we create numerous unique files with same seed file? Any help is highly appreciable.... (11 Replies)
Discussion started by: sushil.kumar
11 Replies

2. Red Hat

disks perfomance issues

Hi, All I'm trying to figure out why on very similar hosts with the same settings disks perfomance is different. Linux 2.6.16.60-0.69.1-smp #1 SMP Fri Sep 17 17:07:54 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux disks are in similar array, everything looks good from the system site, but... (1 Reply)
Discussion started by: ranger5
1 Replies

3. HP-UX

[Solved] Unable to rename file in ftp server .Net:FTP perl

Hello All, I am trying to connect to ftp server and get the files. Also i need to rename the file in other ftp dir. rename method is not allowing me to rename the file in other dir. When i tried copy command by using net::FTP:FILE then perl says it is not installed. Can some body help me to... (2 Replies)
Discussion started by: krsnadasa
2 Replies

4. Shell Programming and Scripting

Automated FTP script using .netrc to multiple FTP servers

Hi all, I'm using the following script to automated ftp files to 1 ftp servers host=192.168.0.1 /usr/bin/ftp -vi >> $bkplog 2>&1 <<ftp open $host bin cd ${directory} put $files quit ftp and the .netrc file contain machine 192.168.0.1 login abc... (4 Replies)
Discussion started by: varu0612
4 Replies

5. Solaris

Howto troubleshoot Perfomance using vmstat & iostat

Can anyone tell me what to look for in terms of abnormal numbers on vmstat or iostat? I have a box with figures pbelow, how would I tell if it's underperforming & what remedies \ perfomance tuning could I perform? thanks all ------------------------------------- -vmstat 5 5 kthr ... (4 Replies)
Discussion started by: stevie_velvet
4 Replies

6. Shell Programming and Scripting

passing parameter to ftp script from output of another ftp

Hi, I have a ftp script which first gets all the file names and echo's the latest file. I'm using another ftp command sets to get the file name given by first ftp. The problem is the parameter is not accepted by second ftp. The error message i'm getting is > Rename Temp File calloc:ICMP... (5 Replies)
Discussion started by: ammu
5 Replies

7. Filesystems, Disks and Memory

Creating filesystem of 2MB size

Hi all, I would like to ask on how to create 2MB partition on a Compact Flash card. It supposed to be of FAT12 type, and the CF capacity is 4GB. I try to do the partitioning and specify the size as 2MB but the partition editor automatically resize it to 8MB. I know that this is possible and the... (4 Replies)
Discussion started by: archayl
4 Replies

8. UNIX for Advanced & Expert Users

Using FTP to check whether file is completely FTP... plz find the description below

Hi, We have some clients who will place huge files in to one of the remote server. And the shell script written in our local server to retrieve client files (using FTP) placed on one of the remote server of ours by clients. My question Is there any FTP command/script to check from my local... (1 Reply)
Discussion started by: nmsrao
1 Replies

9. UNIX for Advanced & Expert Users

MVS->Unix FTP : Using chmod as part of FTP.

We are transferring file from mainframes to unix, & in FTP process itself we would like to set access rights for unix machine. Has anyone used chmod command in association with site command in ftp? How it should be used? Thanks in advance. (1 Reply)
Discussion started by: videsh77
1 Replies

10. UNIX for Dummies Questions & Answers

glance in hpux, RSS is 164.2mb

hi, in hpux, have this mib2agt in glance whose RSS column is 164.2mb. mib2agt resides in /usr/sbin.... is the value for RSS too high in this case.. (5 Replies)
Discussion started by: yls177
5 Replies
Login or Register to Ask a Question