Questions tagged [stats]

22 questions
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
0
votes
1 answer

how to find out block and network used by docker container

I have confusion to understand docker container stats for NET I/O and BLOCK I/O. As per official documentation. NET I/O => The amount of data the container has sent and received over its network interface BLOCK I/O => The amount of data the…
Sunil Bhoi
  • 189
  • 1
  • 2
  • 9
0
votes
1 answer

Get server stats by user

I run a server with centos, ispconfig, about 100 websites on it. It occasionally gets high load, but I have no real way to pinpoint whats causing this. I really want to see stats of hits/cpu usage per user/website (each site has its own user). This…
anarki
  • 1
  • 2
0
votes
2 answers

Squid: cache hits and requests

I've been monitoring Squid using MRTG, and for some reason, I get, from time to time, significantly more http cache hits then requests. Can this be explained? Do cache hits not count as a simple http request? I would guess requests should be the…
Tuinslak
  • 1,465
  • 8
  • 32
  • 56
0
votes
1 answer

Understanding HAProxy statistics web

I would like to understand the parameters shown in the HAProxy stats web interface. What's maxsock parameter about? And current conns in general process information´? Why it isn't the same as current sessions in backend? I have Google Analytics too,…
Nuria
  • 13
  • 2
0
votes
3 answers

Web statistics software with custom event markers?

Is there a web statistics service or software that allows inserting custom events into the graphs for quick reference? I would like to be able to insert an event like "on March 3rd, we changed the color of the background" and see directly in the…
Tomas Andrle
  • 209
  • 2
  • 8
0
votes
2 answers

haproxy: close or change port 80 of stats page

The http-port has to be available for another usage. Port 80 of the stats-page has to be closed or moved to another port. Removing mode http in the default section disables the page. echo >/dev/tcp/hostname/80 returns '0' -> port 80 is already…
Peedy
  • 3
  • 2
1
2