A collection of cross-platform system monitor scripts written in Python for logging OS, application state, networking etc.
This project is currently under initial phases of active development.
You must have xcode
, brew
and git
installed.
- To install Xcode, open terminal and type
$ xcode-select --install
- To install Homebrew, open terminal and type
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- After installing Xcode Homebrew, you can install
git
by typing the following in the terminal
$ brew install git
- And finally you will need python3, which can be installed by using the following command in the terminal window
$ brew install python3
- Navigate to the folder where you'd like to place the files
- Clone the project and start logging by typing the following command
$ git clone https://github.com/aviral2552/system-monitor.git && cd system-monitor && cd bin && python3 collect.py