Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I searched google but could not find any document for get_HZ() function. This function is used in "iostat" source code.

share|improve this question
1  
SO is not the man page for iostat – Shivan Raptor Jan 3 at 7:33
You could use grep or ack-grep to find out if get_HZ is defined in the iostat codebase. – vstm Jan 3 at 7:40
1  
@vstm it is in iostat in code base which i have already mentioned in my question. I want to know the usage of this function – Vivek Jan 3 at 11:37

closed as not a real question by Shivan Raptor, vstm, H2CO3, Björn Kaiser, SztupY Jan 3 at 12:08

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

iostat retrieves the number of clock ticks per second using that method.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.