Showing 104 open source projects for "process"

View related business solutions
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 1
    Elektra Initative

    Elektra Initative

    Elektra serves as a universal framework to access configuration.

    Elektra provides a mature, consistent and easily comprehensible API. Its modularity effectively avoids code duplication across applications and tools regarding configuration tasks. Elektra abstracts from cross-platform-related issues and allows applications to be aware of other applications' configurations, leveraging easy application integration. See http://www.libelektra.org for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    meminfo

    Shows memory info about processes

    This small header file is pure C and can be used in any C/C++ program to get memory information about the current process. Did you ever try to monitor a process in a task manager or similar and wondered why the memory doesn't go down even if your program freed all the memory? Then this small library is right for you! It is even capable to observe a difference before and after a call to free() or delete.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    unixadmin

    unixadmin

    unixadmin is a system administration tool for Linux and OS X

    unixadmin ============ unixadmin (Previously known as smc/syspert) Is a system administration tool which supports all versions of UNIX and Debian based versions and Red Hat versions of Linux, which supports major features such as user administration, disk administration and system administration This program sets to replace smit in IBM AIX and sam in HP-UX This program is the Linux equivlient of smit and SAM in AIX and HP-UX
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Nice System Monitor

    Nice System Monitor

    Process centered GUI monitor for Linux

    The aim of the project is to give equivalent easy statistics per process as we found on OS X for Linux in a nice GUI based on Qt and C++. This means information per process on Memory usage, CPU, Disk I/O, Network I/O, and more about the system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    DontWaitUp

    DontWaitUp

    DontWaitUp: do something else while your PC is completing a job

    DontWaitUp catches windows which close, change name or are resized in order to understand when a process has completed and then do an action like shut down, restart, sleep, hibernate, play an alarm sound, show a notification or run whatever command you need to run.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    passport-local

    passport-local

    Username and password authentication strategy for Passport and Node.js

    ...It plugs directly into the Passport middleware ecosystem and lets developers define precisely how users are looked up and verified against stored credentials, which can be adapted to any database or user store. Instead of managing authentication logic manually in every route, passport-local centralizes the process through a strategy interface where you provide a function to find and validate the user. Once integrated with an Express-based application, it handles reading credentials from requests, invoking your verification logic, and managing success or failure flows, all while cooperating with session middleware to serialize authenticated users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    depinit

    An alternative init program

    Depinit is an alternative init program that can handle parallel execution, dependencies, true roll-back, pipelines, improved signaling and unmounting filesystems on shutdown. It incorporates ideas from sysvinit, simpleinit, daemontools and make. At present, it is a bit experimental, and requires good knowledge of the initialisation process to set up.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Epik Utilities

    Epik Utilities are tools for Linux Administrators.

    ...A single archive is created for each host that contains the scan data along with linking information that can be merged with scans from other nodes to produce a cluster oriented report. Html, text, xml and sqlite3 database reports can be optionally generated to support both manual and automated fault analysis. The scan and merge process attempts to heuristically identify possible problems with the node or cluster configuration and highlights them in red to speed up the review and resolution process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 10

    Process Progeny

    Returns process's progeny in all generations recursively.

    PROJECT MOVED: https://github.com/vstavrinov/progeny --------------------------------------------------------------- This small utility takes Process ID (PID) on command line as parent and returns all its progeny in all generations recursively.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Zombie Eradication Squad

    a process management suite

    Zombie Eradication Squad is a suite of process management programs designed to ease the burden of dealing with zombie, that is defunct, processes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    vzps

    vzps

    vzps (OpenVZ - PS) provides a structured output of all process

    This is a tool for OpenVZ. All processes are grouped and sorted by VZ ID. You can also see the load of each VZ. See screenshot.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ReMon
    ReMon - is a remote process monitoring and control solution originally developed as an in house tool to monitor multiple tomcat instances it evolved into a complete product. it's written from scratch in Python and uses push client/network concept.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This program runs ps periodically and can match against process patterns trigger if some ps-property about them exists. For example it might be used to ensure that a daemon is running or is not running too many times. It might be used to determine wh
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    cpulimit is a per-process cpu usage limiter (expressed in percentage, not in cpu time). This is useful to control batch jobs, when you don't want them to eat too much cpu. It is able to adapt itself to the overall system load, dynamically and quickly.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 16
    This is a monitor that takes vmstat output and pairs it with the top CPU consumers displaying some useful stats for each PID. The purpose of this script is performance monitoring and troubleshooting bottlenecks all in one screen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SIS (System Information Script)

    SIS (System Information Script)

    Simple & useful benchmarking bash shell script for GNU/Linux distros.

    ...With a simple UI and easy deployment, you can know most important basic information about the machine you're working on; From installed Drivers, OS & Kernel version, Current Process running etc. SIS is a handy and simple tool to use on most of GNU/Linux Machines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ScheduleIT is a Java based process scheduler with great features. You can use it to schedule the tasks with custom arguments. It provides exports and imports features, templates saving and task history management. Happy Scheduling!!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Nova Remote Assistance Tool
    *Updated 6-11-2010 * Nova is a remote assistance tool developed in C# .NET 3.5. Using Nova, you can administrate remote computers through a File Explorer, Registry Editor, Process Manager, Live View, and Chat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    libmsgque

    libmsgque

    something that writes code for you

    ...To link, you need to distribute the work from one package-item to another package-item and wait for an answer or not. > Philosophy: Write Once → Run Everywhere The package-item can be a thread, a separate local process that is started by fork or spawn, or even a network of multiple services on multiple hosts. The package-item can be written in any language that is supported by the Programming-Language-Micro-Kernel support. It even supports running multiple programming languages in a single piece of software. Supported Languages are: (C,C++,C#,VB.NET,Java,Python,Ruby,Perl,PHP,Tcl or GO) > Strategy: It takes 4 years to write a programming-language, but it only takes 4 weeks to insert a micro-kernel. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PHP Dog is a process watchdog written in PHP. The program will be able to launch and control starting and stopping the program. It allows for a process to be restarted if it has terminated unexpectedly to keep its program running.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PyBat is a Python module which allows Python scripts to invoke Windows batch files (and vice versa) while allowing environment variable changes made in the child process to be reflected in the calling (parent) process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Rover is a Perl package that provides a means of executing commands on remote machines via SSH, Telnet, or Rsh. Connections are made and then managed using Expect for Perl. A distinct advantage of Rover is its ability to process many hosts in parallel.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Automated Perl Deprovisioner (apdep) is a script designed to automatically disable and/or delete Active Directory accounts that have gone stale. Exceptions to this deletion process are stored in a database of your choosing (through DBI).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Java agent to help maintain java process or several java processes
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo