Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter taimourhadi

    (@taimourhadi)

    I guess you didn’t get the request correctly.
    I wanted to ask that on wp-admin, I see minute wise graph showing a particular time value in ms.
    But from command line, I am getting multiple values with in a time. How to estimate the time (in ms) from these multiple values.

    Thread Starter taimourhadi

    (@taimourhadi)

    I just wanted to know the interpretation of graph to cli status.
    In graph we have like minute points showing value in ms where as in the cli, i am getting multiple values in the span of 30 minutes.
    What is the best interpretation for conversion?

    Thread Starter taimourhadi

    (@taimourhadi)

    I was able to unseriallize the data online.

    __PHP_Incomplete_Class Object
    (
        [__PHP_Incomplete_Class_Name] => Rhubarb\RedisCache\Metrics
        [id] => 7518102
        [hits] => 5131
        [misses] => 106
        [ratio] => 98
        [bytes] => 1531931
        [time] => 0.04296
        [calls] => 366
        [timestamp] => 1619684725
    )

    But as you can see from this command
    wp redis metrics –allow-root | head -n 5
    array(161) {
    It returns array of different length on each execution.
    What is the best way to interpret this as we want to monitor query execution time.

Viewing 3 replies - 1 through 3 (of 3 total)