Skip to main content

No project description provided

Project description

nvidb

A package that provides an aggregated view of the NVIDIA GPU information on several hosts.

1.Installation

1.1 Install from source

pip install .

1.2 Add configuration file manually

First, create a configuration file in the home directory:

mkdir -p ~/.nvidb/
cd ~/.nvidb/
touch config.yml

Then edit the config.yml file in the following format:

servers:
  - host: "example1.com"
    port: 8080
    username: "user1"
    description: "First server description"
  - host: "example2.com"
    port: 9090
    username: "user2"
    password: "password2" # Optional, if use password to login
    description: "Second server description"
  • The password field is optional, omit the field if the server can be accessed with the public key (By default, the program will read the key located in ~/.ssh). If your key is not accessed or the filled password is incorrect, the program will prompt you to enter the password.

2.Usage

After installation, the command nvidb will be available in the terminal. Run the command to get the aggregated view of the NVIDIA GPU information on several hosts.

nvidb

The output will be like:

[Server0 Description]
[Info column names]
[GPU0 Information]
[GPU1 Information]
...

[Server1 Description]
[Info column names]
[GPU0 Information]
[GPU1 Information]
...

3.System Requirements

The hosts should install the NVIDIA driver and be able to use nvidia-smi in terminal.

4.Tips

nvidia-smi query options: nvidia-smi-gpu-query.options.txt

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nvidb-0.1-py3-none-any.whl (18.5 kB view details)

Uploaded Python 3

File details

Details for the file nvidb-0.1-py3-none-any.whl.

File metadata

  • Download URL: nvidb-0.1-py3-none-any.whl
  • Upload date:
  • Size: 18.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.13

File hashes

Hashes for nvidb-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6867c942fdc7357e6c4a7ad9207ef58602f54af4751430c723223ffdf12551fc
MD5 0ca1af8099571c8a6ff5525c9ee36389
BLAKE2b-256 7c74d0e158b4c273fef97b304f101d9f7c492cc4734e2622da63bad8bb0ba39d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page