Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

sostat: improve pf_ring output #461

Closed
GoogleCodeExporter opened this issue Mar 24, 2015 · 2 comments
Closed

sostat: improve pf_ring output #461

GoogleCodeExporter opened this issue Mar 24, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

        if [ -f /proc/net/pf_ring/info ]; then
                header "pf_ring stats"
                cat /proc/net/pf_ring/info
                if ls /proc/net/pf_ring/*-* >/dev/null 2>&1; then
                        echo
                        egrep -h "Appl. Name|Tot Packets|Tot Pkt Lost|Errors|Slots" /proc/net/pf_ring/*-*
                fi
        fi

Original issue reported on code.google.com by doug.bu...@gmail.com on 31 Dec 2013 at 12:15

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant