[CentOS] time --verbose not working

Mon Feb 11 23:49:28 UTC 2019
Robert Moskowitz <rgm at htt-consult.com>


On 2/11/19 4:17 PM, Christian, Mark wrote:
> On Mon, 2019-02-11 at 16:06 -0500, Robert Moskowitz wrote:
>> I can't seem to get the verbose mode of time working.  I am trying to
> Provide the full path for time, you are using the bash built-in time.
> Try: /usr/bin/time --verbose cmd

Worked after yum install time...  :)

>
>> compare the compute cost of sha256-crypt to sha512-crypt:
>>
>> time doveadm pw -s sha256-crypt -p secret
>>
>> real    0m0.128s
>> user    0m0.081s
>> sys     0m0.040s
>>
>> time doveadm pw -s sha512-crypt -p secret
>>
>> real    0m0.162s
>> user    0m0.105s
>> sys     0m0.047s
>>
>> But all attempts to add --verbose fail:
>>
>> time --verbose doveadm pw -s sha512-crypt -p secret
>> -bash: --verbose: command not found
>>
>> Googling gives different recommendations, none work for me.
>>
>>
>> _______________________________________________
>> CentOS mailing list
>> CentOS at centos.org
>> https://lists.centos.org/mailman/listinfo/centos
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> https://lists.centos.org/mailman/listinfo/centos
>