Questions tagged [stats]

21 questions
5
votes
0 answers

Descriptions of Ethernet register/counter names?

Is there a manual/datasheet/some other resource that explains what do all these counters in ethtool -S mean? Some of them are self-explainatory, some aren't... I'm taking them from e1000e source code (ethtool.c). EDIT: just found and…
Martin Janiczek
  • 151
  • 1
  • 6
3
votes
2 answers

My linux server "Number of processes created" and "Context switches" are growing incredibly fast

I have a strange behaviour in my server :-/. Is a OpenVZ VPS (I think is OpenVZ, because /proc/user_beancounters exists and df -h returns /dev/simfs drive. Also ifconfig returns venet0). When I do cat /proc/stat, I can see how each second about…
2
votes
5 answers

How does one go about monitoring memcached stats in OpenNMS?

I'd like to go about compiling data for size and hits...
Nathan Milford
  • 792
  • 1
  • 10
  • 21
2
votes
1 answer

HAProxy stats over a specific period

I've set up HAProxy v1.7 with stats enabled and it's working fine, collecting all the necessary stats and showing them on a webpage. Is there a built-in way to show the stats (in particular Bytes In/Out) for a specific day/week/month/year? The only…
2
votes
3 answers

AWStats ignore all but one sub directory

I'm using AWStats and I want to ignore everything in a subdirectory except for a particular directory, here is the directory layout: Webroot -dir_1 -dir_2 --subdir_a --subdir_b --subdir_c ... I want to run statistics for everything in the web…
Brian Fisher
  • 621
  • 3
  • 10
  • 15
2
votes
1 answer

In AWStats, is there a way to exclude certain urls counting towards counting as pages, but still count as hits

AWStats distinguishes the difference between a page and a hit in it's web log stats. To accomplish this, there is a configuration option to identify certain file extensions as hits, but not pages. eg: NotPageList="css js class java gif jpg jpeg png…
Rog
  • 235
  • 1
  • 8
2
votes
1 answer

Statsd messages not showing up in Graphite dashboard

Ubuntu 11.10 Everything worked when I first setup statsd and graphite. Once I rebooted, it no longer works, which makes me think something about graphite or carbon needs to be started. Now that I've rebooted, I go to a terminal and type node…
slolife
  • 373
  • 1
  • 5
  • 14
2
votes
2 answers

How do you read load averages? (eg: Load Averages: 0.60 0.60 0.55)

Possible Duplicate: How to understand the memory usage and load average in linux server My hosting company provides "Load Average" stats when I login. There is no link to more information about them, and no explanation as to what they mean. I'm…
cwd
  • 2,693
  • 9
  • 32
  • 47
2
votes
1 answer

How can I grab the stats of load-balanced servers?

I've got two servers with IIS 6 and I have to set up a statistics report for the website that is hosted in both servers. load balanced. Tried AW Stats but it is a pain. I'm using SmarterSTATS now , it sounds good. But it's like the servers logs are…
UXdesigner
  • 145
  • 5
2
votes
2 answers

Rackspace Cloud Sites API (Not Cloud Servers)

I'm looking for a way to pull data from my Rackspace Cloud SITES account. The data I want to pull is bandwidth, diskspace, and compute cycles (all available from control panel). I'd like to set up my own warning system, to be notified if I'm close…
John Cruz
  • 123
  • 5
1
vote
2 answers

Apache log general analyzer with vhosts

I'm using Apache in Ubuntu with several vhosts created, all pointing to the same access log. I'm already login the virtual host domain. I'm looking for a way to have statistics reports that shows information of all vhosts in the same report,…
leticia
  • 113
  • 5
1
vote
1 answer

Nginx status per vhost

Is there any nginx plugin that can display the stats that normal mod_status is displaying, but per vhost? Thanks.
MihaiM
  • 708
  • 1
  • 8
  • 17
1
vote
2 answers

how to set a limit to growth of a /home/httpd/.../stats/ error file

I've got a VPS account. The file: /home/httpd/..../stats/...-error_log is logging so many errors that it fills up the 20 GB hard drive space within a 24-hour period which amongst other problems shuts my mail access down, etc. Most of these errors…
Edward Tanguay
  • 1,139
  • 4
  • 20
  • 30
1
vote
1 answer

proper concurrent users estimation case studies

I've been asked to size a web architecture for an excessive number of concurrent users ( hundreds of thousands ). I'm having a hard time convincing these people that unless you are in the top 5 of your country websites it's quite hard to hit those…
golemwashere
  • 724
  • 1
  • 10
  • 21
0
votes
1 answer

dyn_stats. how does it should work?

I have next config: module( load="impstats" interval="300" severity="7" log.syslog="off" log.file="/var/log/rsyslog-stats.log" ) dyn_stats(name="msg_per_host" resettable="off" maxCardinality="3000"…
Psychozoic
  • 273
  • 2
  • 4
  • 13
1
2