
aganguly01 at gmail
Jul 8, 2008, 12:44 AM
Post #8 of 9
(1433 views)
Permalink
|
Hi All, Thanks a lot for all your help.Explanation was really comprehensive and things are clear.Lastly I face one more issue.I am able to generate the output.html file and related png files.But issue is that when I try to access those files from the browser the output in the web page doesn't come properly below I have given the snippet <?xml version="1.0" encoding="ISO-8859-1"?> <?xml-stylesheet href="#internalStyle" type="text/css"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Web Server Statistics for http://10.146.163.30</title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta name="robots" content="noindex,nofollow" /> <meta name="generator" content="analog 6.0/Unix" /> <style type="text/css" id="internalStyle"> h2 { background-color: #A0C0F0; width: 98%; padding: 3px 6px; } table { text-align: right; margin-left: 30px; background-color: #D0E0F0; border-collapse: collapse; } But when I copy the files locally and try to access it the pages comes properly.I guess some more settings are required.Please let me know. Thanks and regards Arnab On Mon, Jul 7, 2008 at 11:36 PM, Aengus <analog07 [at] eircom> wrote: > Arnab Ganguly <aganguly01 [at] gmail> wrote: > >> I rechecked again.Actually the pie charts are not getting > >> generated?OS information is also blank. > > The OS Information comes from User Agent string, which isn't in your logs. > > >> How do I generate the pie charts? > > I get Pie Charts for File Size and Processing Time from your sample log > file - if you don't have those two reports turned on, you won't get any > charts (at least from the sample lines you provided - the charts for the > Domain, Organisation. Host, Status Code, File Type, Directory and Request > Reports aren't generated, because there is only one entry in each of those > reports (for the 10 sample lines that you provided). > > When I ran Analog with "ALL ON" to turn on all available reports, Analog > generated the following warnings: > > analog: Warning R: Turning off empty Redirection Report > analog: Warning R: Turning off empty Failure Report > analog: Warning R: Turning off empty Host Redirection Report > analog: Warning R: Turning off empty Host Failure Report > analog: Warning R: Turning off empty Referrer Report > analog: Warning R: Turning off empty Referring Site Report > analog: Warning R: Turning off empty Redirected Referrer Report > analog: Warning R: Turning off empty Failed Referrer Report > analog: Warning R: Turning off empty Browser Report > analog: Warning R: Turning off empty Virtual Host Report > analog: Warning R: Turning off empty Virtual Host Redirection Report > analog: Warning R: Turning off empty Virtual Host Failure Report > analog: Warning R: Turning off empty User Report > analog: Warning R: Turning off empty User Redirection Report > analog: Warning R: Turning off empty User Failure Report > analog: Warning R: Turning off empty Search Query Report > analog: Warning R: Turning off empty Search Word Report > analog: Warning R: Turning off empty Internal Search Query Report > analog: Warning R: Turning off empty Internal Search Word Report > analog: Warning R: Turning off empty Browser Summary > analog: Warning R: Turning off empty Operating System Report > analog: Warning R: In Domain Report, turning off pie chart of only one > wedge > analog: Warning R: In Organisation Report, turning off pie chart of only > one wedge > analog: Warning R: In Host Report, turning off pie chart of only one wedge > analog: Warning R: In Status Code Report, turning off pie chart of only one > wedge > F: Opening Charts/proctime.png as pie chart file > F: Closing Charts/proctime.png > F: Opening Charts/size.png as pie chart file > F: Closing Charts/size.png > analog: Warning R: In File Type Report, turning off pie chart of only one > wedge > analog: Warning R: In Directory Report, turning off pie chart of only one > wedge > analog: Warning R: In Request Report, turning off pie chart of only one > wedge > > The Empty Report warnings occur because there isn't enough information in > the logfile to generate those reports (no Referrer or no User Agent, in most > cases. Some of the other reports may show up in your real logs, such as the > Failure Report). > > The "turning off pie chart" warnings occur because all of your sample lines > come from the same IP address, and request the same file, so there is only > one entry, therefore Analog doesn't generate a Pie Chart. > > Aengus > > +------------------------------------------------------------------------ > | TO UNSUBSCRIBE from this list: > | http://lists.meer.net/mailman/listinfo/analog-help > | > | Analog Documentation: http://analog.cx/docs/Readme.html > | List archives: http://www.analog.cx/docs/mailing.html#listarchives > | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general > +------------------------------------------------------------------------ >
|