Man Page: function::bytes_to_string
Operating Environment: centos
Section: 3stap
FUNCTION::BYTES_TO_S(3stap) Memory Tapset FUNCTION::BYTES_TO_S(3stap)NAMEfunction::bytes_to_string - Human readable string for given bytesSYNOPSISbytes_to_string:string(bytes:long)ARGUMENTSbytes Number of bytes to translate.DESCRIPTIONReturns 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 June 2014 FUNCTION::BYTES_TO_S(3stap)
| Related Man Pages |
|---|
| function::ansi_set_color3(3) - debian |
| function::ctime(3stap) - centos |
| tapset::proc_mem(3stap) - centos |
| tapset::timestamp(3stap) - centos |
| probe::ioblock_trace.request(3stap) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Best performance UNIX just for HOST Virtualization? |
| DB2 convert digits to binary format |
| Docker learning Phase-I |
| Shopt -s histappend |