Coder Social home page Coder Social logo

tech-syssnap's Introduction

SysSnap

A helpful utility for system performance monitoring and troubleshooting server load issues.

sys-snap.sh is deprecated, please use sys-snap.pl instead.

Intent of Script

System Snapshot is a handy script that logs data from these locations:

Usage

nohup perl sys-snap.pl &

The script logs to /root/system-snapshot

To stop sys-snap.pl, kill the process: ps aux | awk '/[s]ys-snap/ {print$2}' | xargs kill

tech-syssnap's People

Contributors

cpcharlesboyd avatar dreamingkat avatar paultrost avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tech-syssnap's Issues

"remove_tree" is not exported by the File::Path module

[email protected] ~/scripts # ./sys-snap.pl
"remove_tree" is not exported by the File::Path module
Can't continue after import errors at ./sys-snap.pl line 30.
BEGIN failed--compilation aborted at ./sys-snap.pl line 30.

modified
30 use File::Path qw(rmtree);
79 rmtree( "$root_dir/system-snapshot" );
152 rmtree( "$root_dir/system-snapshot/current" );

root@cpanel [/scripts]# grep remove_tree sys-snap.pl
root@cpanel [
/scripts]#

I've submitted a pull request with the changes, including serial number change was well
This implementation was tested on CURRENT and EDGE tiers, as of today

[email protected] ~/scripts # /usr/local/cpanel/cpanel -V
11.38.1 (build 6)

root@cpanel [~/scripts]# /usr/local/cpanel/cpanel -V
11.39.0 (build 2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.