cf-natali edited a comment on pull request #391: URL: https://github.com/apache/mesos/pull/391#issuecomment-853254919
> When I run `LC_NUMERIC=fr_FR.UTF-8 perf stat --field-separator "/" -- true` in my machine, I see something like: > `0//cpu-migrations/779898/100.00/0.000/K/sec` which is different from yours, it seems still using `.` as decimal separator (i.e. `100.00` and `0.000`). Might be because `LC_ALL` is set on your machine - try running: ``` # LC_ALL=fr_FR.UTF-8 perf stat --field-separator "/" -- true ``` instead? It's also possible you don't have the `fr_FR.UTF-8` locale generated, in which case it wouldn't work. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
