Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return bytes, instead of 512 blocks (elastic/topbeat#11)
The size of the block depends on the operating system. For example, in GNU, 1K block means 1024 bytes. Under OSX, there are 512 blocks. So, returning bytes seems to be the best solution.
- Loading branch information