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

Configuration Rmetric with Rcov in hudson error

When I attempt to save a job that runs code coverage tests and is configured to publish an rcov report I get the error message listed below and the changes I made aren't saved. This problem cropped up with Hudson version 1.362 and exists in 1.363.…
user46652
0
votes
2 answers

server performance metrics report and practicality

I have a need of preparing web server (apache-php) performance report containing important metrics like CPU usage, disk io, memory usage on user basis. Couple of domains are hosted in the same server and they run from separate users using fcgi. The…
Anjesh
  • 9
  • 1
0
votes
2 answers

Server 2008, 2 NICs, 2 fixed IPs - big delays using internet

I have an all in one Windows 2008 server, configured with AD/DHCP/DNS/RRAS - all set up with wizards and no specific tweaking. The server has 2 network adapters : one of which ("MyWAN") is plugged into our office's internet connection, the other…
RobD
  • 11
  • 4
0
votes
1 answer

Exchange 2007: Is there a way to get average number of attachements per day by file type?

I'm curious about the file formats of attachments moving through an Exchange 2007 mail environment. For instance the number of .doc vs. .docx files on average. Exchange Profile Analyzer seems more geared to message size than anything else. Is…
Bob
  • 2,569
  • 3
  • 26
  • 22
0
votes
0 answers

Zabbix: The history of the metric is not displayed on all timeframes

There is a metric (in this case, the temperature of the router). On timeframes from minutes to the last two days, everything is displayed correctly, all data is in place. When I try to view the metric for the last 3 days, week, month and up to 3…
RoyalGoose
  • 103
  • 5
0
votes
1 answer

how to give permissions to postgres_exporter user with ansible?

I need to give some rights to my user postgres_exporter to scrape metrics from postgres to grafana I can do that on each server by sudo -iu postgres psql -c 'GRANT pg_read_all_settings TO postgres_exporter;' sudo -iu postgres psql -c 'GRANT EXECUTE…
a1dude
  • 11
  • 3
0
votes
0 answers

Agent prometheus does not send metrics

I am trying to configure a Prometheus agent with the 'remote_write' function. The Prometheus agent configuration file has these parameters. global: scrape_interval: 30s external_labels: environment: roble remote_write: - url:…
Félix
  • 1
0
votes
0 answers

Prometheus Metrics - Multiple boxes in one file

My existing custom exporter for Prometheus generates: this_metric_one 10.3 this_metric_two 11.4 Currently this is running on two boxes, Box_A and Box_B. INSTEAD, I want to have Box_C query both (Box_A and Box_B) (for Reasons) and return metrics to…
0
votes
0 answers

What is the unit of the total network bytes reported by Sysdig?

Sysdig has a metric called sysdig_host_net_total_bytes, and according to a document https://docs.sysdig.com/en/docs/sysdig-monitor/metrics-dictionary/host/ it represents "Total network bytes, inbound and outbound." It reports a number at each data…
Rei
  • 1
  • 1
0
votes
0 answers

How to get Kafka consumer metrics with JMX exporter for Prometheus?

Kafka version: 3.1 I didn't find a way to get Kafka consumer metrics as described in Kafka documentation from my Kafka servers. Even if I leave the "rules" section empty in the config of the JMX exporter there are no "kafka_consumer_*" metrics…
0
votes
1 answer

Drop-down menu for "Field name" does not show log_struct() logged jsonPayload in GCP LBM menu "Create logs metric" though logs in the Logs Explorer

I need LBMs on Google Cloud Platform of metric type "Distribution" to make time series charts with values like counts or duration for many labels in one go. Example: for 10 different steps in the data workflow counts and duration of the day are…
questionto42
  • 353
  • 5
  • 23
0
votes
0 answers

enough memory for downscale ubuntu server?

Management decided to downscale prod server. Current size: Standard B16ms (16 vcpus, 64 GiB memory) Desired size: Standard B8ms (8 vcpus, 32 GiB memory) CPU is mostly idle (output is from sar -u) 10:20:01 CPU %user %nice …
catalin
  • 115
  • 2
  • 9
0
votes
1 answer

Figures on data usage through various Internet protocols?

Given this list of protocols used by the internet does anyone know any way of getting information on the amount of data (or any other usage metrics) for various ones?
Steerpike
  • 103
  • 2
0
votes
0 answers

microk8s: pod resource usage metrics not available from all nodes

I am running microk8s v1.22/stable on a Linux cluster with 11 nodes. I have enabled the metrics-server plugin and installed Prometheus via the Helm chart with nodeExporter and kubeStateMetrics enabled. I get all sort of other metrics, but I have…
mhusaini
  • 101
  • 1
0
votes
1 answer

Large custom GCP metric

What's the best way of creating large custom metrics in GCP? We are running some compute instances, and want to track some custom values, e.g. the quality of an algorithm, and visualize the data into dashboards. Our current solution is to write log…
Jakube
  • 103
  • 2