General :: Open Source Performance Analysis Tools?
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
ADVERTISEMENT
Jun 4, 2011
I am making comparison between tora , dsr , dsdv and aodv. There is some error in tora.tcl protocol. Rest is working fine..why the tora.tcl is popping the error?
Error is given below:-
Code:
num_nodes is set 6
INITIALIZE THE LIST xListHead
(_o22 cmd line 1)
invoked from within
"_o22 cmd port-dmux _o37"
invoked from within
"catch "$self cmd $args" ret"
invoked from within
"if [catch "$self cmd $args" ret] {
set cls [$self info class]
global errorInfo
set savedInfo $errorInfo
error "error when calling class $cls: $args" $..." .....
View 5 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). We will use Eclipse IDE and C++ lanuage. I hope the tools are easy-to-use, reliable, popular, better with good
supports, and not-too-expensive. I already find a list of tools at WiKi, however, I don't have time to try them all. Could anyboy please recommend me a few? If you can tell
me briefly about their pros and cons, that will be the bet.
View 1 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
Mar 6, 2010
Is there anyway I can remote in to a fedora machine via a Win 7, Vista or Server 2008 machine and have the gui desktop? I can vnc to it but it's command line only.If possible, I'd like to use the defacto std tool called remote desktop installed with the win os.If not any are there any open source-al free tools I could install on win to get this functionality?
View 8 Replies
View Related
May 28, 2010
I have a performance issue using the open source radeon driver. I normally would just attribute this to the driver still not ready, but it was working fine on the Mandriva install I just wiped out. I replaced madriva in order to have Qimo sessions for my daughter to use. When I try to run glxgears the gears basically don't move.
View 4 Replies
View Related
Sep 11, 2010
I am currently looking for tools for static/dynamic code analysis for embedded Linux system development (both device driver and user space apps). We will use Eclipse IDE and C++ lanuage. I hope the tools are easy-to-use, reliable, popular, better with good supports, and not-too-expensive. I already find a list of tools at WiKi, however, I don't have time to try them all. Could anyboy please recommend me a few? If you can tell me briefly about their pros and cons, that will be the bet.
View 1 Replies
View Related
Feb 9, 2010
It is vital to get a useful server performance monitoring tool that prevents growth related performance issues. Moreover, it should offer long term capacity planning and trend analysis along with detecting performance issues and unwanted outages.
View 3 Replies
View Related
Dec 5, 2010
How to compare CPUs? Is there a trusted source that compares cpu performance?
View 4 Replies
View Related
Mar 14, 2010
I remotely access to my OPENsuse 11. I am using TightVNC program. There is nothing wrong with accessing. But I have to start an analysis program, an this analysis takes about 4 to 6 hours. Therefore, I want to disconnect and let my analysis continue.But after disconnecting from suse, the program i started stops to work. Does anybody know how not to kill the program while i am not connected?
View 6 Replies
View Related
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
View Related
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
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 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
Dec 10, 2008
Whenever I had to go through the source of particular open source project, first I need to find out the actual site or the developer of the project which/who contributes to open source, then I should download the source from that site.Is there any single site where I can download the source of any open source tools or open source projects .For ex: If I need to view the source of tool netstat I should be able to download from a site(could be tgz,tar.bz2...) and understand the code.
All the packages are maintained in debian but only as binary packages. May be I should look at source packages. Is there anything else available.Plz don't say sourceforge.net and freshmeat.com - since it does not maintain all the open source tools running in linux platform.I want to view the source of netstat command but unable to get the source from anywhere.
View 4 Replies
View Related
Jun 28, 2011
Is there any open source virtual machine so i can study the source in order to create my own? i'm gonna write my own, so it doesNT matter if license does not allow further development of the code.
View 1 Replies
View Related
Jan 2, 2009
We all know we can install a linux system such as Fedora 10 and use it. Being linux, one should in principle get the source codes for everything that has been precompiled (except the proprietary drivers such as nvidia) in the installation DVDs/CDs. Where are the source codes ? Is there a place I can download them ?
To avoid confusion, I am not referring to the kernel source that can be compiled to give a linux kernel, but that does not include the drivers, such as intel_drv.so.
To be more specific, the intel graphic i810 driver has been built into any linux system, but where is the exact source? One answer may be that primary source intellinuxgraphics.com. However, if anyone tries to download the every changing (i.e., keep updated almost every single day) driver source codes from freedesktop.org, it is almost certain that the source codes will not be the same as the one that is finalized in Fedora 10.
View 9 Replies
View Related
Sep 12, 2010
I want to see the source code of smplayer software.from where i can see source code of open source softwares?
View 9 Replies
View Related
Apr 6, 2010
I am new to Linux, and I just tried to compile a program (powertab tools) from source. I'm having som problems doing that. The "./configure" command works fine, but when I run "make", it gives an error:
Code:
seppe@Thuis:~$ cd ptabtools-0.5.0
seppe@Thuis:~/ptabtools-0.5.0$ ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
[Code]...
View 1 Replies
View Related
Dec 27, 2010
Are their any open source AI projects out there? i just read an old text on neural networking in C++ and would love to paw through someones code.
View 1 Replies
View Related
Aug 8, 2011
Im actively studying for my Redhat SA Certification. I am actively working in a UNIX based environment (SCO< So ancient). I need some open source contribution experience. I've been doing Perl for about 5 years and I have enough linux knowledge to make an impact.........
View 1 Replies
View Related
Mar 5, 2011
I want to install wordpress open source in linux.but i donot know how i do this.
View 2 Replies
View Related
Jul 20, 2011
Anyone know of an Open Source ID/Badge Program? I'm looking into using it in a future business. I'm not worried about all the parts that go to it, just the program, for now.
View 3 Replies
View Related
Jun 30, 2011
Which is the best opensource backup software which also supports mysql and incremental backup.
View 3 Replies
View Related
Apr 9, 2011
Which one is the best open source Directory server ?
View 1 Replies
View Related
Dec 17, 2010
I want to setup a Knowledgebase server for my team internally. Any open Source Knowledgebase server reference?
View 1 Replies
View Related
Aug 31, 2010
What is a good example of an Open Source IRC client for Windows or Linux? If not, something free and extensible will do.The reason I would like this to be open source is that I wouldn't mind being able to understand how the message formatting is implemented in such a project.
View 5 Replies
View Related
Sep 17, 2010
Does anyone know a free, command line, open source audio manipulation software for Linux? The primary usage is to distort/scramble a recorded voice. I've tried SoX but it seems to lack features for my task.
View 1 Replies
View Related
Mar 26, 2011
There are a lot of backup solutions, many scripts based of rsync. The problem is not a lot of them encrypt your data before syncing it. I have a USB hard drive and I want to backup my user folder /home/myuser/ to the external drive What software will allow me to create incremental backups which are encrypted with relative ease
View 2 Replies
View Related
Aug 10, 2011
I have the following setup code...
I would like to activate 802.1x authentication on the Windows PCs, and have the Linux Box play the role of a 802.1x authenticator (blocking all access to the Internet until the Windows PCs have properly authenticated themselves using the 802.1x protocol, and the Linux Box checks the credentials by interrogating the RADIUS server).
I could theoretically insert a 802.1x-capable switch between the Windows PCs and the Linux Box, but this setup is embedded and the hardware cannot be changed.
Apparently the OpenWRT project solved the problem somehow, so there must be an open-source solution somewhere, but I simply cannot find it. The only links I find are for the Open1X project (http://open1x.sourceforge.net/), but the Docs link is dead.
View 2 Replies
View Related