debian man page for function::bytes_to_string

Query: function::bytes_to_string

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

function::bytes_to_string

FUNCTION:(3stap)						   Memory Tapset						  FUNCTION:(3stap)

NAME
function::bytes_to_string - Human readable string for given bytes
SYNOPSIS
bytes_to_string:string(bytes:long)
ARGUMENTS
bytes Number of bytes to translate.
DESCRIPTION
Returns a string representing the number of bytes (up to 1024 bytes), the number of kilobytes (when less than 1024K) postfixed by 'K', the number of megabytes (when less than 1024M) postfixed by 'M' or the number of gigabytes postfixed by 'G'. If representing K, M or G, and the number is amount is less than 100, it includes a '.' plus the remainer. The returned string will be 5 characters wide (padding with whitespace at the front) unless negative or representing more than 9999G bytes. SystemTap Tapset Reference May 2013 FUNCTION:(3stap)
Related Man Pages
function::ansi_set_color2(3) - debian
function::ansi_set_color3(3) - debian
function::ctime(3stap) - centos
function::ansi_set_color2(3stap) - centos
tapset::conversions(3stap) - centos
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com