Giter Club home page Giter Club logo

computing_monitor's Introduction

Computing_Monitor

for S.H.Park.

Before Use

pip install psutil
sudo apt-get install lm-sensors
sudo apt-get install linux-tools-common linux-tools-generic linux-tools-$(uname -r)
sudo apt-get install nvidia-driver-460

computing_monitor's People

Contributors

konghun avatar roscore avatar

Watchers

 avatar

computing_monitor's Issues

두번째

Failed to convert CPU power to float. Setting it to 0.0
Traceback (most recent call last):
File "/home/aimy/Computing_Monitor/test.py", line 86, in
cpu_instructions = get_cpu_instructions()
File "/home/aimy/Computing_Monitor/test.py", line 48, in get_cpu_instructions
return int(instructions.replace(',', ''))
ValueError: invalid literal for int() with base 10: ''

python3 test.py

Traceback (most recent call last):
File "/home/aimy/Computing_Monitor/test.py", line 62, in
cpu_power = get_cpu_power()
File "/home/aimy/Computing_Monitor/test.py", line 16, in get_cpu_power
return float(cpu_power)
ValueError: could not convert string to float: b''

python3 test.py했을때 나오는 log입니다

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.