Search Results for "cpu stress test" - Page 7

Showing 168 open source projects for "cpu stress test"

View related business solutions
  • Make Recruiting and Onboarding Easy Icon
    Make Recruiting and Onboarding Easy

    Simple, easy-to-use applicant tracking and employee Onboarding system for any sized organization.

    Take away the pain and hassle associated with applicant recruitment, hiring, and onboarding with ApplicantStack. Designed for HR professionals and recruiters, ApplicantStack helps streamline the recruiting and onboarding processes to improve productivity and reduce costs. ApplicantStack provides a complete toolkit that includes tools for posting, launching, and advertising jobs, assessing and managing candidates, collaborating with teams, centralizing information for quick hiring and onboarding, and more.
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • 1
    A small database stress tool written in Java. Emulates a given number of concurrent users querying the engine. Reports timing information for each test. Currently supports MySQL engine only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Got Benchmark? is a FREE benchmarking tool. It tests your CPU speed, Memory speed and HDD write speed. If your select the "Full" test, you can upload your score and compare them against other people's.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    The Open POSIX Test Suite is a test suite for POSIX 2001 APIs, not tied to specific implementations. It provides conformance, functional, and stress testing. Initial focus is on Threads, Clocks & Timers, Signals, Message Queues, and Semaphores.
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 4
    CPU benchmark fully Open Source to supplant the older test like SuperPI. It will use the MMX,SSE,SSE2,SSE3 and later istructions to make the tests more real. (It will support even Dual Core or Multi Core Processor)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Claims Processing solution for healthcare practitioners. Icon
    Claims Processing solution for healthcare practitioners.

    Very easy to use for medical, dental and therapy offices.

    Speedy Claims became the top CMS-1500 Software by providing the best customer service imaginable to our thousands of clients all over America. Medical billing isn't the kind of thing most people get excited about - it is just a tedious task you have to do. But while it will never be a fun task, it doesn't have to be as difficult or time consumimg as it is now. With Speedy Claims CMS-1500 software you can get the job done quickly and easily, allowing you to focus on the things you love about your job, like helping patients. With a simple interface, powerful features to eliminate repetitive work, and unrivaled customer support, it's simply the best HCFA 1500 software available on the market. A powerful built-in error checking helps ensure your HCFA 1500 form is complete and correctly filled out, preventing CMS-1500 claims from being denied.
  • 5
    general purpose stress test tool. stressful instanciates Java classes which make stress on a target software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This project is a graphical user-friendly Eclipse plugin providing non regression and stress tests of Web application servers. Test scripts are recorded from any internet browser thanks to a built-in HTTP proxy and can be fully edited in a dedicated GUI.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    AdaptiveCells J2EE generates test-beds for benchmarking J2EE performance. They consists of highly customizable EJB cells that can emulate CPU load, memory usage, memory leaks and exceptions. The behaviour of the cells is coordinated from a web front-end.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    stress_driver - general-purpose stress test tool
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PCI Bench is an open source benchmark that will only test the CPU by now, but that will later be improved. PCI Bench est un bench open source qui ne teste que le cpu pour le moment,mais qui evoluera au fil du temps...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Innovate faster with enterprise-ready generative AI—enhanced by Gemini Icon
    Innovate faster with enterprise-ready generative AI—enhanced by Gemini

    Build, deploy, and scale machine learning (ML) models faster, with fully managed ML tools for any use case.

    Vertex AI offers everything you need to build and use generative AI—from AI solutions, to Search and Conversation, to 130+ foundation models, to a unified AI platform.
  • 10
    The welofunc project will develop a load and fuctional test tool for web applications with special focus on J2EE applications. Besides load and functional tests server monitoring will be included (CPU load, memory usage of the J2EE application server)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PC-TEST is a hardware detecting & testing tool (detection, benchmark, stress-test, S.M.A.R.T., etc.). It is developed to run on any Intel x86 compatible PC (including 8086 PC/XT). It runs perfectly under DOS but compatible with Windows & DosEmu.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Enterprise Web Test allows Java programmers to write re-usable tests for web applications that, unlike HttpUnit, "drive" the actual web browser on the actual platform they intend to support. Tests can be leveraged for functional, stress, reliability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Generic Safety CPU test framework

    Generic CPU test programs and a testbench

    This project includes C source code for generic CPU tests tailored for testing in the safety domain according to IEC 61508. Additional to the test programs, the project includes a test framework consisting of a program calling the sub-test-programs and a TCL script which injects faults to verify the test programs. To run the TCL script, a user has to set up a testbench with Modelsim to simulate the HDL code of a CPU. The CPU runs the test programs and the TCL script injects faults into the CPU.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Test Connect provides monitoring and trend tracking of memory, CPU, etc. on kernel level code on multiple platforms. Used with every build Test Connect can provide insight into how code is behaving, or misbehaving, with system resources or memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Functional Test to Performance/Stress Test converter for web apps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Eris loader is a software load testing tool developed to perform stress & performance tests for applications. It is implemented on oracle adf projects. It can record test scenarios and executes them for multi users on softwares developed by adf.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    cl-jpeg

    JPEG encoder implementation using OpenCL

    This is a research project to test GPU (OpenCL) usability for image compression. Jpeg format is chosen because it is relatively simple and I am familiar with it. 2013-01-22: For now only pixel conversion and DCT transform is done with OpenCL, entropy coding is done with CPU in one thread. Unfortunately this implementation is no match for even one threaded SSE2 jpeg encoder, too much data goes through PCIe. Look at "Debunking the 100X GPU vs. CPU Myth: An Evaluation of Throughput Computing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Uechi.APM.Web

    Uechi APM Web Server Performance Monitor Open Source

    Uechi APM Web is an APM (Application Performance Management) Open Source Server Performance Monitor written and developed in Java and C # for all Linux and Windows platforms. The Uechi.APM.Web offers a complete resource for unlimited monitoring servers in real time. Have full control of the CPU consumption, memory, disk and network traffic. Communication is done via TCP Protocol Socket connection. More information, please visit: http://uechi.com.br/uechi-apm-web-eng/
    Downloads: 0 This Week
    Last Update:
    See Project