HTTP Debugging tools, Linux Debugging Tools

Source: Internet
Author: User
Tags valgrind automake

Charles

Web Performance Stress test tool http_load under LinuxSocket Debug Tool netcat under LinuxLinux under four Web server stress testing tools (Http_load, Webbench, AB, Siege)

Five debugging Tools for user space under Linux:

    • ' PRINT ' statement
    • Inquiries (/proc,/sys, etc.)
    • Tracking (Strace/ltrace)
    • Valgrind (Memwatch)
    • Gdb

linux-c/c++ Debugging Tool gdb, DDD Small test:http://deepfuture.iteye.com/blog/749148
csdn software ddd:http://download.csdn.net/detail/knight_go/5263464

1. C + + compiler gcc/g++

For more information, please refer to the website: http://gcc.gnu.org/

2. UML Modeling Tools BOUML

Linux is a more useful modeling tool, equivalent to the rational rose under windows, has become a program UML model design, code editing, code generation function and other functions.
For more information, please refer to the website: http://bouml.free.fr/

3. Makefile File Authoring tool: Autoconf,automake

Make is a very important compilation command, both in Linux and in the UNIX environment. Whether you're doing project development yourself or installing applications,
We often use make or do install. With make tools, we can break down large-scale development projects into more manageable modules.
For an application that includes hundreds of source files, it is a challenge for any programmer to manually write makefile by looking up the help documentation for make.
Fortunately, the GNU-provided autoconf and Automake are two sets of tools that make writing makefile no longer a challenge.
Using make and makefile tools, you can easily straighten out the various source files between the complex interrelationship, autoconf,automake generally with libtool use.

For more information, please refer to the website: http://www.ibm.com/developerworks/cn/linux/l-makefile/
http://www.gnu.org/software/autoconf/
http://www.gnu.org/software/automake/
http://www.gnu.org/software/libtool/


4. Debugging Tools: GDB

Programming under window, debugging tools have become to the VS environment, debugging under the Linux/unix through GDB debugging, personally think that GDB debugging more efficient than vs debugging.
For more information, please refer to the website: http://www.gnu.org/software/gdb/

5. Memory Leak tool: Valgrind

For moving thousands of lines of code, it is difficult to manually ensure that the memory is not leaking,
Valgrind detects memory leaks and out-of-bounds bugs by using memory requests and releasing matching rules. Of course, good programming habits are also essential to ensure code quality is high.
Reference website: http://valgrind.org/

Linux Debugging Tools:

Http://www.cnblogs.com/lidabo/p/4377545.html

Http://blog.chinaunix.net/uid-29900508-id-4487153.html

Http://www.360doc.com/content/08/0314/13/29694_1117211.shtml

Http://blog.chinaunix.net/uid-20622481-id-90491.html

http://www.ibm.com/developerworks/cn/linux/l-pow-debug/

HTTP Debugging tools, Linux Debugging Tools

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.