All Projects → m0zgen → system-checks

m0zgen / system-checks

Licence: other
⚙ Checks and shows Linux system info - Distro name, IP, running processes and etc. Official site - system-checks.org

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to system-checks

can-npm-publish
A command line tool that check to see if `npm publish` is possible.
Stars: ✭ 61 (+74.29%)
Mutual labels:  test, check
findlargedir
find all "blackhole" directories with a huge amount of filesystem entries in a flat structure
Stars: ✭ 15 (-57.14%)
Mutual labels:  system, check
teuton
Infrastructure test, mainly useful for sysadmin teachers and making contests
Stars: ✭ 22 (-37.14%)
Mutual labels:  system, test
es-feature-detection
ECMAScript feature and API detection
Stars: ✭ 16 (-54.29%)
Mutual labels:  test, check
watcher
The file system watcher that strives for perfection, with no native dependencies and optional rename detection support.
Stars: ✭ 37 (+5.71%)
Mutual labels:  system
ansible-role-test-vms
DEPRECATED - A Vagrant configuration to test Ansible roles against a variety of Linux distributions.
Stars: ✭ 42 (+20%)
Mutual labels:  test
carina-demo
Carina demo project.
Stars: ✭ 40 (+14.29%)
Mutual labels:  test
Wasmite
Now WebAssembly has proper testing, unit-testing and debugging 🤗
Stars: ✭ 20 (-42.86%)
Mutual labels:  test
metaschema
Schema definition and validation 💡
Stars: ✭ 25 (-28.57%)
Mutual labels:  check
cargo-testify
Watches changes in a rust project, runs test and shows friendly notification
Stars: ✭ 76 (+117.14%)
Mutual labels:  test
wrapcheck
A Go linter to check that errors from external packages are wrapped
Stars: ✭ 141 (+302.86%)
Mutual labels:  check
drevops
💧 + 🐳 + ✓✓✓ + 🤖 + ❤️ Build, Test, Deploy scripts for Drupal using Docker and CI/CD
Stars: ✭ 55 (+57.14%)
Mutual labels:  test
cypress-angularjs-unit-test
Unit test Angularjs code using Cypress.io test runner
Stars: ✭ 23 (-34.29%)
Mutual labels:  test
ng2-quiz
A general purpose quiz application developed in angular (updated to angular 8) that can be used for multiple purpose.
Stars: ✭ 90 (+157.14%)
Mutual labels:  test
google-datastore-emulator
Google Datastore Emulator wrapper to nodejs
Stars: ✭ 17 (-51.43%)
Mutual labels:  test
golang-example
⚡ Golang Clean Boilerplate
Stars: ✭ 15 (-57.14%)
Mutual labels:  test
debug.js
Debugger of JavaScript, by JavaScript, for JavaScript
Stars: ✭ 19 (-45.71%)
Mutual labels:  test
system-designer-cordova
System Designer for iOS & Android devices
Stars: ✭ 14 (-60%)
Mutual labels:  system
expectest
Crate provides matchers and matcher functions for unit testing.
Stars: ✭ 25 (-28.57%)
Mutual labels:  test
rasa-train-test-gha
A GitHub action to run easily rasa train and rasa test in the CIs.
Stars: ✭ 26 (-25.71%)
Mutual labels:  test

System Checker script

Works on this time only CentOS / Fedora / Ubuntu.

  • this script does not make any changes to your system
  • during operation, temporary files can be created in /tmp catalog

Features list

  • System info
    • Hostname
    • Distributive
    • Lical IP
    • External IP
    • SELinux status
    • Kernel / Architecture
    • Load average
    • Active user
  • CPU
    • Model name
    • Vendor
    • Cores / MHz
    • Hypervizor vendor
    • CPU usage
  • Memory usage
    • Total / Usage
    • Swap total / Usage
  • Boot information
    • Last boot
    • Uptime
    • Active user
    • Last 3 reboot
    • Last logons info
  • Disk Usage
    • Mount information
    • Disk utilization
    • Disc IO speed (Read / Write)
    • Show read-only mounted devices
  • Average information
    • Top 5 memory usage processes
    • Top 5 CPU usage processes
  • Speedtest
    • Washington, D.C. (east)
    • San Jose, California (west)
    • Frankfurt, DE, JP
  • Checking systemd services status
    • You can define services list
    • Show information form default list (nginx, mongo, rsyslog and etc)
  • Bash users
  • Who logged
  • Listen ports
  • Unowned files
  • User list from processes

Parameters

  • -sn - Skip speedtest
  • -sd - Skip disk test
  • -ss - Show all running services
  • -e - Extra info (Bash users, Who logged, All running services, Listen ports, UnOwned files, User list from processes)

Usage

You can use this script with several parameters:

./system-check.sh -sn -sd -e
./system-check.sh -ss

How to run?

You can run script directly:

wget -O - https://raw.githubusercontent.com/m0zgen/system-checks/master/system-check.sh | bash

Or you can clone repository:

git clone https://github.com/m0zgen/system-checks.git

After clone go to folder and run script:

cd system-checks && ./system-check.sh

Repository

Description

Thanks

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