[mrtg] Re: FTP / HTTP

Cliff cliff at acsalaska.net
Thu Feb 28 16:56:11 MET 2002


Hello Torben,

Thursday, February 28, 2002, 4:12:28 AM, you wrote:

TRM> I have been looking around net for some information about in/out measurement at ftp, http, and some other ports. I got a win2K machine with apache, and a homemade ftp client installed. I thought
TRM> it could be funny to gather some graphs that indicate the traffic per port/protocol. 
TRM> So I was wondering if it were possible to install a SNMP service as SNMP4tPC (PERFMIB.mib) that measures apache traffic and maybe port specific traffic?
TRM> Torben Riis
 
I may be mistaking your question but win2k has mibs that
define FTP and HTTP traffic.

The mibs are available from somix.com

A snippet from win2k-http.mib:

totalBytesSentLowWord OBJECT-TYPE
                SYNTAX  Counter
                ACCESS  read-only
                STATUS  mandatory
                DESCRIPTION
                        "This is the low 32-bits of the total number of
                        of BYTEs sent by the HTTP Server."
                ::= { httpStatistics 2 }

        totalBytesReceivedHighWord OBJECT-TYPE
                SYNTAX  Counter
                ACCESS  read-only
                STATUS  mandatory
                DESCRIPTION
                        "This is the high 32-bits of the total number of
                        of BYTEs received by the HTTP Server."
                ::= { httpStatistics 3 }

 A snippet from win2k-ftp.mib:



-- FTP Server Statistics

        totalBytesSentHighWord OBJECT-TYPE
                SYNTAX  Counter
                ACCESS  read-only
                STATUS  mandatory
                DESCRIPTION
                        "This is the high 32-bits of the total number of
                        of BYTEs sent by the FTP Server"
                ::= { ftpStatistics 1 }

        totalBytesSentLowWord OBJECT-TYPE
                SYNTAX  Counter
                ACCESS  read-only
                STATUS  mandatory
                DESCRIPTION
                        "This is the low 32-bits of the total number of
                        of BYTEs sent by the FTP Server"
                ::= { ftpStatistics 2 }


 








-- 
Best regards,
 Cliff                            mailto:cliff at acsalaska.net


--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive     http://www.ee.ethz.ch/~slist/mrtg
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the mrtg mailing list