--
You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsub...@googlegroups.com.
To post to this group, send email to prometheus-developers@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/CAHJKeLonSMbM47pmuoxswvkxOTRjfg51HqGBFJj95kp1ybo7Mw%40mail.gmail.com.
We're tracking NFS stats for node_exporter here: https://github.com/prometheus/node_exporter/issues/108I was planning to add the metrics from /proc/self/mountstats as it contains more details than /proc/net/rpc/nfsd.
On Thu, Nov 24, 2016 at 6:12 PM, Brian Brazil <brian....@robustperception.io> wrote:
On 24 November 2016 at 17:05, Arnar Ingason <gra...@gmail.com> wrote:I was looking for a NFS exporter and couldn't find one. So I made my own.There is a lot of data in /proc/net/rpc/nfsd that I'm not sure what means so I'm not exporting it all.But anyway, if someone is interested, here it is: https://github.com/arnarg/nfs_exporterHave you considered adding this as a module to the node_exporter?--Brian Brazil
--
You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsub...@googlegroups.com.
To post to this group, send email to prometheus...@googlegroups.com.
Isn't that for a mounted NFS share on the client though? My use case was to get the stats for the server, hence /proc/net/rpc/nfsd
On Thursday, November 24, 2016 at 5:25:01 PM UTC, Ben Kochie wrote:
We're tracking NFS stats for node_exporter here: https://github.com/prometheus/node_exporter/issues/108I was planning to add the metrics from /proc/self/mountstats as it contains more details than /proc/net/rpc/nfsd.
On Thu, Nov 24, 2016 at 6:12 PM, Brian Brazil <brian....@robustperception.io> wrote:
On 24 November 2016 at 17:05, Arnar Ingason <gra...@gmail.com> wrote:I was looking for a NFS exporter and couldn't find one. So I made my own.There is a lot of data in /proc/net/rpc/nfsd that I'm not sure what means so I'm not exporting it all.But anyway, if someone is interested, here it is: https://github.com/arnarg/nfs_exporterHave you considered adding this as a module to the node_exporter?--Brian Brazil
--
You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsubscri...@googlegroups.com.
To post to this group, send email to prometheus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/CAHJKeLonSMbM47pmuoxswvkxOTRjfg51HqGBFJj95kp1ybo7Mw%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsub...@googlegroups.com.
To post to this group, send email to prometheus-developers@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/e7388d64-410b-4bab-a32d-c739527cd1e8%40googlegroups.com.
Yes, you're right. This would be useful for monitoring the server side of the metrics.
On Thu, Nov 24, 2016 at 7:09 PM, Arnar Ingason <gra...@gmail.com> wrote:
Isn't that for a mounted NFS share on the client though? My use case was to get the stats for the server, hence /proc/net/rpc/nfsd
On Thursday, November 24, 2016 at 5:25:01 PM UTC, Ben Kochie wrote:
We're tracking NFS stats for node_exporter here: https://github.com/prometheus/node_exporter/issues/108I was planning to add the metrics from /proc/self/mountstats as it contains more details than /proc/net/rpc/nfsd.
On Thu, Nov 24, 2016 at 6:12 PM, Brian Brazil <brian....@robustperception.io> wrote:
On 24 November 2016 at 17:05, Arnar Ingason <gra...@gmail.com> wrote:I was looking for a NFS exporter and couldn't find one. So I made my own.There is a lot of data in /proc/net/rpc/nfsd that I'm not sure what means so I'm not exporting it all.But anyway, if someone is interested, here it is: https://github.com/arnarg/nfs_exporterHave you considered adding this as a module to the node_exporter?--Brian Brazil
--
You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsub...@googlegroups.com.
To post to this group, send email to prometheus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/CAHJKeLonSMbM47pmuoxswvkxOTRjfg51HqGBFJj95kp1ybo7Mw%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsub...@googlegroups.com.
To post to this group, send email to prometheus...@googlegroups.com.
Yes, please separate client and server module.
Richard
Sent by mobile; excuse my brevity.
--
You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsub...@googlegroups.com.
To post to this group, send email to prometheus-developers@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/c8839240-8569-4e09-b8e6-8c3cbf73328b%40googlegroups.com.
We just finished adding linux NFS server metrics parsing to the procfs library.
On Thu, Jan 25, 2018 at 5:25 AM, ARN NN <arn....@gmail.com> wrote:
Hi All,Do we know if the exporter for NFS servers was implmented.I can't seem to find much detail about it or how to enable it specifically for servers.thanksarn
On Thursday, November 24, 2016 at 12:05:03 PM UTC-8, Arnar Ingason wrote:I'm willing to give nfsd a go (heh, pun not intended) if no one beats me to it.
On Thursday, November 24, 2016 at 7:47:27 PM UTC, Richard Hartmann wrote:Yes, please separate client and server module.
Richard
Sent by mobile; excuse my brevity.
--
You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsubscri...@googlegroups.com.
To post to this group, send email to prometheus-developers@googlegroups.com.