Skip to content
/ linfo Public

Linux system health, detailed pid information such as open descriptors, connections and resource utilization. Useful when troubleshooting Linux applications gone wild.

Notifications You must be signed in to change notification settings

vigeek/linfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linfo

Linfo is a light weight portable set of bash scripts to generate statistics for Linux systems. Each script can be used independently from each other or download the whole set of scripts.

Install

Individual script - Copy and paste the code from a particular script into new file, save, make executable (chmod +x filename) and begin using.

Whole set - Download the package from the download page on Github. Extract to directory of choice, change into directory and make scripts executable:

chmod +x *.sh

Alternatively, each script may be placed in /bin or /sbin so it can be called via: pidinfo 499

Usage

Apache Stats (apstat.sh): ./apstat.sh Pidinfo (pidinfo.sh): ./pidinfo.sh 599 Sysinfo (sysinfo.sh): ./sysinfo.sh

About

Linux system health, detailed pid information such as open descriptors, connections and resource utilization. Useful when troubleshooting Linux applications gone wild.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages