-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move to 1us resolution for latency measurements #136
Move to 1us resolution for latency measurements #136
Conversation
Hm. Hold up on this for a bit. My |
Looks like
Bummer. |
27be66d
to
afdddeb
Compare
afdddeb
to
203aa0b
Compare
203aa0b
to
9add781
Compare
@tycho Any time to check into the build errors so your PR can be merged? |
9add781
to
ec43d24
Compare
Well, I assume you're referring to the Travis CI errors. I've fixed those now:
|
ec43d24
to
2abe691
Compare
The netdata output mode now appears to work properly. Helps if I tell it to use the right divisor. |
2abe691
to
def4635
Compare
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
ee76e49
to
635a440
Compare
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
If CLOCKID != CLOCK_REALTIME, it probably will not have anything to do with the UNIX epoch, so it could be smaller than 10 digits. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
635a440
to
ad451e7
Compare
Hi Steven, If you agree, I think we could move ahead with merging the code and target a fping 5.0 some times in the future. I will also create a branch for further 4.x releases. What do you think? Is the patch ready for merging? |
Yeah, I think it's ready to go. |
A few fixes:
-z
debug flag was implemented but not accepted by getopt_long. I added it.-z
debug flag only accepted a decimal argument, and since the argument is a bitfield, I made it possible to take a hex argument, i.e.0xffff
enables all debug bits.And the most important part: