Sponsored Content
Full Discussion: Network stress test.
Top Forums UNIX for Beginners Questions & Answers Network stress test. Post 303027026 by MuntyScrunt on Friday 7th of December 2018 07:51:36 AM
Old 12-07-2018
Network stress test.

Hi there.

First things first, this is nothing to do with the internet or ISP speed, I know what that is, I know what it's doing.

I have a cluster of 128 single board computers running a branch of Debian. I want to run some kind of stress test to ensure they can transfer data (a) to each other and (b) to NAS drives efficiently. These nodes are connected by stacked switches with fibre and lag trunks.

I've tried using the various 'tops available, but there's nothing that will give me (without a load of work) stats from each node point to point.

I could write some python and test the timing of file transfers, socket transfers etc, but I'll end up with a bunch of numbers without any reference.

Can anyone suggest a known 'top, software or service that can stress test the network and give me stats, bottlenecks and where there may be unused bandwidth?

The major caveat, this has to be free or very low cost.

Thanks folks.
 

9 More Discussions You Might Find Interesting

1. Solaris

how to stress the memory

Hi All, Is there way to stress memory on Solaris 10? If yes, how do I monitor the memory usage? (3 Replies)
Discussion started by: samnyc
3 Replies

2. UNIX and Linux Applications

Solaris & Linux memory stress test?

I'm looking for a script or some other application that will use up a lot of memory on a Solaris or Linux server, in order to test a monitoring application. So far I have found a script that's good for CPU usage but it does nothing for memory. I have also tried the application called 'stress'... (0 Replies)
Discussion started by: Kraas
0 Replies

3. Shell Programming and Scripting

bash script to test network connection - please help

I want to test if my host can connect to any of the following 10 hosts (192.168.1.0 to 192.168.1.9) I didnt know which command i should use, so i chose ping. (i wonder if i should use tracepath or sth else) my code is the following: #!/bin/bash clear firstPart="192.168.1" maxNum="9" ... (2 Replies)
Discussion started by: shadow_boi
2 Replies

4. Shell Programming and Scripting

Script to test my network connectivities

Hello folks; I have about 20 servers in my environment here as well as some applications such as MySql, Oracle, etc.. I need help writing a shell script that can go out and test the Internet connection by pinging servers as well as testing the Oracle & MySql connections. Is there a way to do... (6 Replies)
Discussion started by: Katkota
6 Replies

5. IP Networking

Stress Test a NIC

I need to find out if the NIC on my MP-RAS box is bad. Unfortunately just sending out a ping to the loop back is not going to cut it. I need to be able to send out packets of information for several minutes at a time. I can't seem to find a tool or command to do this. Is anyone aware of a way to... (1 Reply)
Discussion started by: wardduncan
1 Replies

6. IP Networking

Test network routing algourithm

hi, I've wrote my own network routing algorithm in java, now i wanna test it and see if it works correctly, also i wanna test it's performance in comparison with other network routing algorithms like RIP. can anyone tell me how can i do this? is there any simulator or something for network routing... (0 Replies)
Discussion started by: gongotar
0 Replies

7. Solaris

Swap stress test

I was hoping to test a bug posted by oracle, which indicates that the system may crash when using a zfs volume as a swap device. We moved swap away from zfs and over to raw disk devices in order to stop the crashes we've been experiencing. What I wanted to do was to re-create the crash in a... (8 Replies)
Discussion started by: butchie3980
8 Replies

8. IP Networking

Test Network Routing Issues (FREEBSD and RHEL)

Hello, I'm attempting to setup a test network with a client-server based architecture using a proprietary application. The client works by communicating with the server on separate links (typically cellular connections) and then initiates a tunnel over each active link. However, in place of the... (0 Replies)
Discussion started by: shadyuk
0 Replies

9. Hardware

How to test the speed of your WIFI network?

Dear all, Would you know how to measure the max speed of a WIFI connection between a router and a laptop for instance? Many thanks for your help! Regards, (3 Replies)
Discussion started by: freddie50
3 Replies
UCMATOSE(1)							     librdmacm							       UCMATOSE(1)

NAME
ucmatose - RDMA CM connection and simple ping-pong test. SYNOPSIS
ucmatose [-s server_address] [-b bind_address] [-c connections] [-C message_count] [-S message_size] ucmatose -s server_address [-b bind_address] [-c connections] [-C message_count] [-S message_size] [-t tos] DESCRIPTION
Establishes a set of reliable RDMA connections between two nodes using the librdmacm, optionally transfers data between the nodes, then disconnects. OPTIONS
-s server_address The network name or IP address of the server system listening for connections. The used name or address must route over an RDMA device. This option must be specified by the client. -b bind_address The local network address to bind to. -c connections The number of connections to establish between the client and server. (default 1) -C message_count The number of messages to transfer over each connection. (default 10) -S message_size The size of each message transferred, in bytes. (default 100) -t tos Indicates the type of service used for the communication. Type of service is implementation dependent based on subnet configura- tion. -m Tests event channel migration. Migrates all communication identifiers to a different event channel for disconnect events. NOTES
Basic usage is to start ucmatose on a server system, then run ucmatose -s server_name on a client system. Because this test maps RDMA resources to userspace, users must ensure that they have available system resources and permissions. See the libibverbs README file for additional details. SEE ALSO
rdma_cm(7), udaddy(1), mckey(1), rping(1) librdmacm 2007-05-15 UCMATOSE(1)
All times are GMT -4. The time now is 04:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy