nvidiagpubeat icon indicating copy to clipboard operation
nvidiagpubeat copied to clipboard

nvidiagpubeat is an elastic beat that uses NVIDIA System Management Interface (nvidia-smi) to monitor NVIDIA GPU devices and can ingest metrics into Elastic search cluster, with support for both 6.x a...

Results 10 nvidiagpubeat issues
Sort by recently updated
recently updated
newest added

As nvidiagpubeat is now part of eBay, we might have to explore travis. I understand we used circle ci earlier and even got it working. But we have explore Travis...

help wanted
continuous integration

I believe the current version is not compatible with Nvidia driver version 460.32.03, due to it having two dots in the name. Please see the end of the line below:...

bug
help wanted

The template exported is wrong... and it seems to be the cause of timestamp mapped as a string (#15) Whatever I set as argument (i.e: `./nvidiagpubeat -c nvidiagpubeat.yml -e -d...

bug
help wanted

When having `driver_version: "460.91.03"` for some reason beater tries to parse it as a float and obviously fails with `{"type":"number_format_exception","reason":"multiple points"}`

bug
help wanted

Since nvidiagpubeat is based on nvidia-smi and nvidia-smi is able to list the processes that are currently using the gpu cards, in theory nvidiagpubeat should be able to export the...

enhancement
help wanted

https://github.com/eBay/nvidiagpubeat#run-in-test-environment-macos Support MacOS as it uses localnvidiasmi ( nvidia-smi . simulator). This executable is built for Mac OS. To support test mode in Linux environment, following actions are required 1....

enhancement
help wanted

1. nvidiagpubeat can be run in production mode. 2. In case nvidia-smi is not in PATH, then throw appropriate error message and exit Possible solution 1. gpu.go command() must return...

enhancement
help wanted

How to build in windows and enabled with metricbeat ? Thanks a lot! Moving existing issues from https://github.com/deepujain/nvidiagpubeat to here Created on behalf of @Zhanweelee

enhancement

We're trying to streamline access to our Elastic Search servers so we go through LogStash for some Beats. We also tried sending nvidiagpubeat to LogStash but we get these warnings...

help wanted