"memory kilobytes total" is not in kB-s

Issue #136 resolved
SzV created an issue

I suggest that memory kilobytes total should be always in kB-s.

Comments (11)

  1. SzV reporter
    Process 'php5-fpm-unix'
      status                            Running
      monitoring status                 Monitored
      pid                               9693
      parent pid                        1
      uid                               0
      effective uid                     0
      gid                               0
      uptime                            1d 11h 30m
      children                          41
      memory kilobytes                  7.9 MB
      memory kilobytes total            1.1 GB
      memory percent                    0.3%
      memory percent total              57.0%
      cpu percent                       0.0%
      cpu percent total                 1.3%
      unix socket response time         0.000s to /var/run/php5-fpm-olm.sock [DEFAULT]
      data collected                    Fri, 19 Dec 2014 11:11:47
    
  2. Tildeslash repo owner

    The commit is part of bigger pull request, which will be merged with master repository.

    The 'kilobytes' word is dropped, as the Str_bytesToSize() converts the value to human-friendlier format.

  3. Log in to comment