Ultime liste de discussion du Labo 604

Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
Ultime liste de discussion du Labo 604

installation et gestion de réseaux sous linux

Le Deal du moment : -39%
Pack Home Cinéma Magnat Monitor : Ampli DENON ...
Voir le deal
1190 €

    [Network] > vnstat (1.10)

    mvh
    mvh


    Masculin Nombre de messages : 567
    Date d'inscription : 24/12/2006

    [Network] > vnstat (1.10) Empty [Network] > vnstat (1.10)

    Message  mvh Sam 11 Sep - 11:39


    13.0 > Network > vnstat (1.10)

    vnStat is a network traffic monitor for Linux that keeps a log of daily
    network traffic for the selected interface(s). vnStat isn't a packet
    sniffer. The traffic information is analyzed from the /proc filesystem,
    so vnStat can be used without root permissions.

    This program is open source (GPL) and can be installed in 'single' and
    'root' mode.

    Note that you can run vnstat either from cron or as a daemon from /etc/rc.d.

    To run vnstat from cron:
    Add the following line to your crontab:
    Code:
    0-55/5 * * * * if [[ -x /usr/bin/vnstat && $(ls /var/lib/vnstat/ | wc -l) -ge 1 ]]; then /usr/bin/vnstat -u; fi
    To run vnstat from /etc/rc.d:
    Code:
    chmod +x /etc/rc.d/rc.vnstat

    Note that to have vnstat start automatically this way it should be called from
    rc.local (and optionally rc.local_shutdown) like so:

    In rc.local:
    Code:
    # Start vnstat
    if [ -x /etc/rc.d/rc.vnstat ]; then
    /etc/rc.d/rc.vnstat start
    fi

    In rc.local_shutdown:
    Code:
    # Stop vnstat
    if [ -x /etc/rc.d/rc.vnstat ]; then
    /etc/rc.d/rc.vnstat stop
    fi

    Maintained by: Michiel van Wessem
    Approved by: Erik Hanson

    Homepage:
    http://humdi.net/vnstat/
    Source Downloads:
    vnstat-1.10.tar.gz (95421d968689130590348ceb80ff74a8)

    Download SlackBuild:
    vnstat.tar.gz
    vnstat.tar.gz.asc (FAQ)

      La date/heure actuelle est Mar 7 Mai - 9:52

      Ne ratez plus aucun deal !
      Abonnez-vous pour recevoir par notification une sélection des meilleurs deals chaque jour.
      IgnorerAutoriser