Showing 55 open source projects for "pid"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 1
    VisualVM

    VisualVM

    VisualVM is an All-in-One Java Troubleshooting Tool

    ..., system administrators, quality engineers and end users. 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: 26 This Week
    Last Update:
    See Project
  • 2
    gops

    gops

    A tool to list and diagnose Go processes currently running

    ... 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
  • 3
    barco

    barco

    Linux containers from scratch in C

    barco is a project I worked on to learn more about Linux containers and the Linux kernel, based on other guides on the internet. 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
  • 4
    kube-bench

    kube-bench

    Checks whether Kubernetes is deployed

    kube-bench is a tool that checks whether Kubernetes is deployed securely by running the checks documented in the CIS Kubernetes Benchmark. Trivy, the all-in-one cloud-native security scanner, can be deployed as a Kubernetes Operator inside a cluster. 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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
  • 5
    noti

    noti

    Monitor a process and trigger a notification

    ... 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: 0 This Week
    Last Update:
    See Project
  • 6
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Aurae

    Aurae

    Distributed systems runtime daemon written in Rust

    Aurae is on a mission to be the most loved and effective way of managing workloads on a node. 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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    py-spy

    py-spy

    Sampling profiler for Python programs

    py-spy is a 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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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 the...
    Leader badge
    Downloads: 104 This Week
    Last Update:
    See Project
  • Create state-of-the-art conversational agents with Google AI Icon
    Create state-of-the-art conversational agents with Google AI

    Using Dialogflow, you can provide new and engaging ways for users to interact with your product.

    Dialogflow can analyze multiple types of input from your customers, including text or audio inputs (like from a phone or voice recording). It can also respond to your customers in a couple of ways, either through text or with synthetic speech. Dialogflow CX and ES provide virtual agent services for chatbots and contact centers. If you have a contact center that employs human agents, you can use Agent Assist to help your human agents. Agent Assist provides real-time suggestions for human agents while they are in conversations with end-user customers.
  • 10
    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: 0 This Week
    Last Update:
    See Project
  • 11
    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, getting its 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. - Easy http GET request sender and data retriever. _____________ All compiled Java classes are in org.engitex.utils package. Package...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Elliptical_Controller

    Hardware and software controls for a self powered elliptical machine.

    Project to use a Nano Arduino to control a self powered elliptical machine through a USB interface. The output of the three phase elliptical generator is rectified and regulated and then controlled by PWM and a PID loop to source a constant current to the elliptical brake. Generator pulses are counted to determine speed and distance. Brake current can be set through a GUI which also displays exercise time, average speed and distance. Tkinter is used both as a GUI and thread manager to simplify...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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
  • 14

    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: 42 This Week
    Last Update:
    See Project
  • 15
    Kubectl-debug

    Kubectl-debug

    Out-of-tree solution for troubleshooting running pods

    kubectl-debug is an out-of-tree solution for troubleshooting running pods, which allows you to run a new container in running pods for debugging purposes (examples). The new container will join the pid, network, user and IPC namespaces of the target container, so you can use arbitrary trouble-shooting tools without pre-installing them in your production container image.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Stacer

    Stacer

    Linux System Optimizer and Monitoring

    Stacer is an open source system optimizer and application monitor that helps users to manage the entire system with different aspects, it's an all-in-one system utility. In the Startup Apps tab, you can view the applications the system launches at boot time and set up new startup apps. This is especially handy if you work with different distributions: You do not always need to think about where you need to set up applications that run at boot time on the respective systems, and you can also...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17

    pyPIDTuneMethods

    PID controller design and tuning

    pyPIDTuneMethods is a free python-based tool for PID controller design and tuning. pyPIDTuneMethods is based on scipy (numpy, scipy) <http://www.scipy.org/ >, guiqwt <http://code.google.com/p/guiqwt/ >, python control <http://python-control.org/> and pyQt5 <http://www.riverbankcomputing.co.uk >. If you are not familiar with python you can use winpython <http://winpython.sourceforge.net/>. You can also download it from pypi <https://pypi.org/project/pyPIDTuneMethods/>. You may also just...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ANDS PID Client
    ANDS PID Client is a generic Java client library for accessing the ANDS Persistent Identifier service and the Digital Object Identifier Service. Written by CSIRO Australia and funded by the ANDS Australian Research Data Commons Project .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    ESP32 Arduino Reflow Oven Controller

    ESP32 Arduino Based Reflow Oven Controller Schematics and Firmware

    This reflow oven controller was built to control a modified toaster oven for the purpose of doing reflow soldering of printed circuit boards. The controller was designed and built around an ESP32-DevKitC development board with ancillary electronics added to complete the controller. 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...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
     rims-arduino-library

    rims-arduino-library

    Recirculation infusion mash system library for Arduino

    This library implement RIMS controls for home brewers. For definition of a RIMS, see https://tinyurl.com/j3lyuyc For me, an Arduino micro controller + a LCD Keypad shield was cheaper and a lot more customizable than a commercial PID controller. So, with this library, a commercial PID controller is unnecessary. Automatic PID tuning toolkit is also included. Temperature can be read with a thermistor, a resistance temperature detector (RTD) or any custom temperature probe. Heater is controlled...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    RTC-simulator

    Simulation and Control of Processing Plants

    RTC (Real Time Control) is a program of M. Mulholland (2015). This is a simple interactive simulator including 20 different applications for such aspects as PID and DMC controller tuning, advanced level control, Smith prediction, Kalman filtering, and control strategies for a furnace, a boiler, and a hybrid system. A tutorial gives brief background to the theory and programming of each application, plus a stepwise set of objectives to illustrate the main features. The simulations include...
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Pyrlang

    Pyrlang

    Erlang node implemented in Python 3.5+ (Asyncio-based)

    This is a drop-in Erlang node implementation in Python 3, implementing a network Erlang node protocol. It was designed to allow interoperation between existing Python projects and BEAM languages: Erlang, Elixir, Gleam, Luaerl, LFE, Clojerl, and such. With just a few lines of startup code your Python program becomes an Erlang network node, participating in the Erlang cluster.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    scanmem & GameConqueror

    scanmem & GameConqueror

    memory scanner for Linux

    scanmem is a debugging utility designed to isolate the address of an arbitrary variable in an executing process. scanmem simply needs to be told the pid of the process and the value of the variable at several different times. After several scans of the process, scanmem isolates the position of the variable and allows you to modify its value.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 24
    Digital PID Controller MSP432

    Digital PID Controller MSP432

    Digital PID Controller Using MSP432

    The code in this repository is old and I don't like the sourceforge interface. You can get the code that was running in the video here: https://github.com/arduinoNube/digital-pid-classroom-demo This was a class demonstration I developed for a mechatronics class. Feel free to contact me about getting design files, code, a little help, etc. It demonstrates proportional, integral, and derivative controllers and their features as well as anti-windup and control loop update rate. It uses a DC...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    (RoboSim) Robot Simulator

    (RoboSim) Java based Robot Localization and Path Planner Simulator.

    Java based portable simulator to visualize and understand the Robot Localization, Path planning, Path Smoothing and PID controller concepts. It is very flexible and easy to use. It supports multiple platforms. The source code is available on Github where you can find latest development and up-to-date documentation. Source : https://github.com/habsoft/robosim Blog : https://robosimblog.wordpress.com Note : Use jre 1.7 to run it. 1.Histogram Filter 2.Histogram Filter with Sonar Range Finder...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next