Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nvme0n1 labelled drives #119

Closed
jrens opened this issue Apr 1, 2016 · 6 comments
Closed

Nvme0n1 labelled drives #119

jrens opened this issue Apr 1, 2016 · 6 comments
Labels

Comments

@jrens
Copy link

jrens commented Apr 1, 2016

Trying to get netdata to monitor a nvme drive in ubuntu. I naively duplicated the config for one of my other drives however this doesn't show up. Also localhost:19999/netdata.conf doesn't seem to have updated either. Any help?
netdatadiff.txt

@ktsaou
Copy link
Member

ktsaou commented Apr 1, 2016

Nice drive you have!

I need to know its major and minor device numbers.
So, if your drive is /dev/nvme, so this:

ls -l /dev/nvme*

And post the output.

@ktsaou ktsaou added the bug label Apr 2, 2016
@karel1980
Copy link

I don't have one, but here is some information for nvme devices: http://en.community.dell.com/techcenter/os-applications/w/wiki/7581.nvme-on-rhel7

This document contains a bit more information: https://www.kernel.org/doc/Documentation/devices.txt
The nvme disks have major 253 (which is marked as local/experimental, so not sure if that's permanent)
The partitions have major 259.

@ktsaou
Copy link
Member

ktsaou commented Apr 2, 2016

major 253 has been added with this PR: #96 .
It is already merged.
So, just pull it again and install it.

@ktsaou ktsaou closed this as completed Apr 2, 2016
@ktsaou ktsaou added the fixed label Apr 2, 2016
@jrens
Copy link
Author

jrens commented Apr 3, 2016

It is indeed. #96 didn't catch it. Here is the output

crw------- 1 root root 248, 0 Apr  4 09:42 /dev/nvme0
brw-rw---- 1 root disk 259, 0 Apr  4 09:42 /dev/nvme0n1
brw-rw---- 1 root disk 259, 1 Apr  4 09:42 /dev/nvme0n1p1
brw-rw---- 1 root disk 259, 2 Apr  4 09:42 /dev/nvme0n1p2
brw-rw---- 1 root disk 259, 3 Apr  4 09:42 /dev/nvme0n1p3
brw-rw---- 1 root disk 259, 4 Apr  4 09:42 /dev/nvme0n1p4
brw-rw---- 1 root disk 259, 5 Apr  4 09:42 /dev/nvme0n1p5
brw-rw---- 1 root disk 259, 6 Apr  4 09:42 /dev/nvme0n1p6

ktsaou added a commit that referenced this issue Apr 3, 2016
@ktsaou
Copy link
Member

ktsaou commented Apr 3, 2016

ok added.
I assumed up to 16 partitions are supported. If it is otherwise, please let me know to adapt it.

@jrens
Copy link
Author

jrens commented Apr 3, 2016

Perfect. Thanks for your help. Very nice product.

stelfrag added a commit that referenced this issue Jul 30, 2021
vkalintiris pushed a commit to vkalintiris/netdata that referenced this issue Dec 13, 2023
* remove limited lru cache

* check MaxCount before filter

* go mod tidy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants