Questions tagged [statistics]
45 questions
0
votes
1 answer
Statistics from huge IIS logs
We have a web site which produce roughly 100GB of IIS Web log files every month. We would like to get statistics from these logs, for instance the most visited URL's, authenticated users with most requests etc etc. We would also like some basic…

nitramk
- 203
- 1
- 3
- 6
0
votes
1 answer
Exchange 2007 - getting an item count from a specified date range
Using the command below in Exchange Management Shell, I am able to get a list of all mailboxes on our Exchange server, along with their display names, size, and item count:
Get-MailboxStatistics | Sort-Object TotalItemSize -Descending | ft…

mblasco
- 141
- 1
- 2
- 7
0
votes
1 answer
Get Recusrive Queries Stats from BIND 9.3 logs
I need to create a report with the top 30 domains that are requested from our Recursive DNS servers. The report must be in the following format:
Domain Number of Requests
For example:
Google.com; 98556
yahoo.com; 45585
etc
I know that BIND 9.3…

Peter
- 822
- 2
- 10
- 23
0
votes
1 answer
What is the exmon equivalent in Exchange 2010? (to get detailed per user information)
Exmon was an Exchange 2003 utility that exposed the quantity of RPC calls and IO that each user consumed.
I suspect that several users are downloading OSTs or manually importing other data into the online store... causing bandwidth issues, high tx…

makerofthings7
- 8,911
- 34
- 121
- 197
0
votes
1 answer
tshark conversation statistic not resolving hostnames
Executing the -z conv,ip command does not display the hostnames (like in wireshark).
I execute the command, and after a bit of traffic was monitored, I stop tshark with Ctrl-C and then the conversation table is printed. For both Linux and Windows,…

Daniel
- 163
- 2
- 11
0
votes
0 answers
Why does the `sa` command (from the acct package) always show "0" for avio?
For example, I get:
0 host:~# sa -m
6908 4946803.89re 1211.65cp 0avio 2558k
clamav 2 363298.58re 990.07cp 0avio 71384k
root …

Jamie McClelland
- 13
- 4
0
votes
1 answer
Find Bandwidth usage on app engine subdomains mappend on the same service
I have sole problem find bandwidth usage logs about different domains.
This is the infrastructure:
Domains mapped:
example.com
example2.com
example3.com
... example10.com
and every subdomain with wildcard, for example domain.example.com and so…

tidpe
- 201
- 3
- 12
0
votes
1 answer
mpstat interval less than one second
The mpstat utility reports CPU statistics. Where the first parameter specifies the interval like this (from mpstat man page):
The interval parameter specifies the amount of time in seconds between each report.
Is there a way to define an interval…

Mathias Begert
- 453
- 1
- 4
- 7
0
votes
2 answers
How to generate file size statistics in Windows 7?
Say I have a PC connected to some experimental instrumentation. C: is the system partition with Windows 7 and all the programs on it, and D: is the storage partition where all the acquired data is saved to. Is there a fast and easy way to generate a…

nora.codes
- 21
0
votes
1 answer
Cisco SG switch interface statistic length of time
I am trying to determine the length of time the interface statistic screen is recording for the bytes columns on my Cisco Sg300-52 switch. I went to the cisco website for documentation but the page does not specify the length of time for the…

Zorpho
- 1
- 2
0
votes
1 answer
AWS solution to monitor events from external machines, reported by SNS?
We have a number of robots installed at various locations, and servicing customers. All robots get their instructions from a central cloud database with customer data, and each have an SQS queue which delivers the commands they have to execute, and…

Esben von Buchwald
- 281
- 1
- 4
- 10
0
votes
1 answer
is there something like the stem-and-leaf plot for timeseries?
When wanting to quickly take a look at the distribution of a sequence of values, the stem-and-leaf plot is an incredibly simple, yet powerful tool. It takes a few minutes to teach the computer to draw it, or you can trivially do it by hand.
The only…

kqr
- 91
- 1
- 9
-1
votes
1 answer
How to configure Apache so that I can get server resource stats per website / per script
How can Apache be configured so that it will be simple to get server resource stats (CPU, memory) per website (as defined by a separate sites-enabled entry) and / or by script (each .html or .php file in any website)? I had considered setting up…

dotancohen
- 2,590
- 2
- 25
- 39
-1
votes
1 answer
Number of Computers Used in Enterprise?
This may not be the right StackExchange, but it seems you're most likely to know where I might find the answer. I'm looking for statistics on the number of computers used in enterprises on an annual basis, similar to the census data kept about home…

ehdv
- 107
- 1
-4
votes
1 answer
EC2 Break even point analysis
I'm doing capacity planning for my DR site and i'm trying to understand break-even point for Light/Medium/Heavy reserved instances vs the Ondemand. I have plotted my values on a graph as shown in the picture below:
Am i correct,in making the…

hmmm
- 1