Showing 19 open source projects for "cpu"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Multi-Site Network and Cloud Connectivity for Businesses Icon
    Multi-Site Network and Cloud Connectivity for Businesses

    Internet connectivity without complexity

    As your users rely more and more on Cloud and Internet-based technologies, reliable internet connectivity becomes more and more important to your business. With Bigleaf’s proven SD-WAN architecture, groundbreaking AI, and DDoS attack mitigation, you can finally deliver the reliable internet connectivity your business needs without the limitations of traditional networking platforms. Bigleaf’s Cloud Access Network and plug-and-play router allow for limitless control to and from anywhere your traffic needs to go. Bigleaf’s self-driving AI automatically identifies and adapts to any changing circuit conditions and traffic needs—addressing issues before they impact your users. Bigleaf puts you in the driver’s seat of every complaint and support call with full-path traffic and network performance data, delivered as actionable insights, reports, and alerts.
  • 1
    manticoresearch

    manticoresearch

    Easy to use open source fast database for search

    Manticore Search is an easy to use open source fast database for search. Modern MPP architecture and smart query parallelization capabilities allow to fully utilize all your CPU cores to lower response time as much as possible, when needed. Powerful and fast full-text searching which works fine for small and big datasets. Columnar storage support via the Manticore Columnar Library for bigger datasets (much bigger than can fit in RAM). SQL-first: Manticore's native syntax is SQL. It speaks SQL...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    Citus

    Citus

    Distributed PostgreSQL as an extension

    Citus is a PostgreSQL extension that transforms Postgres into a distributed database, so you can achieve high performance at any scale. With Citus, you extend your PostgreSQL database with new superpowers. Distributed tables are sharded across a cluster of PostgreSQL nodes to combine their CPU, memory, storage and I/O capacity. References tables are replicated to all nodes for joins and foreign keys from distributed tables and maximum read performance. Distributed query engine routes...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Skytable

    Skytable

    Skytable is a fast, secure and reliable realtime NoSQL database

    ... to exploit all CPU cores which helps lower your TCO. Written in Rust with expert analyzed unsafe code for memory safety and TLS for encrypted connections. Have 1MB memory? That's all Skytable needs. With no platform-specific dependencies, Skytable can virtually run on anything that has an OS. Features like keyspaces, tables, data types, authn+authz, snapshots and more are ready for you to use while we're working on several new data models and features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    REMON Community
    1. Overview REMON stands for Redis Multi-instance Monitoring and is software that monitors the status of the Redis database and supports convenience functions so that users can see at a glance whether Redis instances are operating normally. 2. Features 1) Matrix view: You can monitor Redis instances by grouping them. 2) Minimize CPU load: The Agent's CPU usage rate is less than 2%, causing very little load. 3) Threshold notification and quick confirmation: You can monitor important...
    Downloads: 0 This Week
    Last Update:
    See Project
  • HRSoft Compensation - Human Resources Software Icon
    HRSoft Compensation - Human Resources Software

    HRSoft is the only unified, purpose-built SaaS platform designed to transform your complex HR processes into seamless digital ones

    Manage your enterprise’s compensation lifecycle and accurately recognize top performers with a digitized, integrated system. Keep employees invested and your HR team in control while preventing compensation chaos.
  • 5
    OLD LAMP Package With PHP 7.0  MYSQL 5.7

    OLD LAMP Package With PHP 7.0 MYSQL 5.7

    For working with old php applications

    If needed, please refer wiki page for virtual machine setup instructions. Also, watch video below.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    OLD LAMP Package With PHP 5.5  MYSQL 5.5

    OLD LAMP Package With PHP 5.5 MYSQL 5.5

    For working with old php applications

    If needed, please refer wiki page for virtual machine setup instructions. Also, watch video below.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    sled

    sled

    The champagne of beta embedded databases

    Serializable (ACID) transactions for atomically reading and writing to multiple keys in multiple keyspaces. Fully atomic single-key operations, including compare and swap. Forward and reverse iterators over ranges of items. A crash-safe monotonic ID generator capable of generating 75-125 million unique ID's per second. Zstd compression (use the compression build feature, disabled by default). Cpu-scalable lock-free implementation. Flash-optimized log-structured storage. Uses modern b-tree...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    sysbench

    sysbench

    Scriptable database and system performance benchmark

    sysbench is a scriptable multi-threaded benchmark tool based on LuaJIT. It is most frequently used for database benchmarks, but can also be used to create arbitrarily complex workloads that do not involve a database server. extensive statistics about rate and latency is available, including latency percentiles and histograms. Low overhead even with thousands of concurrent threads. sysbench is capable of generating and tracking hundreds of millions of events per second. New benchmarks can be...
    Downloads: 24 This Week
    Last Update:
    See Project
  • 9
    pg_flame

    pg_flame

    A flamegraph generator for Postgres EXPLAIN ANALYZE output

    A flamegraph generator for Postgres EXPLAIN ANALYZE output. The pg_flame program reads a JSON query plan from standard input and writes the flamegraph HTML to standard output. Therefore you can pipe and direct input and output however you desire. Flamegraphs were invented by Brendan Gregg to visualize CPU consumption per code-path of profiled software. They are useful visualization tools in many types of performance investigations. Flamegraphs have been used to visualize Oracle database query...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
  • 10
    SQLProcexp by Fabien Sabinet

    SQLProcexp by Fabien Sabinet

    SQL Server instance monitoring & protection

    SQL Server instance monitoring. A free professional monitoring application for SQL Server instance with historical data of : - CPU - logical read - physical read - write - SQL Queries - Wait Time - Signal wait - 1 user configurable list of waits - and 1 SQL Query preconfigured with number of users sessions Based on capture at configurable interval (2 secondes by default) of sys.sysprocesses, sys.dm_exec_requests, sys.dm_exec_sessions, sys.dm_os_wait_stats
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    tiedot

    tiedot

    A rudimentary implementation of a basic document database in Go

    tiedot is a document database engine that uses JSON as document notation; it has a powerful query processor that supports advanced set operations; it can be embedded into your program, or run a stand-alone server using HTTP for an API. It runs on *nix and Windows operating systems. tiedot has fault-tolerant data structures that put your data safety first, while easily scales to 4+ CPU cores. tiedot has very stable performance, even with millions of records! It consistently achieves high...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    StackCollect

    StackCollect

    A server and database monitoring platform.

    The StackCollect SCM is written in Python and is free to download, more advanced features can be purchased from StackCollect. Monitored Server Platforms Include: Windows Server 2012 R2 Monitored Database Platforms Include: PostgreSQL Microsoft SQL Server MariaDb MySQL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    dbWarden for SQL Server

    dbWarden for SQL Server

    Comprehensive database monitoring solution for SQL Server 2005+

    dbWarden is a comprehensive database monitoring and alerting solution for SQL Server 2005. 2008 and now 2012. It features email and text notifications with customizable metrics for alerts such as Blocking, Long Running Queries and SQL Jobs, CPU %, Log file and TempDB growth. Another main feature is a detailed HTML based daily health report which provides a thorough overview of your database server. dbWarden is written completely in SQL and requires sysadmin level permissions to run...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    WackyRaces

    WackyRaces

    Database Replication Benchmark and Test Tool

    The objective of this project is to provide an open source database replication software benchmark and testing tool. It is very difficult in database replication projects to estimate necessary network bandwidth, CPU usage, memory and disk usage, etc. This project will help compare different database replication options and can be used as a capacity plan tool for database replication projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Occursions

    Fast customizable time series web database for big data like log files

    ... doesn't have `just too many' log files? Occursions asynchronously tails log files and indexes the individual lines in each log file as each line is written to disk so you don't even have to wait for a second after an event happens to search for it. Occursions uses custom disk backed data structures to create and search its indexes so it is very efficient at using CPU, memory and disk. You can extend Occursions with shared libraries to support your own file formats, even binary file formats!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Backup tool for MySQL to automatically / manually create sql dump files, for data, table structure, functions and stored procs. Can run via the task manager for backups on a regular base. Backup can be zipped with a password and saved on a server.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    A fast performing utility application written in C# .net 3.5 for data administrators or developers working with SQL Server. See features and screen shots for more information. This utility application works with SQL Server 2005 or SQL server 2008.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ECG manages different emulator projects. Each project has cpu information (bits, opcodes, registers, etc.) and memory managment(Description, Mirrors, etc.). Once you have done the CPU and Memory Project, you will be able to cross/generate C/C++ code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Friandise is a SMB (windows) share search engine. With a web interface, you can locate (very) quickly a file on a subnet. The search engine need very little memory and cpu time (it works on a sparc 20 under linux).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next