Search 85,949 posts and 653 resources contributed by 43,583 members or post a topic.

Already Joined? Sign in
Report help

Page 1 of 1 (3 items) | RSS

rated by 0 users
Not Answered This post has 0 verified answers | 2 Replies | 0 Followers | 264 Views


321 Posts
Points 3,574
Thwack MVP
r0berth1 posted on Wed, Jun 24 2009 2:54 PM
rated by 0 users

I am trying to get a report that show each website visited and the PC or IP addres that visited the site along with how much data was transferred. Can someone help me. I can make the report show the domain or website, with how much data was transferred to and from each site and show which router it came from, but when i try to show the spacific PC or IP that went to the site, I get a blank page. Can someone help me with this?

Hancock Bank

Network Engineer

  • | Post Points: 3

All Replies


1,000 Posts
Points 5,477
SolarWinds Certified Professional
Yann replied on Thu, Jun 25 2009 9:03 AM
rated by 0 users

r0berth1:
but when i try to show the spacific PC or IP that went to the site, I get a blank page

Could you explain how you tried to setup the report and/or share it?

Thanks,

Yann

  • | Post Points: 3

321 Posts
Points 3,574
Thwack MVP
r0berth1 replied on Thu, Jun 25 2009 9:27 AM
rated by 0 users

I created a new Netflow-endpoint report. I can select Dest IP and FullHostname and it will show the website and IP that the traffic is going to but when i selecte the transmitter IP and or FullHostname, the report comes back blank. Here is the SQL from the one that works without the Computer name or IP.

SELECT  TOP 10000 Convert(DateTime,Floor(Cast((DateTime) as Float)),0) AS SummaryDate,
FlowCorrelation_Dest_FlowCorrelation."Domain" AS Domain,
SUM(NetflowSummary.TotalBytes) AS SUM_of_Bytes_Transferred,
Nodes.Caption AS NodeName,
FlowCorrelation_Dest_FlowCorrelation.IPAddress AS IP_Address,
FlowCorrelation_Dest_FlowCorrelation.FullHostname AS Full_Hostname

FROM
((NetflowSummary LEFT OUTER JOIN FlowCorrelation FlowCorrelation_Dest_FlowCorrelation ON (NetflowSummary.DestIPSort = FlowCorrelation_Dest_FlowCorrelation.IPAddressSort))  INNER JOIN FlowCorrelation FlowCorrelation_Source_FlowCorrelation ON (FlowCorrelation_Dest_FlowCorrelation.IPAddressSort = FlowCorrelation_Source_FlowCorrelation.IPAddressSort AND NetflowSummary.SourceIPSort = FlowCorrelation_Source_FlowCorrelation.IPAddressSort))  INNER JOIN Nodes ON (NetflowSummary.NodeID = Nodes.NodeID)


WHERE
( DateTime BETWEEN 39981.2916666667 AND 39981.7083333333 )
 AND 
(
  (FlowCorrelation_Dest_FlowCorrelation."Domain" IS NOT NULL) AND
  (FlowCorrelation_Dest_FlowCorrelation."Domain" <> '') AND
  (Nodes.Caption = 'Pascagoula_Main2811') AND
  (FlowCorrelation_Source_FlowCorrelation.IPAddress = '10.200.36.128')
)
AND
(
(EXISTS(SELECT 1 FROM NetFlowSources WITH(nolock) WHERE NetFlowSources.InterfaceID=InterfaceIDRx AND NetFlowSources.Enabled=1))
)


GROUP BY Convert(DateTime,Floor(Cast((DateTime) as Float)),0),
FlowCorrelation_Dest_FlowCorrelation."Domain", Nodes.Caption, FlowCorrelation_Dest_FlowCorrelation.IPAddress, FlowCorrelation_Dest_FlowCorrelation.FullHostname


ORDER BY SummaryDate ASC, 3 DESC

Hancock Bank

Network Engineer

  • | Post Points: 1
Page 1 of 1 (3 items) | RSS

© 2003 - 2010 SolarWinds, Inc. All Rights Reserved.

Who is SolarWinds?

SolarWinds is rewriting the rules for how companies manage their networks. Guided by a global community of network engineers, SolarWinds develops simple and powerful network management software and network monitoring software for networks of all sizes. SolarWinds also offers a network certification program to become a SolarWinds Certified Professional (SCP).

What is thwack?

thwack, SolarWinds online community site, was designed by network engineers, for network engineers. thwack is a vibrant, growing community of more than 30,000 IT pros who share a passion for technology.

Explore Resources, Answers, Templates, and Advice

Download Free Networking Tools


Learn More About SolarWinds Products