Nfsstat

Supported OS Linux

Intégration1.11.1

Présentation

L’intégration NFS recueille les métriques concernant les points de montage sur le client NFS. Elle repose sur l’outil nfsiostat, qui permet d’afficher les statistiques par montage du client NFS.

Configuration

Suivez les instructions ci-dessous pour installer et configurer ce check lorsque l’Agent est exécuté sur un host.

Installation

Le check NFSstat est inclus avec le package de l’Agent Datadog : vous n’avez donc rien d’autre à installer sur vos serveurs.

Configuration

Modifiez le fichier nfsstat.d/conf.yaml dans le dossier conf.d/ à la racine du répertoire de configuration de votre Agent. Pointez vers votre script binaire nfsiostat ou utilisez le script fourni avec le programme d’installation du binaire. Consultez le fichier d’exemple nfsstat.d/conf.yaml pour découvrir toutes les options de configuration disponibles.

Collecte de logs

  1. La collecte de logs est désactivée par défaut dans l’Agent Datadog. Pour l’activer dans datadog.yaml, apportez la modification suivante :

    logs_enabled: true
    
  2. Ajoutez ce bloc de configuration à votre fichier nfsstat.d/conf.yaml pour commencer à recueillir vos logs NFSstat :

    logs:
      - type: file
        path: /var/log/messages
        source: nfsstat
    

    Modifiez la valeur du paramètre path et configurez-la pour votre environnement. Consultez le fichier d’exemple nfsstat.d/conf.yaml pour découvrir toutes les options de configuration disponibles.

  3. Redémarrez l’Agent.

Validation

Lancez la sous-commande status de l’Agent et cherchez nfsstat dans la section Checks.

Données collectées

Métriques

system.nfs.ops
(gauge)
operations per second
Shown as operation
system.nfs.read.exe
(gauge)
this is the time between making a read rpc request and the request being completed
Shown as millisecond
system.nfs.read.ops
(gauge)
this is the number of read operations per second
Shown as operation
system.nfs.read.retrans
(gauge)
this is the number of retransmissions in read operations
Shown as operation
system.nfs.read.retrans.pct
(gauge)
this is the percent of retransmissions in read operations
Shown as percent
system.nfs.read.rtt
(gauge)
read operation round trip time
Shown as millisecond
system.nfs.read_per_op
(gauge)
this is the number of kibibytes read per operation
Shown as kibibyte
system.nfs.read_per_s
(gauge)
this is the number of kibibytes read per second
Shown as kibibyte
system.nfs.rpc_bklog
(gauge)
length of the backlog queue
Shown as item
system.nfs.write.exe
(gauge)
this is the time between making a write rpc request and the request being completed
Shown as millisecond
system.nfs.write.ops
(gauge)
this is the number of write operations per second
Shown as operation
system.nfs.write.retrans
(gauge)
this is the number of retransmissions in write operations
Shown as operation
system.nfs.write.retrans.pct
(gauge)
this is the percent of retransmissions in write operations
Shown as percent
system.nfs.write.rtt
(gauge)
write operation round trip time
Shown as millisecond
system.nfs.write_per_op
(gauge)
this is the number of kibibytes written per operation
Shown as kibibyte
system.nfs.write_per_s
(gauge)
this is the number of kibibytes written per second
Shown as kibibyte

Événements

Le check Nfsstat n’inclut aucun événement.

Checks de service

Le check Nfststat n’inclut aucun check de service.

Dépannage

Besoin d’aide ? Contactez l’assistance Datadog.

Pour aller plus loin