All Projects → fredrb → Ps Clone

fredrb / Ps Clone

A clone of unix ps program

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Ps Clone

Elodie
An EXIF-based photo assistant, organizer, manager and workflow automation tool.
Stars: ✭ 840 (+2700%)
Mutual labels:  command-line
Xsv
A fast CSV command line toolkit written in Rust.
Stars: ✭ 7,831 (+26003.33%)
Mutual labels:  command-line
Ghb
Tools for GitHub
Stars: ✭ 21 (-30%)
Mutual labels:  command-line
Sit Up
🙇 Reminder to sit up straight.
Stars: ✭ 9 (-70%)
Mutual labels:  command-line
.scripts
~/.scripts - Ready-to-Eat Command Line Scripts.
Stars: ✭ 12 (-60%)
Mutual labels:  command-line
Scripting course
📓 A reference guide to Linux command line, Vim and Scripting
Stars: ✭ 881 (+2836.67%)
Mutual labels:  command-line
Fanyi
A 🇨🇳 and 🇺🇸 translate tool in your command line.
Stars: ✭ 940 (+3033.33%)
Mutual labels:  command-line
Todo r
Find all your TODO notes with one command!
Stars: ✭ 28 (-6.67%)
Mutual labels:  command-line
Scanless
online port scan scraper
Stars: ✭ 875 (+2816.67%)
Mutual labels:  command-line
Text Minimap
Generate text minimap/preview using Braille Patterns
Stars: ✭ 21 (-30%)
Mutual labels:  command-line
Yub
yub.js - A command-line for the web
Stars: ✭ 10 (-66.67%)
Mutual labels:  command-line
Axegrinder
Crawl websites for accessibility issues from the command line.
Stars: ✭ 12 (-60%)
Mutual labels:  command-line
Ecsctl
Command-line tool for managing AWS Elastic Container Service and Projects to run on it.
Stars: ✭ 15 (-50%)
Mutual labels:  command-line
Rcli
Rapidly create full-featured command line interfaces with help, subcommand dispatch, and validation.
Stars: ✭ 9 (-70%)
Mutual labels:  command-line
Tldr
📚 Collaborative cheatsheets for console commands
Stars: ✭ 36,408 (+121260%)
Mutual labels:  command-line
Composer Git Hooks
Easily manage git hooks in your composer config
Stars: ✭ 838 (+2693.33%)
Mutual labels:  command-line
Executor
Watch for file changes and then execute command. Very nice for test driven development.
Stars: ✭ 14 (-53.33%)
Mutual labels:  command-line
Yori
Yori is a CMD replacement shell that supports backquotes, job control, and improves tab completion, file matching, aliases, command history, and more.
Stars: ✭ 948 (+3060%)
Mutual labels:  command-line
Pm2
Node.js Production Process Manager with a built-in Load Balancer.
Stars: ✭ 36,126 (+120320%)
Mutual labels:  command-line
Cht.exe
cht.sh libcurl client for windows XP+ with changed colorization
Stars: ✭ 15 (-50%)
Mutual labels:  command-line

ps-clone

A clone of unix ps program - reports a snapshot of the current processes; including: Pid user state and memory consumption

   PID	NAME           	USER      	STATE     	MEMORY    
------	---------------	----------	----------	----------
     1	systemd        	root      	S (sleeping)	 4316 kB
     2	kthreadd       	root      	S (sleeping)	
     ...

Install

bundle install

Run

Executable is bin/ps.rb

Proc Filesystem

All processes are read from Linux /proc folder. Every Pid subfolder contains data for each running process, general data can be found in file /proc/<pid>/status

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].