Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Phần mềm đo performance của server

    Các bác VNpro có biết phần mềm nào dùng vào việc đo cái performance của máy chủ không? Em muốn có một công cụ để đo và so sánh performance của các máy chủ, và so sánh performance của 1 máy chủ trước và sau khi bảo dưỡng.
    Giúp em nhé!
    Tek

  • #2
    JProfiler - http://www.ej-technologies.com/produ.../overview.html
    An all-purpose Java profiling suite targeted at J2EE and J2SE applications. It features CPU profiling, memory profiling, thread profiling and VM telemetry information.

    jProf -- a JVMPI based profiler - http://starship.python.net/crew/garyp/jProf.html
    Helps identify excessive processor usage, memory usage, and synchronization in Java programs. Written in C++; available for Solaris & NT 4.0. Your JVM must support JVMPI. [Open Source, GPL/LGPL]

    JProbe - http://java.quest.com/jprobe/jprobe.shtml
    A set of tools that are useful in profiling and working with java systems. The JProbe suite includes a Profiler and Threadalyzer, as well as a variety of tools for profiling server performance remotely. Trial version of some tools are available. [Commercial]

    HPjmeter - http://www.hp.com/products1/unix/jav...ter/index.html
    Platform-independent tool from Hewlett Packard which helps detect performance bottlenecks by graphically displaying profiling data. [Freeware]

    PerfAnal - http://developer.java.sun.com/develo.../GUI/perfanal/
    A GUI-based tool for analyzing the performance of applications on the JavaTM 2 Platform. By Nathan Meyers. [Open source]

    CatchXSL - http://www.xslprofiler.org/
    Java-based tool that profiles XSLT transformations. The resulting time measurements give the XSLT developer useful hints on how to improve performance. [Freeware]

    jcoverage - http://jcoverage.com/
    Identifies how many times each line of code in your application have been executed. Commercial support available. [Open source, GPL]

    JavaTreeProfiler - http://jcoverage.sourceforge.net/
    JVMPI-based profiler with microsecond resolution and XML output. [GPL]

    GCViewer - http://www.tagtraum.com/gcviewer.html
    Displays graphically statistics about the garbage collection activity during a program run. [Open Source, LGPL]

    J-Sprint - http://www.j-sprint.com/
    Profiler and performance analysis tool information. [Shareware]

    Extensible Java Profiler (EJP) - http://ejp.sourceforge.net/
    A profiling tool for Java with a scalable and extensible architecture, allowing its usage for exotic programming languages that use a Java backend. [Open source, GPL]

    prophIt - http://prophit.westslopesoftware.com/
    A visualization tool for working with performance data generated using a Java profiler such as hprof. [Free individual and non-commercial use, commercial]

    ProfileViewer - http://www.capital.net/~dittmer/profileviewer.html
    Reads profiling information output by Sun's heap profiler (invokable by a command-line option of the java interpreter) and displays it for easy interpretation. [Open Source, GPL]

    Java Performance TestClient - http://www.java-performance-portal.org/sec_2.html
    a tool for testing the performance of Java code. You can run a specific part of the code many times by a different number of Threads. It's written in Java and comes with a Swing GUI for graphical configuration and result representation. [Open source, GPL]

    Mike's Java Profiler - http://mjp.sourceforge.net/
    A performance profiler for Java programs. It collects statistics about accumulated CPU time used by each stack frame in the profiled program and presents the collected data in a GUI. [Open source, GPL]

    DevPartner Java Edition - http://www.compuware.com/products/de...views/java.htm
    Analyzing performance, analyzing memory, analyzing code coverage. [Commercial]
    Mai Anh Tuấn:)

    Comment

    Working...
    X