Ubuntu :: Network Performance Testing Tools
Mar 3, 2009
I would like to test network performance, to get statistic information. Is there any tools where I could specify partikular message size send as a constant for many times and in an output I could get time for each transaction? There is a tool called ApacheBench, it is for webserver testing, but I would like to find something similar for network testing. I have also tried Netpipe, Netperf, Iperf, but they do not show information in an output, which I would like to see.
View 2 Replies
ADVERTISEMENT
Nov 17, 2008
I would like to know the Tools which are used for Testing the performance of C and C++ programs under linux?
View 4 Replies
View Related
Apr 20, 2010
Is there any program for GNU to calculate CPU's performace in marks (should support multi-core CPUs)? So it will be possible to compare performance of different CPUs.
View 4 Replies
View Related
Apr 9, 2011
what are the testing tools available to check the NS2 project.I have completed my network security project in network simulator for documentation i should submit testing report also. so i need to know any testing tools available for NS2 projects..
View 4 Replies
View Related
Feb 13, 2011
I'm going to be installing Vinux which is Linux for the Visually Impaired, based on Ubuntu, onto most any computers I can get my hands on to give to the VI community around my area. I'd like to know what would be a good method to stress test each computer to ensure that each one will operate at an adequate speed without freeze-ups. Sorry, I can't be specific about the computers. I'll be taking whatever gets donated from the public and from businesses, desktops and laptops, whatever comes my way. I don't want to send out any headaches to anyone by giving them a dog-tired slow or a freezing computer that won't even operate.
View 4 Replies
View Related
Feb 4, 2010
I am trying to set up linphone for testing voip performance. Essentially I am a beginner with linux. I picked Fedora based on the recommendation of a friend. I am running Fedora 12 and I need to get linphone up and running with a working registrar. I have no idea what to do so I turned to hours of research which yielded little results but I did thing to try using partysip. I would like to know if this is a wise choice and if it is what do I do to set it up?
View 2 Replies
View Related
May 15, 2009
Can we list out some of the open source protocol testing tools for Linux ?It will help us a lot.
View 1 Replies
View Related
Oct 20, 2010
Can anyone suggest me any open Source Testing tool for testing SMP?
View 1 Replies
View Related
May 19, 2011
Now doing some research about performance of Linux switch. I'll start with basic structure of my system: PC1 is connected to PC2 - both have 1 NIC so not much to add.PC2 eth0 is divided in VLAN`s as far as maximum of 4094. Every VLAN has it's own switch (bridge). On PC1 when I run a test I just make VLAN/configure IP address and stream data to IP that's configured for that bridge on PC2.But now I want to add one more interface to each bridge, so I could stream from PC1 through bridge to Virtual interface (just an endpoint out of bridge). I could possibly add one more computer, physical interface to PC1 and make it work, but is there any way to make this work with virtual interfaces, like tun or something? Making just a simple tun interface and adding it to bridge, as you understand, doesn't do the trick, I need some kind of other endpoint that /virtually/ connects to tun interface. Maybe someone has made some kind of script or something? Using Iperf for my tests.
View 2 Replies
View Related
May 12, 2009
I am trying to set up to serve Linux kernels and filesystems disklessly, and find the startup and test procedure a bit tedious.Can anyone point to a tool or tools to allow me to see what is going on with my DHCP/TFTP/PXE setup, which I'm trying to get working? Ideally, I'd like a tool that can do something like grab an IP from a DHCP/BOOTP server, tell me all about all that it found, and then if it was told to download a file, it could do that and tell me about how that went, and so on. Between the information reported by the tool and the droppings left in logfiles on the server side, I would hope to simplify the configuration process, as well as let me experiment with various options, etc. Even a PXE client tool that I can use to exercise my tftp PXE server configuration from a shell commandline would be extremely useful.If no such tool already exists, would anyone else find something like this useful?
View 3 Replies
View Related
Mar 11, 2010
I want to know which are the different Internet speed testing tools which can be integrated to web based application.
View 1 Replies
View Related
Mar 21, 2011
recommend some really good performance analysis tools? Top is not good because it has problems.I am looking for some products like collectD, collectl, or something else comparable.I need something that will look at tasks, cpu, memory, disk usage, interrupts, priorities.If I am missing a tool listed then let me know.I am looking for something that can display the results graphically.
View 3 Replies
View Related
Sep 11, 2010
I am looking for tools for static/dynamic code analysis for embedded Linux system development (both device driver and user space apps) with ARM-based processor. We use Eclipse IDE and C++ lanuage for development. Does anybody have recommendation for tools to analyze code complexity? The tools is better to support McCabe complexity metric, however, we may also consider others. Does anybody have recommendation for unit testing?
View 1 Replies
View Related
Jul 13, 2011
I'm searching monitoring tools which can listen disks, overhead, cache, memory, cpu performance.Can anybody help me?
View 4 Replies
View Related
Aug 30, 2010
today I tried to configure a network route to a host for testing my network interface. Code: route add 192.168.1.15 eth0 As I have to eth interfaces and both interface got their IP from DHCP (192.168.1.11 and 192.168.1.12) and are in the same subnet, I shut the other interface down:
Code: ifconfig eth1 down Then I tried to test the interface by doing a ping to 192.168.1.15.
Problem: When I unplug the cable from eth0 (and eth1 is still plugged) the ping still works. Somehow my linux (it's debian) powers up again eth0 and pings over this port.
How can I stop my linux doing this. I just want to have the route added only on the one interface - not the other. Is it maybe some case of a default-gateway?
View 5 Replies
View Related
Jul 27, 2011
This is a thread I've moved over from the install forum and is hopefully more focused. Sorry if I have violated some protocol. Problem I have a new machine build configured to dual-boot Windows 7 and OPENSUSE 11.4. Network performance in Windows is very good but network performance in OPENSUSE is very poor.
[Code]...
View 4 Replies
View Related
Mar 25, 2010
I did this --> [url]
My computer says the driver is installed and the device is present. All of that went fine. Now I need to connect my card to my house's wireless network. Am I supposed to do that in System-->Administration-->Network Tools? The problem is that whenever I click on network tools, the application looks like it is going to start-up and then quits/crashes/runs away, whatever. Any ideas on what is causing this?
Okay, I tried launching from the terminal, here is what I got:
Code:
View 1 Replies
View Related
Jun 3, 2010
This is my first ever time trying out a Linux based system and I would like to ask a quick question. When you plug in your cd/flash drive it comes up with the option to try Ubuntu before installing it on your hard drive. When I go to try I can't connect to my home network. Is this because it is in the try mode? Or something else?
View 4 Replies
View Related
Apr 16, 2010
When writing a script using command-line tools why is it more difficult using graphical tools?
View 3 Replies
View Related
Sep 2, 2010
I need to install the scripts of angstrom distribution
ie ARM gcc..................how to install the scrpits from the site [url]
View 1 Replies
View Related
May 20, 2011
Been helping a user who recently upgraded to 11.04 as his networking stopped after the upgrade. One thing I noticed was that he could not get ping to work.Then checked my 11.04 machine and it also fails to ping using Network Tools. I know the network is OK as I am using my Ubuntu machine to write this. Ping from the command line is fine so it is only the Network Tools ping test that appears to be broken.
Asked another Ubuntu 11 user to check his machine and he also cannot get ping to work even though his machine appears to be fine. Again this is only using the GUI tool.I know it is not hardware as I can dual boot and in XP everything is fine and I can ping all my systems. Also I am sharing a folder from my Ubuntu and my Mac shares the folder just fine. The Mac can also ping everything except the Ubuntu box. Command line ping works so it is not a basic network problem.So as far as I can tell the Network Tools ping test is not working. Has anyone else seen this or can confirm that it is broke. How do I report this or get it fixed?
View 3 Replies
View Related
Jul 22, 2011
I'm running Ubuntu 11.04 and I've been unable to access any type of Internet service besides web browsing. When I check on Network Tools, it's always set on Loopback Interface, regardless of whether I've just switched it to Ethernet Interface. I haven't been able to download system updates through Update Manager. I'm not very experienced with Ubuntu.
View 9 Replies
View Related
Jul 19, 2011
I would like some opinions on creating a two computer network so I can study a server in action. I would prefer that it was on a level below accessing the internet and then being routed back at this point. Installing a router is fine.
View 1 Replies
View Related
Aug 28, 2010
Please suggest few best linux networking tools which are desciptive. That is to monitor local network PC whether its linux or windows pc.
View 2 Replies
View Related
Jan 4, 2010
I want to know that the tools used for Network Auditing in linux fedora, can any one share with me the names and little bit detail related to these specific tools. it will be the nice favor for me,
View 1 Replies
View Related
Jul 5, 2010
how efficient and effective are these snort, argus, ossec etc etc for an organization having 3500 PC Network, connected through 700+ Cisco Devices (Layer 2 and Layer 3), and scattered on 130 different sites (geographically)? what should be the combination of products and what should be the architecture for an efficient forensics activity?
View 2 Replies
View Related
Jul 31, 2010
I just wanted to know if having my laptop set to ondemand, will this affect performance in any way? I realize it increases the clock speed to performance when the CPU is under load, but does the time it take to go from ondemand to performance affect speed? Will there be any noticeable difference between the two setups? I have a dual core intel at 2.2GHz when in performance. When ondemand is set with no load it downclocks to 800Mhz.
View 7 Replies
View Related
May 4, 2011
I have installed a "backtrack 4" in order to test the the wireless network security of my router. how and which commands would be needed. Also, do I need to install airodump into the host?
View 1 Replies
View Related
Feb 9, 2011
I am currently running a 64-bit Fedora 14 server which hosts a game server, a voice server, and remote desktop functionality, each on a distinct TCP port. I am currently using the built-in firewall to deny all traffic other than ICMP ping/pong and TCP traffic on those specific ports.I am looking for a graphical application which will let me monitor any connections being made to my server in order to keep an eye out for possible security concerns. To be more specific, I'd like to be able to see the source IP addresses, TCP/UDP ports, and individual bandwidth in use by external connections being made to the server, along with any other information that might be helpful in identifying a possible intrusion attempt.
View 3 Replies
View Related
Apr 8, 2010
I checked xen-tools on a Debian Lenny system
Got following
Code:
This package contains tools to manage Debian based XEN virtual servers.
Using the scripts you can easily create fully configured Xen guest domains (domU) which can be listed, updated, or copied easily.
Homepage: [url] in the above output I am getting a line Conffiles and then you can see a series of /etc what are that and is it an error or some conflict?
View 2 Replies
View Related