Skip to content

alexdarke/server-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

server-check

A bash script written to gather data about a server. Using sysstat (sar reports), it aims to provide average memory and cpu usage for a device as well as other relevant details about the server.

Originally written by Sam Sharpe ( https://github.com/samjsharpe ) He has asked that this be dedicated to "all the Rackers past and present whose ideas I probably stole while making the original script." A dedication I heartily second as someone that cobbles together one liners when I see cool stuff other people are doing. ;)

Currently supports Redhat variants (ES, CentOS, Fedora) and Debian/Ubuntu.

Others may be added at a future date.

Usage: /path/to/binary/server-check

Alt text Alt text

Output is configurable with flags, run server-check -h for details

Testing

There is a Vagrant box setup for this repository, just in case you develop on a platform (like OSX) which isn't supported by the script. Assuming you have vagrant installed you can:

export VAGRANT_OS=redhat # also accepts debian
vagrant up
vagrant ssh

[vagrant@localhost ~]$ sudo yum -y install sysstat
[vagrant@localhost ~]$ sudo /vagrant/server-check

About

Gather server stats for analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages