Sponsored Content
Operating Systems AIX Network Perforamnce - It's just slow! Post 303033091 by BDMcGrew on Friday 29th of March 2019 02:32:40 PM
Old 03-29-2019
Network Perforamnce - It's just slow!

Hello everyone,

I've been a life long Unix/Linux user but I'll be the first to admit I have little specific AIX knowledge at this point and I've inherited these systems for better or worse so please forgive if I ask something in the wrong context. And yes, I've searched google for 3 days now Smilie

I have a bunch of Power755 machines running AIX 6.1.0.0. I have multiple FC adapters to storage and 10GbE ethernet.

On the very same network, switch and storage I also have a bunch of x86 machines running RHEL75, multiple FC adapters to storage and 10GbE ethernet.

On the Linux boxes I can copy files (scp, ftp, nfs, rsync) at about 150MB/s.

On the AIX boxes those same copies are running around 40MB/s.

And, I can't figure out why???

I've been though several network tuning walkthru's found on google and nothing seems to make any difference.

Obviously the Power755's are 8 year old hardware where there x86 machines are circa 2017/2018 hardware and the AIX boxes only have 32GB of RAM where my x86 stuff has 256GB and 512GB. But, does that really account for the difference in network performance? I just have a hard time believing that IBM would put out a piece of iron that doesn't perform of up the published specs...

Anyway, if someone can help point me in the direction to track this down I'd much appreciate it.

The FC cards are all same speed, 8Gbps, there's plenty of flash and spindles in the NetApp that I know there's no bottle neck there. We've swapped ethernet adapters, cables, swtichports, etc. and I'm left with little choice but to draw the conclusion that somehow these AIX boxes are configured incorrectly. Oh, and yes, the ethernet ports ‘show' they are up at 10GB.

Thanks in advance,

-brian

Last edited by Corona688; 03-29-2019 at 03:34 PM.. Reason: Font & newline issues
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

network speed is slow

Hello, everyone: i encounter a problem these days , pls help me ,thanks in advance. my env: machine: ES40 A ES40 B os: true64 Unix 4.0f note: src.tar 8M network card speed 100M my problem: ... (3 Replies)
Discussion started by: q30
3 Replies

2. AIX

How to send big files over slow network?

Hi, I am trying to send oracle archives over WAN and it is taking hell a lot of time. To reduce the time, I tried to gzip the files and send over to the other side. That seems to reduce the time. Does anybody have experienced this kind of problem and any possible ways to reduce the time. ... (1 Reply)
Discussion started by: giribt
1 Replies

3. Programming

Help in developing a Network Appliation to monitor pc in a network

I am developing a Network Appliation to monitor computers in a network. Specs are App monitors the current web page viewed in each system App also can shutdown the computer in the network App can show all process run by each computer in the network I am now confused how to start my... (2 Replies)
Discussion started by: valaparambil88
2 Replies

4. IP Networking

ssh server is attachable from local network not from another network

hello i have a ubuntu ssh server that i can acess from any of my comnputers but only if they are on the same wireless network as the server. i tested trhis my tehtehring my samsung blackjack to my windows partition and installing openssh to windows it works when windows is on the wireless but no... (1 Reply)
Discussion started by: old noob
1 Replies

5. Solaris

Unavailable/Slow Network Paths in $PATH

At work, I'm in a Solaris environment working with csh, and $PATH is populated with anywhere between 10 and 20 entries. Last week, every command I issued (even "ls") took several seconds, if not an entire minute, to run. Once I moved "/home/sybase/bin" to the end of $PATH, certain commands... (2 Replies)
Discussion started by: acheong87
2 Replies

6. Red Hat

slow network on RHEL5

hey guys, We have two Sun x2100 servers running RHEL5 in a test environment. Both servers are fresh OS installs and hooked up to the same network switch. When ssh'ing to one server, there is a significant delay, while ssh'ing to the other server, the connection is almost instant. We are... (2 Replies)
Discussion started by: amheck
2 Replies

7. UNIX for Advanced & Expert Users

Slow printing to network printers using CUPS

Hi Guys, I've inherited a mess of an infrastructure in my new job, there hasn't been a sys admin in post for about a year, so things are falling apart. The first thing to break after I started was the printer server. I have it working again, and people can print, however it's very slow, slower... (0 Replies)
Discussion started by: rudigarude
0 Replies

8. Solaris

Solaris 11.1 Slow Network Performance

I have identical M5000 machines that are needing to transfer very large amounts of data between them. These are fully loaded machines, and I've already checked IO, memory usage, etc... I get poor network performance even when the machines are idle or copying via loopback. The 10 GB NICs are... (7 Replies)
Discussion started by: christr
7 Replies

9. Red Hat

Network becomes slow and return fast only after restart network

Hi, I have 2 machines in production environment: 1. redhat machine for application 2. DB machine (oracle) The application doing a lot of small read&writes from and to the DB machine. The problem is that after some few hours the network from the application to the DB becomes very slow and... (4 Replies)
Discussion started by: moshesa
4 Replies
yuvmedianfilter(1)						MJPEG tools manual						yuvmedianfilter(1)

NAME
yuvmedianfilter - A filter for yuv images produced by the mjpeg tools SYNOPSIS
yuvmedianfilter [-r num] [-R num] [-t num] [-T num] [-I num] [-f] [-w num] [-s num] [-v num] [-h] DESCRIPTION
yuvmedianfilter is designed to enhance/filter images. It takes the input from STDIN and writes output to STDOUT. This filter looks around the current point for a radius and averages the values that fall inside a threshold. So the image is softened and the edges become more sharp. If the input material is noisy (it is always noisy but you do not always see it) the output images are improved and the encoder spends less bandwidth encoding noise. The more sophisticated version of image filtering is yuvdenoise. But you can use both programs in the encoding procces. It cannot process a recorded file and write the improved version to another file. OPTIONS
yuvmedianfilter accepts the following options: -r num Radius for luma median (default: 2 pixels) -R num Radius for chroma median (default: 2 pixels) -t num Trigger threshold for luma (default: 2 [0=disable]) -T num Trigger threshold for chroma (default: 2 [0=disable]) -I num Interlacing type (0=no, 1=yes, default: taken from yuv stream) -f Fast mode, i.e. the threshold is ignored, and a simple mean of the surrounding values is calculated. -w num In fast mode, the weight given to the current value versus the surrounding values. Default is 8. Note that certain combinations of radii and weights have been optimized to be even faster -- radius 1 and weight 2.667, radius 1 and weight 8, and radius 2 and weight 8. -c num In slow mode, more than this fraction of the pixels must be within the threshold; otherwise the pixel is simply the weighted mean of pixels within a radius of 1. Default is 0.33333. -s num Number of beginning frames to skip. The first num frames are written to stdout unfiltered. This is useful for resuming an inter- rupted job without having to duplicate work. -v num Verbosity level (0, 1 or 2) -h Print out a help message BUGS
It is slow. Using a radius greater than the default of 2 is painfully slow. AUTHOR
This man page was written by Bernhard Praschinger. The yuvmedianfilter program was written by Mike Bernson, and adapted to the yuv4mpeg2 stream header format by Steven M. Schultz. If you have questions, remarks, problems or you just want to contact the developers, the main mailing list for the MJPEG-tools is: mjpeg-users@lists.sourceforge.net For more info, see our website at http://mjpeg.sourceforge.net SEE ALSO
mjpegtools(1), jpeg2yuv(1), lav2yuv(1), mpeg2enc(1), ppmtoy4m(1), yuv2lav(1), yuvdenoise(1), yuvscaler(1) MJPEG Linux Square 24 February 2003 yuvmedianfilter(1)
All times are GMT -4. The time now is 09:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy