mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 12:17:02 +02:00
@ -124,7 +124,7 @@ void print_json_results(struct stats *stats){
|
||||
printf("\t\"ssize\": %llu,\n", stats->ssize);
|
||||
printf("\t\"sphx\": %llu,\n", stats->sphx);
|
||||
printf("\t\"ram_bytes\": %llu,\n", stats->ram_bytes);
|
||||
printf("\t\"disk_bytes\": %llu\n", stats->disk_bytes);
|
||||
printf("\t\"disk_bytes\": %llu,\n", stats->disk_bytes);
|
||||
printf("\t\"error_emails\": %llu\n", stats->error_emails);
|
||||
printf("}\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user