Software metrics are quantitative data related to software.
0
votes
0answers
9 views
Using two annotation driven xml args: only one works
I'm trying to use Ryan Tenney's metrics for Spring. I have it 90% working, but whenever I apply the <metrics:annotation-driven /> tag in my servlet config xml it overrides the ...
0
votes
0answers
26 views
How does Facebook attribute a mobile app installation to a specific Facebook Mobile App Install Ad?
There are several questions on SO that touch on this, but the KEY question I need answered is this:
How does Facebook attribute an installation of a mobile app to a specific NewsFeed Mobile App ...
1
vote
0answers
39 views
Storm UI: Difference between Execure and Process Latencies
I've been trying to document meaning of all of the Storm metrics for my current project.
During this process I've collected data from this group responses as well as github.
While some of the ...
0
votes
1answer
42 views
RRD library for handling time series data in a Python application
I am working on a simulation engine using Python where I collect a lot of metrics. The simulation runs at a high speed and generates around 100K events/second (I can do some processing by ...
0
votes
1answer
41 views
Loading multiple CSV files into MySQL [closed]
I am working on a metrics project for my team. I have to load several different reports into a central repository and then create tables and reports off of this data.
The data sources are:
CSV ...
0
votes
1answer
32 views
Error while analyzing sonar project
Hi I have a custom sonar plugin for RPG and am having a sonar project that I am trying to run.
Here's my plugin class:
@Properties({
@Property(key = "rpg", defaultValue = "rpg", name = "File ...
-5
votes
1answer
36 views
code for calculating CK metrics for a java program [closed]
i got a project for calculating CK metrics for a java program...i dont know how to code it so if anyone have any program to calculate this metrics then please share it.
0
votes
1answer
27 views
What does “biased” mean in “Metrics” histogram
One of the properties that Codahale's "Metrics" received is "biased".
Can someone explain what does it mean?
public Histogram newHistogram(Class<?> klass,
String name,
...
1
vote
1answer
100 views
Predict Google Play ratings with Weka
I am newbie in Weka 3.7.9.
I have got an arff file, which contains these attributes, class and data:
http://pastebin.com/s8hivv0U
This file representing Android projects.
So, the 1-9. attributes are ...
0
votes
1answer
39 views
Sonar Web Service API, filter data by developer
I've been trying Sonar's Web Service API and so far it seems to offer a lot of information. However, looks like working on a per developer level is not easy - or supported.
For instance, there are ...
0
votes
0answers
25 views
How to get LoC for each code line?
I'm now evaluating CLOC utility. I use it to know how many code lines have been added/changed/removed when comparing two files.
I use cloc -diff file1 file2 and it gives me a summary like this:
...
0
votes
0answers
14 views
Insights: Engaged users > Reach
In Facebook's documentation, 'Reach' is described as
"...the number of people who have seen your post(...)include people viewing your post on both desktop and mobile"
while 'Engaged users' is ...
0
votes
2answers
71 views
best tool for notification on metrics
What are the best tools available for querying Graphite metrics and performing notifications?. Have seen some people using nagios but have also seen people say its not the easiest to set up and wish ...
1
vote
2answers
124 views
Jensen-Shannon Divergence
I have another question that I was hoping someone could help me with.
I'm using the Jensen-Shannon-Divergence to measure the similarity between two probability distributions. The similarity scores ...
0
votes
0answers
21 views
Graphite: Using holtWintersConfidenceBands on large period (for accuracy) but getting last x minutes datapoints
Is there a way to execute the holtWintersConfidenceBands on large period but to get only last x minutes datapoints?
For example: I want to execute the holtWintersConfidenceBands function on the last ...
0
votes
1answer
46 views
Team City Code Coverage includes excluded code in total
We have this issue with the Code Coverage in Team City (using dotCover).
In the the coverage of statements, the percentage is calculated as covered/Total.
Which is good.
When we exclude neamespaces ...
0
votes
0answers
29 views
How to add new metric in Sonar?
I am experimenting with Sonar and i want to find out how to present an array containing the columns:
Class Name | LOC | Violations
0
votes
0answers
16 views
Setting up an install server to track installs (Marketing)
How do you setup an install server to track successful installs?
We have an executable (.exe) file and a tracking pixel that needs to fire.
As far as I know the executable needs to be wrapped with ...
2
votes
1answer
64 views
PHP Depend (pdepend) ignores @package and uses namespaces as packages instead
I tried to compare the metrics of some PHP frameworks with PHP Depend and ran into annoying and probably unintended behavior:
The @package annotation is being ignored, instead namespaces are treated ...
3
votes
2answers
121 views
Why is a single thread faster than multiple threads even though they essentially have the same overhead?
I am running a 64bit Windows 7 on an 8 core processor. I ran the following:
#include "stdafx.h"
#include <iostream>
#include <Windows.h>
#include <process.h>
...
0
votes
0answers
49 views
How do I gather performance metrics for GDI and user Objects using python
Think this is my first question I have asked on here normally find all the answers I need (so thanks in advance)
ok my problem I have written a python program that will in threads monitor a process ...
0
votes
0answers
108 views
MySQL query for retrieving MAU (Monthly Active Users) from a log table
Here I propose a method for retrieving MAU by day and platform from a log table.
It's done by using a temporary table inside a procedure.
Anyone know of a fastest way of querying this ?
/* CREATE LOG ...
0
votes
1answer
34 views
security metrics
When am executing the scanning on security metrics for PCI Compliance, I am getting this following error message. Does anyone know how to resolve this?
*Title: vulnerable web program (phpRPC) Impact: ...
2
votes
0answers
57 views
Any desktop application metric services (think Flurry for OS X)?
What are the options for desktop application metrics collection in 2013?
I know of Usermetrix and Deskmetrix, but surely they can't be the only ones? If you look at mobile analytics services the ...
1
vote
2answers
83 views
Graphite - Multi archives level retrieval issue
I've configured my files with the following retentions settings:
retentions = 10s:7d,1m:30d,5m:1y
And this indeed works, however my problem is that the web-app decides to get the data from the ...
0
votes
1answer
25 views
How to retrieve metrics in map and reduce on each machine in the cluster?
I need to have informations on the cluster. In fact, I would like to retrieve metrics of each machine in the cluster. I would like to have metrics (number, etc..) by Map and Reduce after running a ...
0
votes
0answers
83 views
Metrics filter in Graphite - ignore hierarchy (dots)
Is there any way to filter metrics in Graphite while ignoring the hierarchy?
For example:
Say I have the following metrics:
stats_count.A.B.TestMetric
stats_count.A.TestMetric
stats.A.B.TestMetric
...
0
votes
3answers
152 views
How to measure read/cycle or instructions/cycle?
I want to thoroughly measure and tune my C/C++ code to perform better with caches on a x86_64 system. I know how to measure time with a counter (QueryPerformanceCounter on my Windows machine) but I'm ...
0
votes
0answers
174 views
Graphite data and Cubism display
I'm trying to create a realtime dashboard for my Graphite data. I want it to show only the last hours' worth of data. I can configure Cubism to pull the data from Graphite but I'm unable to create an ...
1
vote
3answers
360 views
other open source alternatives to codahale's “metrics”? [closed]
I came across the metrics project from codahale, and I believe that it is used at Yammer. I like this solution, but want to know if there are other open source alternatives with similar capabilities.
...
1
vote
1answer
141 views
StatsD and Graphite issues with stats_counts metrics
I'm having issues with the stats_counts metrics which whipser saves.
In my app I'm firing two kind of metrics in the same time: Counter increment + Time.
When I compare the specific metrics graphs: ...
0
votes
1answer
141 views
Lucene fieldNorm discrepancy between Similarity calculation and query-time value
I'm trying to understand how fieldNorm is calculated (at index time) and then used (and apparentlly re-calculated) at query time.
In all the examples I'm using the StandardAnalyzer with no stop ...
0
votes
2answers
77 views
What metrics are useful for measuring developer progress based on git?
Can git show any metrics that might be helpful to track the progress of developers?
I know git shortlog --since="1/1/12" as a basic utility to see how many total commits each developer has. What ...
0
votes
0answers
60 views
What metrics exist to compare image feature vectors except least squares?
I have elongation, solidity and Hu Moments features that represent a set of 150 images.
I would like to know what are typical metrics to make comparison with these feature vectors without using least ...
1
vote
1answer
101 views
How to measure the time spent managing memory
This reddit thread has drawn my attention on custom memory allocators. User Rohmboid says, for instance:
People wouldn't be writing their own pool allocators it if there
wasn't a clear benefit.
...
1
vote
2answers
92 views
Is there a way to measure the total time the user has spent in my app?
I am making a game and would like to have a statistics page from my users. Is there a way for me to track their total amount of time that they have spent in my app?
1
vote
1answer
104 views
Filtering Graphite metrics by server
I've recently done a lot of research into graphite with statsD instrumentation. With help of our developer operations team we managed to get multiple servers reporting metrics to graphite, and combine ...
0
votes
0answers
192 views
Using Coda Hale Yammer Metrics library in Websphere Application Server 7
I am trying to add metrics library to existing webservice on WAS 7. I am getting below error
Error 404: javax.servlet.UnavailableException: SRVE0203E: Servlet [AdminServlet]: ...
0
votes
2answers
192 views
Getting the size of text without using the boundingBox function in Raphael javascript library
I am trying to create some buttons with text in javascript using the Rahpael library. I would like to know the size of the styled text, before drawing to avoid that so I can create proper background ...
1
vote
1answer
175 views
node.js 100% cpu utilization when running StatsD
I've wanted to test StatsD perfromance with some stress test which I've made.
Eventually I found out that when there are something like 80,000 packets per sec the Node.js is getting to 100% cpu ...
1
vote
2answers
590 views
yammer @Timed leaving values at zero
This is a follow-up to my struggle using yammer timing annotations as described here.
My spring context file has simply:
<metrics:annotation-driven />
I have the following class:
import ...
0
votes
0answers
30 views
What is a good web service to store and analyze custom time-series data? [closed]
I'm trying to find a simple way to store, view and analyze simple time-series data.
Basically, I have some metrics (such as KPIs or money income or different web site metrics) that I want to store, ...
1
vote
1answer
186 views
TestLink 1.9.5 and QueryMetrics
i have another problem in TestLink. I'm using 1.9.5 version of this app, and my problem is following: in this version I don't have a feature which was available earlier in TestReports section - ...
1
vote
1answer
263 views
Unable to see metrics captured with spring metrics annotations
How can I do the equivalent of:
@Override
public void init(final ServletConfig config) throws ServletException {
super.init(config);
CsvReporter.enable(new File("/tmp/measurements"), 1, ...
0
votes
1answer
58 views
Server comparisons - Comparing servers based on their specs
We are busy creating a server hierarchy manager (possibly not the greatest name). What this is intended to do is determine which of our servers is the best for doing work. We have identified the ...
0
votes
1answer
152 views
Database schema/design for storing metrics
For clarification, I don't want to store metrics on the database itself - rather, I want to build a database to store metrics from the various controls we measure at my organization for easy ...
1
vote
1answer
40 views
In PerformanceTiming, which part of the process model do AJAX request times contribute towards?
I'm using the PerformanceTiming interface to measure page load time.
Several of my pages have a long "Browser Time" (i.e. loadEventEnd - responseEnd), and I think this could be because of the Ajax ...
0
votes
1answer
266 views
A difference between statement and decision coverage
Statement coverage is said to make sure that every statement in the code is executed at least once.
Decision/branch coverage is said to test that each branch/ouput of a decisition is tested, i.e. all ...
-3
votes
2answers
43 views
which metric does really matter? [closed]
sometimes the phrase 'lines of code' can be heard, but this metric really depends on the software developer.
avoiding code redundances has to be seen as a mandatory activity if a project will be used ...
11
votes
2answers
269 views
How to calculate the speedup of a GPU program?
Motivation: I have been tasked with measuring the Karp-Flatt metric and parallel efficiency of my CUDA C code, which requires computation of speedup. In particular, I need to plot all these metrics as ...




