Git Product home page Git Product logo

gpu_monitor's People

Contributors

msalvaris avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

gpu_monitor's Issues

Autodetect gpus

Detect gpus with utilization over the period recorded and display those

dotenv is a dependency

npm dotenv is a dependency, maybe it should be mentioned or replaced with more conventional tooling

Wrong pytorch installation code in example

This is minor issue but it would be nice to fix documentation in your example.

In examples/notebooks/InfluxDBLoggerExample.ipynb, pytorch installation line is

cuda install pytorch torchvision cuda80 -c python

this line should change to

conda install pytorch torchvision cuda80 -c python

or simply,
conda install pytorch torchvision -c python

[Feature Request] Logging CPU utilization as well

Since the GPU performance is often tied to CPU utilization especially in data augmentation heavy pipeline, it could be nice to pass the CPU utilization data as well to be able to visualize it in a single consolidated dashboard.

Empty column nvidia-smi

Sometimes there is no information from sensors and nvidia-smi return "-" so consider replacing parce_line with:

def parse_line(line_string):
    parsed_list = list(('-' if val == '-' else func(val)  for func, val in zip(conversion_funcs, tmp)))
    logger.debug(parsed_list)
    return [datetime.combine(*parsed_list[:2])] + parsed_list[2:]

Also I don't realy now what gpu headers you have but I have a bit other:

conversion_funcs =   convert_datetime,  convert_time,   int,    int,    int,        int,        int,        int,    int,    int,    int,    int,    int
gpu_headers =                           'timestamp',    'gpu',  'pwr',  'gtemp',    'mtemp',    'mtemp',    'sm',   'mem',  'enc',  'dec',  'mclk', 'pclk'

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.