[go: up one dir, main page]

Showing 95 open source projects for "pid"

View related business solutions
  • 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
  • Yeastar: Business Phone System and Unified Communications Icon
    Yeastar: Business Phone System and Unified Communications

    Go beyond just a PBX with all communications integrated as one.

    User-friendly, optimized, and scalable, the Yeastar P-Series Phone System redefines business connectivity by bringing together calling, meetings, omnichannel messaging, and integrations in one simple platform—removing the limitations of distance, platforms, and systems.
    Learn More
  • 1
    s6-overlay

    s6-overlay

    s6 overlay for containers (includes execline, s6-linux-utils

    s6-overlay is an easy-to-install (just extract a tarball or two!) set of scripts and utilities allowing you to use existing Docker images while using s6 as a pid 1 for your container and process supervisor for your services.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    systemd

    systemd

    The systemd system and service manager

    systemd is a suite of basic building blocks for a Linux system. It provides a system and service manager that runs as PID 1 and starts the rest of the system. systemd provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux control groups, maintains mount and automount points, and implements an elaborate transactional dependency-based service control logic. systemd supports SysV and LSB init scripts and works as a replacement for sysvinit. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 3
    gops

    gops

    A tool to list and diagnose Go processes currently running

    ...Local mode requires that you start the target binary as the same user that runs gops binary. To use gops in a remote mode you need to know target's agent address. In Local mode use process's PID as a target; in Remote mode target is a host:port combination. gops supports CPU and heap pprof profiles. After reading either heap or CPU profile, it shells out to the go tool pprof and let you interactively examine the profiles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    kube-bench

    kube-bench

    Checks whether Kubernetes is deployed

    ...Both, the Trivy CLI, and the Trivy Operator support CIS Kubernetes Benchmark scanning among several other features. There are multiple ways to run kube-bench. You can run kube-bench inside a pod, but it will need access to the host's PID namespace in order to check the running processes, as well as access to some directories on the host where config files and other files are stored.
    Downloads: 14 This Week
    Last Update:
    See Project
  • Enterprise AI Agents for Every Customer Moment Icon
    Enterprise AI Agents for Every Customer Moment

    For enterprise companies looking for AI Agents

    From chat to voice to SMS, every conversation gets a smart, personalized response powered by your policies, tone, and data.
    Learn More
  • 5
    VisualVM

    VisualVM

    VisualVM is an All-in-One Java Troubleshooting Tool

    ...VisualVM automatically detects and lists locally and remotely running Java applications (jstatd must be running on the remote host). You can also define applications manually by JMX connection. For each process VisualVM shows basic runtime information: PID, main class, arguments passed to java process, JVM version, JDK home, JVM flags and arguments and System properties.
    Downloads: 36 This Week
    Last Update:
    See Project
  • 6
    noti

    noti

    Monitor a process and trigger a notification

    ...Just put noti at the beginning or end of your regular commands. If you already started a command, but forgot to use noti, then you can do this to get notified when that process' PID disappears. You can also press ctrl+z after you started a process. This will temporarily suspend the process, but you can resume it with noti.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Marlin

    Marlin

    Optimized firmware for RepRap 3D printers based on Arduino platform

    Marlin is a popular open source firmware for the RepRap family of 3D printers. It is straightforward, reliable, extensible and adaptable, which is why it is used by many respected commercial 3D printer vendors as well as hobbyists. It runs on inexpensive 8-bit Atmel AVR micro-controllers, with added support for 32-bit and ARM-based boards. Marlin builds can be small enough for use on a headless printer with only modest hardware, and features can be enabled as-needed.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 8
    py-spy

    py-spy

    Sampling profiler for Python programs

    ...It lets you visualize what your Python program is spending time on without restarting the program or modifying the code in any way. py-spy is extremely low overhead: it is written in Rust for speed and doesn't run in the same process as the profiled Python program. This means py-spy is safe to use against production Python code. py-spy works from the command line and takes either the PID of the program you want to sample from or the command line of the python program you want to run. py-spy has three subcommands record, top and dump. py-spy supports recording profiles to a file using the record command. Top shows a live view of what functions are taking the most time in your python program, similar to the Unix top command.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    o3DIAG

    o3DIAG

    o3DIAG – A Open Source OBD-II Diagnostic Tool for Windows and Linux

    ... – Connect or disconnect the adapter with a single click. – Initialize the adapter automatically with the required AT commands. Live Data Reading – Read common engine parameters such as: - Engine RPM (PID 010C) - Vehicle Speed (PID 010D) - Coolant Temperature (PID 0105) - Engine Load (PID 0104) – Raw responses are automatically converted into real-world values (e.g., RPM in revolutions per minute, temperature in °C, speed in km/h). Diagnostic Trouble Codes (DTCs) – Read stored error codes from the engine control unit...
    Downloads: 12 This Week
    Last Update:
    See Project
  • Easy-to-use online form builder for every business. Icon
    Easy-to-use online form builder for every business.

    Create online forms and publish them. Get an email for each response. Collect data.

    Easy-to-use online form builder for every business. Create online forms and publish them. Get an email for each response. Collect data. Design professional looking forms with JotForm Online Form Builder. Customize with advanced styling options to match your branding. Speed up and simplify your daily work by automating complex tasks with JotForm’s industry leading features. Securely and easily sell products. Collect subscription fees and donations. Being away from your computer shouldn’t stop you from getting the information you need. No matter where you work, JotForm Mobile Forms lets you collect data offline with powerful forms you can manage from your phone or tablet. Get the full power of JotForm at your fingertips. JotForm PDF Editor automatically turns collected form responses into professional, secure PDF documents that you can share with colleagues and customers. Easily generate custom PDF files online!
    Learn More
  • 10
    Docker Bench For Security

    Docker Bench For Security

    A script that checks for dozens of common best-practices around Docker

    ...We are making this available as an open-source utility so the Docker community can have an easy way to self-assess their hosts and docker containers against this benchmark. We packaged docker bench as a small container for your convenience. Note that this container is being run with a lot of privilege, sharing the host's filesystem, pid and network namespaces, due to portions of the benchmark applying to the running host. The easiest way to run your hosts against the Docker Bench for Security is by running our pre-built container. Don't forget to adjust the shared volumes according to your operating system.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    ScriptCommunicator / serial terminal

    ScriptCommunicator / serial terminal

    Scriptable data terminal which supports several interfaces.

    ScriptCommunicator is a scriptable cross-platform data terminal that supports serial port (RS232, USB to serial), UDP, TCP client/server, SPI, I2C, and CAN. All sent and received data can be shown in a console and can be logged in an html and a text log. In addition to the simple sending and receiving of data, ScriptCommunicator has a JavaScript interface. This script interface has the following features: - Scripts can send and receive data with the main interface. - In addition to...
    Leader badge">
    Downloads: 90 This Week
    Last Update:
    See Project
  • 12
    Java utility classes

    Java utility classes

    Utility classes for Java

    This is a set of Java classes and static methods for: - System process management on a machine, e.g. starting a process, starting a process via PowerShell; getting process PID, waiting, destroying, getting all processes, etc. - Buffered file reader for both text (ASCII) and binary files, specifically useful for parallel file parsing and/or for large files. - Async. timer with a variable precision. - Very easy HTTP GET request sender and data retriever. _____________ - All compiled Java classes are in org.engitex.utils package...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    rCMD-JMP

    rCMD-JMP

    JMP plugin for encrypted remote terminal and file transfer

    ▪ Run any command asynchronously on remote desktop, get printout from a process, exit code, PID. ▪ Transfer file to / from remote desktop. ▪ All data are encrypted for mobile clients. ▪ No intermediate servers are involved, conncections are made directly to the target machine. The plugin connects to and runs together with JMP node on the target machine, thus the package includes JMP main classes. User calls rCMD shell client app (included in the package) on client's machine with arguments. ---------------------------------------------------------------------------------------- Get mobile rCMD client here: https://rcmd-android.sourceforge.io/ ----------------------------------------------------------------------------------------
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    PVControl+

    PVControl+

    Monitorización y Control de una instalación FV

    ...) - Integrado el SW de Motion para uso de una Cámara para control y vigilancia (integrada Inteligencia Artificial via Clarifai) Integracion con HOME ASSISTANT y TASMOTA CONTROL: - Capacidad de conmutar automáticamente cualquier numero de rele por horario y/o cualquier tipo de condiciones FV (Voltaje batería, SOC, Producción placas, etc) - Control de excedentes con algoritmo PID para aprovechar al máximo la generación de las placas - Capacidad de mandar ordenes por Telegram ( conmutar réles, mandar comandos al Híbrido, ..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ...Navigation Fluide : Tri par colonne, filtres rapides et recherche instantanée. Intégration Directe : Double-clic ou F8 pour basculer vers l'onglet PORTS filtré sur un PID spécifique. 🌐 Cartographie Réseau Vue Hybride : Basculez entre une table détaillée (IP, MAC, Vendor, Latence) et une vue graphique topologique. Intelligence Visuelle : Mise en évidence des nœuds critiques (Gateway, Serveurs, IP .1) avec icônes dédiées.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    gtop

    gtop

    System monitoring dashboard for terminal

    gtop is a tool that helps you monitor your systems through a dashboard user interface, and it is optimized to monitor and visualize terminals. gtop requirements are to have Node.js version 8 or higher. It supports Linux, OSX, and Windows (with partial support). You need to assign host net and pid to access the metrics in the host machine. Start gtop with the gtop command. To stop gtop use q, or ctrl+c in most shell environments. You can sort the process table by pressing 'p' for Process Id, 'c' for CPU usage, and 'm' for Memory usage. If you see question marks or other different characters, try to run it with the environment variables provided in the documentation. gtop is released under the MIT license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    barco

    barco

    Linux containers from scratch in C

    ...Linux containers are made up by a set of Linux kernel features. namespaces: are used to group kernel objects into different sets that can be accessed by specific process trees. There are different types of namespaces, for example,the PID namespace is used to isolate the process tree, while the network namespace is used to isolate the network stack.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    MiyoLinux

    MiyoLinux

    A very minimal Linux OS based on Devuan and various Window Managers.

    ...Though development has ceased, MiyoLinux can still be used by upgrading to the next release versions (daedalus). Openbox users can use the following guide (link) to assure the continued use of the right-click menu... https://dev1galaxy.org/viewtopic.php?pid=47617#p47617 Again, thank you for all of the support over the years, and I wish you all the best! Respectfully, Dan (MiyoLinux)
    Downloads: 18 This Week
    Last Update:
    See Project
  • 19
    Aurae

    Aurae

    Distributed systems runtime daemon written in Rust

    ...Our hope is that by bringing a better set of controls to a node, we can unlock brilliant higher-order distributed systems in the future. Aurae deploys a memory-safe 1 runtime daemon, process manager, and PID-1 initialization system to remotely schedule processes, containers, and virtual machines as well as set node configurations (e.g., networking storage). Through system proportioning and enterprise workload isolation techniques, the Aurae open-source project can complement higher-order schedulers and control planes (such as Kubernetes) as Aurae supports the usage of multi-tenant workloads and enterprise identities all the way down to the socket layer.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    go-daemon

    go-daemon

    A library for writing system daemons in golang

    Library for writing system daemons in Go. Now supported only UNIX-based OS (Windows is not supported). But the library was tested only on Linux and OSX, so if you have the ability to test the library on other platforms, give me feedback, please (#26). We can not use fork syscall in Golang's runtime, because child process doesn't inherit threads and goroutines in that case. The library uses a simple trick: it runs its own copy with a mark - a predefined environment variable. Availability of...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    forever

    forever

    CLI tool for ensuring that a given script runs continuously

    A simple CLI tool for ensuring that a given script runs continuously (i.e. forever). Note that this project currently fully depends on the community for implementing fixes and new features. For new installations we encourage you to use pm2 or nodemon. If you are using forever programmatically you should install forever-monitor. There are two ways to use forever: through the command line or by using forever in your code. Note: If you are using forever programatically you should install...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    gpidplot is a small program to plot a given pid memory consumption
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    dumb-init

    dumb-init

    A minimal init system for Linux containers

    ...However, omitting an init system often leads to incorrect handling of processes and signals, and can result in problems such as containers that can’t be gracefully stopped, or leaking containers that should have been destroyed. dumb-init is simple to use and solves many of these problems: you can just add it to the front of any container’s command, and it will take on the role of PID 1 for itself. It immediately spawns your process as PID ~2, and then proxies on any signals it receives. This helps to avoid special kernel behavior applied to PID 1, while also handling regular responsibilities of the init system (like reaping orphaned zombie processes). dumb-init is a simple process supervisor and init system designed to run as PID 1 inside minimal container environments (such as Docker). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    ESP32 Arduino Reflow Oven Controller

    ESP32 Arduino Based Reflow Oven Controller Schematics and Firmware

    ...The schematic can be found in <files/hardware>. The code for the controller was modified extensively from existing Arduino sketches for reflow oven controllers and is PID-algorithm based. The firmware ("sketch") can be found in <Files/firmware>. The Serial Profile Plotter For Reflow Ovens utility was written to operate in conjunction with this controller. You can download it here: https://sourceforge.net/projects/serial-profile-plotter-reflow/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    pyrpl

    PyRPL turns your Red Pitaya into a powerful analog feedback device.

    The Red Pitaya is a commercial, affordable FPGA board with fast analog inputs and outputs. This makes it useful for quantum optics experiments, in particular as a digital feedback controller for analog systems. Based on the open source software provided by the board manufacturer, PyRPL (Python RedPitaya Lockbox) implements many devices that are needed for optics experiments with the Red Pitaya. PyRPL implements various digital signal processing (DSP) modules (see features below). It allows...
    Downloads: 23 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next