mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
stats: update descriptions
This commit is contained in:
parent
f1d4bed4db
commit
6042ee92af
1 changed files with 6 additions and 6 deletions
12
lib/stats.c
12
lib/stats.c
|
@ -38,12 +38,12 @@ static struct stats_desc {
|
|||
const char *desc;
|
||||
int hist_buckets;
|
||||
} stats_metrics[] = {
|
||||
{ "skipped", "samples", "Skipped samples and the distance between them", 25 },
|
||||
{ "time", "seconds", "The processing time per sample within VILLAsnode", 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 }
|
||||
{ "skipped", "samples", "Skipped samples and the distance between them", 25 },
|
||||
{ "proc_time", "seconds", "The processing time per sample within VILLAsnode", 25 },
|
||||
{ "reordered", "samples", "Reordered samples and the distance between them", 25 },
|
||||
{ "gap_sent", "seconds", "Inter-message timestamps (as sent by remote)", 25 },
|
||||
{ "gap_received", "seconds", "Inter-message arrival time (as received 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