메소드 | 설명 | |
---|---|---|
prettyBaud ( $baud ) | * Figure out of the baud rate should be shown as MB/s, Kb/s or b/s. | |
prettyLoadAverage ( $load_average ) | * Take in the load_average as returned by the uptime command and return it as a percentage with the appropriate formatting. | |
prettyMemory ( $total ) | * Take a number of bytes and return it either in terms of Gigs or Megs. | |
secondsToTime ( $seconds ) | * Convert a number of seconds into the Days-Hours-Minutes format. |
public static prettyBaud ( $baud ) |
public static prettyLoadAverage ( $load_average ) |
public static prettyMemory ( $total ) |
public static secondsToTime ( $seconds ) |