All Projects → ylecuyer → puma-status

ylecuyer / puma-status

Licence: MIT license
Command-line tool for puma to display information about running request/process... Fork of https://github.com/dimelo/puma-helper/ in ruby.

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to puma-status

VISAInstrument
基于NI-VISA/VISA32(Virtual Instrument Software Architecture)的仪器编程(C#),支持RS232、USB、GPIB及LAN通信接口的收发控制
Stars: ✭ 132 (+22.22%)
Mutual labels:  instrument
Jssynth
Make music in your browser with this synthesizer and sequencer
Stars: ✭ 25 (-76.85%)
Mutual labels:  instrument
Trashed
Tell StatsD about request time, GC, objects and more. Latest Rails 4 and Ruby 2.1 support, and ancient Rails 2 and Ruby 1.8 support.
Stars: ✭ 188 (+74.07%)
Mutual labels:  instrument
Pymeasure
Scientific measurement library for instruments, experiments, and live-plotting
Stars: ✭ 255 (+136.11%)
Mutual labels:  instrument
Webaudiofont
Use full GM set of musical instruments to play MIDI and single sounds or effects. Support for reverberation and equaliser. No plugins, no Flash. Pure HTML5 implementation compatible with desktop and mobile browser. See live examples.
Stars: ✭ 600 (+455.56%)
Mutual labels:  instrument
Web Drum Sequencer
A drum machine and sequencer built with the Web Audio API, React, and Redux.
Stars: ✭ 117 (+8.33%)
Mutual labels:  instrument
lingot
Musical instrument tuner
Stars: ✭ 54 (-50%)
Mutual labels:  instrument
jpl-space-calendar
An app for parsing and publishing the JPL Space Calendar in JSON and ICalendar formats.
Stars: ✭ 13 (-87.96%)
Mutual labels:  puma
Chordious
Fretboard diagram generator for fretted stringed instruments.
Stars: ✭ 22 (-79.63%)
Mutual labels:  instrument
R e c u r
an open diy py/pi based video sampler
Stars: ✭ 158 (+46.3%)
Mutual labels:  instrument
Awesome Music Production
A curated list of software, services and resources to create and distribute music.
Stars: ✭ 340 (+214.81%)
Mutual labels:  instrument
Orchestra
Complete instrumentation for clojure.spec
Stars: ✭ 573 (+430.56%)
Mutual labels:  instrument
1keys
A 1 Kilobyte JavaScript Piano
Stars: ✭ 118 (+9.26%)
Mutual labels:  instrument
VOSIMSynth
Modular VST environment for building synthesizers and audio processors.
Stars: ✭ 41 (-62.04%)
Mutual labels:  instrument
Dx7 Synth Js
A JavaScript implementation of the Yamaha DX7 synthesizer
Stars: ✭ 201 (+86.11%)
Mutual labels:  instrument
GRNLR
granular synthesis plugin part of my bachelors thesis
Stars: ✭ 44 (-59.26%)
Mutual labels:  instrument
Sonic Pi
Code. Music. Live.
Stars: ✭ 8,736 (+7988.89%)
Mutual labels:  instrument
imogen
ultimate vocal harmonizer
Stars: ✭ 169 (+56.48%)
Mutual labels:  instrument
React Music
Make beats with React!
Stars: ✭ 2,696 (+2396.3%)
Mutual labels:  instrument
108
A minimal beat machine played in the browser.
Stars: ✭ 128 (+18.52%)
Mutual labels:  instrument

puma-status

Command-line tool for puma to display information about running request/process.

Install

Install with:

gem install puma-status

Usage

$ puma-status path/to/puma.state

For continuous monitoring:

$ watch --interval 0.1 --color puma-status path/to/puma.state

Output examples

Clustered mode:

16723 (/tmp/puma.state) Version: 5.6.4/ruby2.5.3p105 | Uptime:  1m50s | Phase: 0 | Load: 2[██░░      ]10 | Req: 936
 └ 16827 CPU:  93.3% Mem:  140 MB Uptime:  1m50s | Load: 1[█░   ]5 | Req: 469
 └ 16833 CPU: 106.7% Mem:  145 MB Uptime:  1m50s | Load: 1[█░   ]5 | Req: 467

Single mode:

18847 (/tmp/puma.state) Version: 5.6.4/ruby2.5.3p105 | Uptime:  0m 3s | Load: 1[█░░  ]5 | Req: 672
 └ 18847 CPU: 120.0% Mem:  143 MB Uptime:  0m 3s | Load: 1[█░░  ]5 | Req: 672

Known issues

Uptime will shows --m --s for older versions of puma (< 4.1.0): puma/puma#1844

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].