Coder Social home page Coder Social logo

sysmon's Introduction

Sysmon

To compile the project, first the godot game engine must be built from the source on this fork on my github: https://github.com/AdityaCheruvu/godot

Note: The project only works on ubuntu 16.04 or before.

The binary of the project compiled for linux can be found here: https://github.com/AdityaCheruvu/Sysmon/blob/master/sysmon%20-%20app%20source/bin/finalwithswap.x86_64

The obtained godot binary can be used to open the godot project in the sysmon directory on this repository.

To build the project for different platforms, please follow these guides: https://docs.godotengine.org/ko/latest/development/cpp/custom_modules_in_cpp.html http://docs.godotengine.org/en/3.0/development/compiling/index.html

This is an application which monitors computer’s CPU usage and Memory usage dynamically. The code for CPU and memory status retrieval is written in C++ and used Godot game engine for GUI. Also, it is compatible with any unix based OS.

This system monitoring application presents the individual cpu usage, average cpu usage information, memory usage and swap usage. Also, the application identifies number of cores, and presents a meter for each core, thus allowing it to be used on different systems. This data is calculated from the information in the following unix files:

i. /proc/stat – for CPU info.

ii. /proc/meminfo – for Memory info.

The CPU usage is calculated for a period of ‘one sec’ using the total number of CPU jiffies used in the second.

The application for a 4 core system: Alt text

sysmon's People

Contributors

adityacheruvu avatar

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.