Skip to content

A python script for getting info about running Linux systems.

Notifications You must be signed in to change notification settings

adrianodsb/getsth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

getsth

A python script for retrieving info about your currently running Linux box.

Requirements

The only requirement is the psutil module, which you can install using the package manager from your distribution or via pip.

Via PIP:

$ pip install psutil

Ubuntu:

$ sudo apt-get install python-psutil

Fedora:

$ sudo dnf install python2-psutil # For python 2.x

$ sudo dnf install python3x-psutil # for Python 3.x

CentOS / RHEL

$ sudo yum install python2-psutil # For python 2.x

$ sudo yum install python3x-psutil # for Python 3.x

About

A python script for getting info about running Linux systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages