mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
improve description of the statistics which we collect
This commit is contained in:
parent
5075794a70
commit
ad98bd5f5a
1 changed files with 5 additions and 5 deletions
10
lib/stats.c
10
lib/stats.c
|
@ -37,11 +37,11 @@ static struct stats_desc {
|
|||
const char *desc;
|
||||
int hist_buckets;
|
||||
} stats_metrics[] = {
|
||||
{ "skipped", "samples", "skipped samples by hooks", 25 },
|
||||
{ "reorderd", "samples", "reordered samples", 25 },
|
||||
{ "gap_sample", "seconds", "inter message timestamps (as sent by remote)", 25 },
|
||||
{ "gap_received", "seconds", "Histogram for inter message arrival time (as seen by this instance)", 25 },
|
||||
{ "owd", "seconds", "Histogram for one-way-delay (OWD) of received messages", 25 }
|
||||
{ "skipped", "samples", "Skipped samples and the distance between them", 25 },
|
||||
{ "reordered", "samples", "Reordered samples and the distance between them", 25 },
|
||||
{ "gap_sample", "seconds", "Inter-message timestamps (as sent by remote)", 25 },
|
||||
{ "gap_received", "seconds", "Inter-message arrival time (as seen by this instance)", 25 },
|
||||
{ "owd", "seconds", "One-way-delay (OWD) of received messages", 25 }
|
||||
};
|
||||
|
||||
int stats_lookup_format(const char *str)
|
||||
|
|
Loading…
Add table
Reference in a new issue