Questions tagged [analysis]

59 questions
1
vote
2 answers

Statistics on hotlinked images

Is there a web statistics application that can tell me how many people are hotlinking (or embedding) an image? Google Analytics can't since it needs to render HTML to gather information, so any hotlinked image will not be counted. In other words I…
igorgue
  • 188
  • 5
  • 10
1
vote
1 answer

What is the best way/tool to analyze raw data(network stats) from Simulation?

After running a simulation(using a simulator(QualNet)) of a simulated network I end up with ip stats stored in a database, I then extract the data to a csv file So now I have 750mb of raw network stats(time stamp, packet id, source ip, source port,…
1
vote
1 answer

Hyper-V or VMware - Find all modifications/changes made between 2 Snapshots

I would like to use either Hyper-V or Vmware in order to find out after taking a Clean Base snapshot and a modified snapshot and what the modifications/differences and what was changed between the two images. VMware ThinApp is the closest thing I…
brink668
  • 11
  • 1
1
vote
2 answers

Finding the most common errors in event logs using Powershell.

I have the event logs for one of our servers locally in .evtx format. I can load the log file into PS using the command: Get-WinEvent -Path D:\Desktop\serverlogs.evtx What I would like to do is on the Message field group events where the text…
Paul
  • 123
  • 1
  • 9
1
vote
2 answers

Looking for data/event trend analysis and visualization

I have data like this: Date/Time, Source, EventType I want a tool to be able to run on this data (I can format it or put it in a database or anything), but I want to be able to see trends - like weekdays, volume by source, relative volume of…
Cade Roux
  • 375
  • 2
  • 5
  • 18
1
vote
2 answers

Monitor/analyze/report resource trends on a single server-- perfmon +?

I'm running a handful of video streaming servers (Win2k3 Ent SP2). As my user base is starting to grow, individual users are beginning to report that they are experiencing less-than-ideal service. It is my suspicion that degradation is occurring…
crftr
  • 177
  • 1
  • 8
1
vote
1 answer

How to get more information from the system crash

I'd like to debug an issue I'm having with a linux (debian stable) server, but I'm running out of ideas of how to confirm any diagnosis. Some background: The servers are running DL160 class with hardware raid between two disks. They're running a lot…
viraptor
  • 1,296
  • 6
  • 21
  • 41
1
vote
1 answer

Log Analysis on IIS showing App Director IP as source, need actual originating source IP

I have two webservers hosting around 70 websites with load balancing done through Radware App Director. I have an issue with Log Analysis. All the requests to the 70 odd sites are routed through App Director and as a result the source IP in the IIS…
1
vote
1 answer

What does it mean that most dropped packets have a different incoming and outgoing port?

Over the weekend an internet-facing DI-624 router of mine was e-mailing me logs like crazy for some reason. Normally it's a few a day, but it was about one every few minutes instead. Analyzing the messages, I found that only 340 had the same src…
Kev
  • 984
  • 4
  • 23
  • 46
0
votes
0 answers

Handling and making use of large .DMP file

I've been investigating an issue relating to a Citrix server being managed by ourselves, it appears to have bluescreened and rebooted itself but as such, I wanted to investigated and identify exactly why this happened. The Windows.DMP file itself is…
Matthew
  • 135
  • 10
0
votes
2 answers

Should I host in the cloud in this scenario?

I'm considering moving our website hosting to the cloud. Currently we have about 1000 visits/day (5000 on peaks). I want to know what kind of 'server power' I need to host this. Obviously, things like bandwidth usage are simple enough to measure,…
Rafael Almeida
  • 196
  • 1
  • 2
  • 7
0
votes
1 answer

Advanced Policy Analysis

I am trying to find a way to analyze the Advanced Audit Policies. Something like the Security Configuration and Analysis tool. This tools works for the local policy, but doesn't work for the Advanced Audit Policies. I am on Server 2008. Is…
0
votes
1 answer

Using awstats to monitor/graph visitors on a server that only serves images?

I have an apache webserver that serves up images. Lots of machine generated images (i.e. not static files). It doesn't serve any serious amount of html etc. files. A user might request many images one after the other, which is essentially a form of…
Amandasaurus
  • 31,471
  • 65
  • 192
  • 253
0
votes
0 answers

Are there any known OIDs to get upload and downloaded data of connected hosts to a cable modem through SNMP?

We are working with SNMP and required to extract monitoring information from different cable modems through SNMP. We have been able to extract QoS parameters at CPE level and are looking to get various information of the connected hosts. We got the…
Tapo
  • 53
  • 1
  • 5
0
votes
0 answers

Port Mirroring on Wireless router

I will be going on site to help hotel manager to identify who is using P2P (torrents) in hotel and abusing network usage for other guests. Easy option would be 1. Port Mirroring on wireless router and Wireshark analysis. Hard one 2. Man in the…