Questions tagged [metrics]

metrics are a way to measure things.

Metrics are a way to measure things.

For instance, in networks, it is used to identify the cost of an operation. If you have a packet that needs to go from router A to router B, it can get there by either going through router D or router C. Router A will calculate the cost, this is based on metrics. A router can calculate a metric by looking at what routing protocol is used by another router and its bandwidth. It will try to always use the router with the lowest metric.

112 questions
0
votes
1 answer

How to Scale graphite?

I am having a lot of trouble understanding how to scale Graphite. I have a production instance of graphite (carbon-cache + whisper + graphite-web + grafana). I am running out of disk space and I think I need to add in a 2nd node. I can't seem to…
Lookcrabs
  • 21
  • 6
0
votes
1 answer

How to remotely pull Linux metrics into local Carbon/Graphite server?

I'd like to collect system metrics (IO, CPU, NET, RAM) from a remote RedHat server which has static IP / DNS into a Carbon / Graphite server on a VM which is running on my laptop. My laptop host OS is Windows with a dynamic IP often connected via…
whoami
  • 3
  • 1
0
votes
1 answer

Azure VM Metric

I am looking for a way to view CPU usage for multiple VMs on the same graph in Azure (new portal)? So far I was only able to produce a graph showing metrics for 1 VM. I would like to achieve this for multiple VMs. Any help is greatly…
0
votes
1 answer

Can the metrics collected by collectd be given new prefixes?

I am using collectd write_http plugin to send metrics to Librato. The only thing I would like to change is the way the metrics appear in Librato. The metrics (not the sources which can be named in the collectd.conf file) all have the following…
eignhpants
  • 129
  • 2
  • 7
0
votes
1 answer

Opscenter 5.2 missing data for 1day and 1week graph scale

I recently update Opscenter from 5.1 to 5.2, and yesterday just discovered that if I select different 1day or 1week graph scales no data will be shown in the graph. I checked the logs and the chrome console and no issue there, the requests just got…
Luigi
  • 1
  • 1
0
votes
1 answer

docker won't show stats, says 'command not found'

I am very confused about how the docker stats command is supposed to run, mostly because for me, it won't. According to their docs I should be able to execute dockers stats and get information but I am only getting Error: Command not found:…
eignhpants
  • 129
  • 2
  • 7
0
votes
1 answer

Monitoring Java garbage collector and memory status

I'm running some Rails applications on Jboss with JRuby. Sometimes the Java garbage collector can't free memory and the jvm consume all the available memory. I'm trying to create a custom metric with jstat, but can't figure out some valuable stats…
Felipe Rojas
  • 649
  • 5
  • 7
0
votes
1 answer

What do "key buffer size" and "total MyISAM indexes" unit sizes mean?

I ran MySQLTuner on my database to check if things are working correctly and optimally, but I was confused as to the units used for these two values. Here is what the output looks like for performance metrics -------- Performance Metrics…
Joe Lloyd
  • 103
  • 1
  • 5
0
votes
2 answers

How to judge our scale as a metric for what kind of hosting service I need?

We have a worldwide nonprofit organization which receives a modest amount of traffic (or at least I figure it's modest but I have little to compare against -- enter SF) How do I determine what scale of service I need from a hosting/VM provider?…
cgp
  • 1,032
  • 3
  • 12
  • 15
0
votes
1 answer

Redis: INFO doesn't report network/bandwidth metrics?

Is there a way to get network/bandwidth metrics from a given Redis process? Something I missed in the output of the INFO command? Some patch or compile time configuration option? Or would I need to add some iptables packet counting commands and…
Jim Dennis
  • 807
  • 1
  • 10
  • 22
0
votes
1 answer

Monitoring performance metrics from Xen (xend) with Java

I need to write a Java application that is collecting and monitoring (remotely and local) performance informations and metrics from a Xen hypervisor. This Java application should fetch the same informations from xen that „xm info“ and „xm top“…
Fango
  • 149
  • 1
  • 3
0
votes
1 answer

ASP Classic Website Usage Metrics

We have a ASP Classic Web site Running on IIS 6. What is the cleanest way to record the number concurrent users? We need this data over a period of time, and a way to sum it across servers would be great. What do you suggest?
C. Ross
  • 3,075
  • 9
  • 35
  • 36
0
votes
1 answer

How to distribute multiple executions of an app across many machines

I've got a simulation app (64-bit windows) that runs without any user interaction. This app gathers information and pushes it to a remote MS SQL Server. What I'd like to do is execute this simulation as many times as I can on multiple machines…
Salec
  • 101
  • 1
0
votes
1 answer

Sun Directory Server 5.2 performance

I'm using logconv.pl (provided by Sun), to measure performance on my server. These two metrics results, are worrying me a bit: Binds: 192164 Unbinds: 111569 In fact the difference between the two it's…
tmow
  • 1,227
  • 9
  • 20
0
votes
1 answer

Reporting Services 2008 SSRS usage metric reporting

We use web trends to track the usage of our web sites, but web trends is currently not capable of reading the logs produced by SSRS 2008. Has anyone figured out a way to modify the file so that web trends could read the log file data? Is there…
user32222
  • 319
  • 1
  • 4
  • 12