diff options
Diffstat (limited to 'src/pmlogconf/networking')
22 files changed, 114 insertions, 0 deletions
diff --git a/src/pmlogconf/networking/interface-all b/src/pmlogconf/networking/interface-all new file mode 100644 index 0000000..82a6c91 --- /dev/null +++ b/src/pmlogconf/networking/interface-all @@ -0,0 +1,4 @@ +#pmlogconf-setup 2.0 +ident all available data per network interface +force available + network.interface diff --git a/src/pmlogconf/networking/interface-summary b/src/pmlogconf/networking/interface-summary new file mode 100644 index 0000000..41be875 --- /dev/null +++ b/src/pmlogconf/networking/interface-summary @@ -0,0 +1,10 @@ +#pmlogconf-setup 2.0 +ident bytes, packets and errors (in and out) per network interface +force include + network.interface.in.bytes + network.interface.in.packets + network.interface.in.errors + network.interface.out.bytes + network.interface.out.packets + network.interface.out.errors + network.interface.collisions diff --git a/src/pmlogconf/networking/localdefs b/src/pmlogconf/networking/localdefs new file mode 100644 index 0000000..5b34550 --- /dev/null +++ b/src/pmlogconf/networking/localdefs @@ -0,0 +1 @@ +FILES = nfs2-client nfs2-server nfs3-client nfs3-server nfs4-client nfs4-server rpc interface-summary interface-all socket-irix socket-linux mbufs multicast streams tcp-all udp-all tcp-activity-irix tcp-activity-linux udp-packets-irix udp-packets-linux other-protocols diff --git a/src/pmlogconf/networking/mbufs b/src/pmlogconf/networking/mbufs new file mode 100644 index 0000000..3fc1743 --- /dev/null +++ b/src/pmlogconf/networking/mbufs @@ -0,0 +1,4 @@ +#pmlogconf-setup 2.0 +ident mbuf stats (alloc, failed, waited, etc) +probe network.mbuf.alloc + network.mbuf diff --git a/src/pmlogconf/networking/multicast b/src/pmlogconf/networking/multicast new file mode 100644 index 0000000..805bd85 --- /dev/null +++ b/src/pmlogconf/networking/multicast @@ -0,0 +1,4 @@ +#pmlogconf-setup 2.0 +ident multicast routing stats +probe network.mcr.mfc_lookups + network.mcr diff --git a/src/pmlogconf/networking/nfs2-client b/src/pmlogconf/networking/nfs2-client new file mode 100644 index 0000000..39d2a66 --- /dev/null +++ b/src/pmlogconf/networking/nfs2-client @@ -0,0 +1,4 @@ +#pmlogconf-setup 2.0 +ident NFS v2 client stats +probe nfs.client.reqs values ? include : available + nfs.client diff --git a/src/pmlogconf/networking/nfs2-server b/src/pmlogconf/networking/nfs2-server new file mode 100644 index 0000000..727622b --- /dev/null +++ b/src/pmlogconf/networking/nfs2-server @@ -0,0 +1,4 @@ +#pmlogconf-setup 2.0 +ident NFS v2 server stats +probe nfs.server.reqs values ? include : available + nfs.server diff --git a/src/pmlogconf/networking/nfs3-client b/src/pmlogconf/networking/nfs3-client new file mode 100644 index 0000000..c077be7 --- /dev/null +++ b/src/pmlogconf/networking/nfs3-client @@ -0,0 +1,4 @@ +#pmlogconf-setup 2.0 +ident NFS v3 client stats +probe nfs3.client.reqs values ? include : available + nfs3.client diff --git a/src/pmlogconf/networking/nfs3-server b/src/pmlogconf/networking/nfs3-server new file mode 100644 index 0000000..87693de --- /dev/null +++ b/src/pmlogconf/networking/nfs3-server @@ -0,0 +1,4 @@ +#pmlogconf-setup 2.0 +ident NFS v3 server stats +probe nfs3.server.reqs values ? include : available + nfs3.server diff --git a/src/pmlogconf/networking/nfs4-client b/src/pmlogconf/networking/nfs4-client new file mode 100644 index 0000000..6b9601b --- /dev/null +++ b/src/pmlogconf/networking/nfs4-client @@ -0,0 +1,4 @@ +#pmlogconf-setup 2.0 +ident NFS v4 client stats +probe nfs4.client.reqs values ? include : available + nfs4.client diff --git a/src/pmlogconf/networking/nfs4-server b/src/pmlogconf/networking/nfs4-server new file mode 100644 index 0000000..8e402ed --- /dev/null +++ b/src/pmlogconf/networking/nfs4-server @@ -0,0 +1,4 @@ +#pmlogconf-setup 2.0 +ident NFS v4 server stats +probe nfs4.server.reqs values ? include : available + nfs4.server diff --git a/src/pmlogconf/networking/other-protocols b/src/pmlogconf/networking/other-protocols new file mode 100644 index 0000000..301bed4 --- /dev/null +++ b/src/pmlogconf/networking/other-protocols @@ -0,0 +1,7 @@ +#pmlogconf-setup 2.0 +ident all available data for other protocols (ip, icmp, igmp, udplite) +force available + network.ip + network.icmp + network.igmp # for Irix + network.udplite # for Linux diff --git a/src/pmlogconf/networking/rpc b/src/pmlogconf/networking/rpc new file mode 100644 index 0000000..d8c0d49 --- /dev/null +++ b/src/pmlogconf/networking/rpc @@ -0,0 +1,4 @@ +#pmlogconf-setup 2.0 +ident RPC stats +force available + rpc diff --git a/src/pmlogconf/networking/socket-irix b/src/pmlogconf/networking/socket-irix new file mode 100644 index 0000000..87a71a6 --- /dev/null +++ b/src/pmlogconf/networking/socket-irix @@ -0,0 +1,4 @@ +#pmlogconf-setup 2.0 +ident socket stats (counts by type and state) [Irix] +probe network.socket.type + network.socket diff --git a/src/pmlogconf/networking/socket-linux b/src/pmlogconf/networking/socket-linux new file mode 100644 index 0000000..25202c6 --- /dev/null +++ b/src/pmlogconf/networking/socket-linux @@ -0,0 +1,4 @@ +#pmlogconf-setup 2.0 +ident socket stats (in use, high-water mark, etc.) [Linux] +probe network.sockstat.raw.inuse + network.sockstat diff --git a/src/pmlogconf/networking/streams b/src/pmlogconf/networking/streams new file mode 100644 index 0000000..5f204cf --- /dev/null +++ b/src/pmlogconf/networking/streams @@ -0,0 +1,5 @@ +#pmlogconf-setup 2.0 +ident SVR5 streams activity +probe resource.nstream_queue + resource.nstream_queue + resource.nstream_head diff --git a/src/pmlogconf/networking/tcp-activity-irix b/src/pmlogconf/networking/tcp-activity-irix new file mode 100644 index 0000000..4027675 --- /dev/null +++ b/src/pmlogconf/networking/tcp-activity-irix @@ -0,0 +1,18 @@ +#pmlogconf-setup 2.0 +ident TCP bytes and packets (in and out), connects, accepts, drops and closes [Irix] +probe network.tcp.accepts + network.tcp.accepts + network.tcp.connattempt + network.tcp.connects + network.tcp.drops + network.tcp.conndrops + network.tcp.timeoutdrop + network.tcp.closed + network.tcp.sndtotal + network.tcp.sndpack + network.tcp.sndbyte + network.tcp.rcvtotal + network.tcp.rcvpack + network.tcp.rcvbyte + network.tcp.rexmttimeo + network.tcp.sndrexmitpack diff --git a/src/pmlogconf/networking/tcp-activity-linux b/src/pmlogconf/networking/tcp-activity-linux new file mode 100644 index 0000000..fd7e854 --- /dev/null +++ b/src/pmlogconf/networking/tcp-activity-linux @@ -0,0 +1,7 @@ +#pmlogconf-setup 2.0 +ident TCP packets (in and out), errors and retransmits [Linux] +probe network.tcp.insegs + network.tcp.insegs + network.tcp.outsegs + network.tcp.retranssegs + network.tcp.inerrs diff --git a/src/pmlogconf/networking/tcp-all b/src/pmlogconf/networking/tcp-all new file mode 100644 index 0000000..15cfbfe --- /dev/null +++ b/src/pmlogconf/networking/tcp-all @@ -0,0 +1,4 @@ +#pmlogconf-setup 2.0 +ident all available TCP data +force available + network.tcp diff --git a/src/pmlogconf/networking/udp-all b/src/pmlogconf/networking/udp-all new file mode 100644 index 0000000..5265aab --- /dev/null +++ b/src/pmlogconf/networking/udp-all @@ -0,0 +1,4 @@ +#pmlogconf-setup 2.0 +ident all available UDP data +force available + network.udp diff --git a/src/pmlogconf/networking/udp-packets-irix b/src/pmlogconf/networking/udp-packets-irix new file mode 100644 index 0000000..8b904a5 --- /dev/null +++ b/src/pmlogconf/networking/udp-packets-irix @@ -0,0 +1,5 @@ +#pmlogconf-setup 2.0 +ident UDP packets in and out [Irix] +probe network.udp.ipackets + network.udp.ipackets + network.udp.opackets diff --git a/src/pmlogconf/networking/udp-packets-linux b/src/pmlogconf/networking/udp-packets-linux new file mode 100644 index 0000000..656719b --- /dev/null +++ b/src/pmlogconf/networking/udp-packets-linux @@ -0,0 +1,5 @@ +#pmlogconf-setup 2.0 +ident UDP packets in and out [Linux] +probe network.udp.indatagrams + network.udp.indatagrams + network.udp.outdatagrams |