awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to fzj-jsc/jubench

Open-source alternatives to Jubench

21 open-source projects similar to fzj-jsc/jubench, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Jubench alternative.

  • andikleen/pmu-toolsandikleen avatar

    andikleen/pmu-tools

    2,233View on GitHub↗

    pmu tools is a collection of tools and libraries for profile collection and performance analysis on Intel CPUs on top of Linux perf. This uses performance counters in the CPU.

    Python
    View on GitHub↗2,233
  • colinianking/stress-ngColinIanKing avatar

    ColinIanKing/stress-ng

    2,684View on GitHub↗

    This is the stress-ng upstream project git repository. stress-ng will stress test a computer system in various selectable ways. It was designed to exercise various physical subsystems of a computer as well as the various operating system kernel interfaces.

    C
    View on GitHub↗2,684
  • dfeneyrou/palanteerdfeneyrou avatar

    dfeneyrou/palanteer

    2,206View on GitHub↗
    C++c-plus-pluscppdeveloper-tools
    View on GitHub↗2,206
  • ekondis/mixbenchekondis avatar

    ekondis/mixbench

    463View on GitHub↗

    The purpose of this benchmark tool is to evaluate performance bounds of GPUs (or CPUs) on mixed operational intensity kernels. The executed kernel is customized on a range of different operational intensity values. Modern GPUs are able to hide memory latency by switching execution to threads…

    C++
    View on GitHub↗463
  • google/benchmarkgoogle avatar

    google/benchmark

    10,240View on GitHub↗

    This project is a performance measurement framework and microbenchmarking library designed for C++ and Python. It provides a toolset for measuring the execution time of small code fragments using high-resolution timers, calculating statistical aggregates, and analyzing asymptotic complexity. The framework distinguishes itself through specialized capabilities for multithreaded performance testing, using synchronized execution to measure parallel throughput. It includes mechanisms to prevent compiler optimizations from removing benchmarked code and supports complex parameterization via Cartesia

    C++benchmark
    View on GitHub↗10,240

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • hpc/iorH

    hpc/ior

    0View on GitHub↗

    This repository contains the IOR and mdtest parallel I/O benchmarks. The official IOR/mdtest documentation[] can be found in the docs/ subdirectory or on Read the Docs.

    View on GitHub↗0
  • jlfwong/speedscopejlfwong avatar

    jlfwong/speedscope

    6,501View on GitHub↗

    Speedscope is a web-based performance profiler that visualizes profiling data through interactive flamegraphs and timeline views. It ingests performance profiles from a wide range of sources, including Chrome, Firefox, Safari, Node.js, .NET Core, Instruments, Hermes, GHC, and Ruby, normalizing them into a common schema for unified analysis. The tool distinguishes itself with a canvas-based rendering engine that draws flamegraphs without DOM nodes for each frame, and a WebAssembly-based rendering pipeline for high-performance drawing. It offers left-heavy stack sorting to surface the most time

    TypeScriptflamegraphflamegraphsperformance-profiling
    View on GitHub↗6,501
  • jonmagon/kdiskmarkJonMagon avatar

    JonMagon/KDiskMark

    1,637View on GitHub↗

    KDiskMark is an HDD and SSD benchmark tool with a very friendly graphical user interface. KDiskMark with its presets and powerful GUI calls Flexible I/O Tester and handles the output to provide an easy to view and interpret comprehensive benchmark result. The application is written in C++ with…

    C++
    View on GitHub↗1,637
  • kdab/hotspotKDAB avatar

    KDAB/hotspot

    5,074View on GitHub↗

    Hotspot is a graphical user interface for analyzing and visualizing performance data captured by the Linux perf tool. It functions as a performance profiling visualizer and assembly-level profiler that maps performance costs to specific instructions synchronized with original source code. The project distinguishes itself through a remote symbol resolver that maps performance data from embedded targets to local host debug symbols and sysroots. It also includes a specialized off-CPU analysis tool designed to identify thread wait times and I/O blocks using kernel scheduler tracepoints. The tool

    C++
    View on GitHub↗5,074
  • koute/bytehoundkoute avatar

    koute/bytehound

    4,791View on GitHub↗

    Bytehound is a Linux memory profiler that utilizes a custom global allocator to intercept memory requests and track allocations and deallocations. It records full call-stack traces for every memory operation to map allocations back to their originating source code. The project features a remote memory profiling system that streams capture data via network sockets to a separate machine, minimizing resource overhead on the target system. Analysis is supported by a specialized domain-specific query language used to automate the detection of memory patterns and anomalies. The tool covers heap al

    Cmemory-profilermemory-profilingprofiler
    View on GitHub↗4,791
  • llnl/caliperLLNL avatar

    LLNL/Caliper

    415View on GitHub↗

    Caliper: A Performance Analysis Toolbox in a Library

    C++
    View on GitHub↗415
  • nviennot/core-to-core-latencynviennot avatar

    nviennot/core-to-core-latency

    1,356View on GitHub↗

    Measuring CPU core-to-core latency

    Jupyter Notebook
    View on GitHub↗1,356
  • phoronix-test-suite/phoronix-test-suitephoronix-test-suite avatar

    phoronix-test-suite/phoronix-test-suite

    3,080View on GitHub↗

    The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available for Linux, Solaris, macOS, Windows, and BSD operating systems. The Phoronix Test Suite allows for carrying out tests in a fully automated manner from test installation to execution and reporting. All…

    PHP
    View on GitHub↗3,080
  • plasma-umass/scaleneplasma-umass avatar

    plasma-umass/scalene

    13,449View on GitHub↗

    Scalene is a high-performance diagnostic utility designed to measure resource consumption during the execution of Python applications. It functions as a line-level monitor, providing granular insights that pinpoint the specific source code responsible for performance overhead. The tool distinguishes itself through statistical profiling that captures stack traces and resource usage without requiring manual instrumentation of the source code. It tracks CPU, GPU, and memory consumption by intercepting library-level calls and hardware driver commands, allowing for the analysis of both managed and

    Pythoncpucpu-profilinggpu
    View on GitHub↗13,449
  • projectphysx/opencl-benchmarkProjectPhysX avatar

    ProjectPhysX/OpenCL-Benchmark

    307View on GitHub↗

    A small OpenCL benchmark program to measure peak GPU/CPU performance.

    C++
    View on GitHub↗307
  • rrze-hpc/kerncraftRRZE-HPC avatar

    RRZE-HPC/kerncraft

    97View on GitHub↗

    .. image:: https://github.com/RRZE-HPC/kerncraft/blob/master/doc/logo/logo-lightbg.svg

    Jupyter Notebook
    View on GitHub↗97
  • rrze-hpc/thebandwidthbenchmarkRRZE-HPC avatar

    RRZE-HPC/TheBandwidthBenchmark

    66View on GitHub↗

    This is a collection of simple streaming kernels. Its primary purpose is to measure the maximum sustained main memory bandwidth of CPU and GPU systems. It also offers a mode to measure the complete memory hierarchy using sequential or parallel throughput execution. You may want to take a look at…

    C
    View on GitHub↗66
  • sharkdp/hyperfinesharkdp avatar

    sharkdp/hyperfine

    28,316View on GitHub↗

    Hyperfine is a command-line benchmarking tool used to measure the execution time of shell commands through multiple runs and statistical analysis. It functions as a comparative benchmarking utility and a shell performance analyzer, allowing for the evaluation of multiple commands against a reference baseline to determine relative speed. The tool distinguishes itself by isolating actual command performance through shell overhead correction and the ability to bypass the shell entirely using system calls. It supports parameterized execution, enabling benchmarks to run across a range of varying i

    Rust
    View on GitHub↗28,316
  • ssvb/tinymembenchssvb avatar

    ssvb/tinymembench

    415View on GitHub↗

    Simple benchmark for memory throughput and latency

    C
    View on GitHub↗415
  • sx-aurora/vftraceSX-Aurora avatar

    SX-Aurora/Vftrace

    10View on GitHub↗

    Vftrace (visual ftrace) is a performance profiling library with a focus on applications in high-performance computing (HPC). It is compatible with C, C++, and Fortran. Vftrace produces an overview of the function calls appearing during an application's runtime and registers performance metrics…

    C
    View on GitHub↗10
  • tacc/demonspawnTACC avatar

    TACC/demonspawn

    14View on GitHub↗

    DemonSpawn is a tool for quickly firing off a large number of SLURM jobs.

    Python
    View on GitHub↗14