Open Minds, Open Hearts, Open Doors... Open Source
time=10begin=`mysql -e "show status" | awk '{if ($1 == "Questions") print $2}'`sleep $timeend=`mysql -e "show status" | awk '{if ($1 == "Questions") print $2}'`diff=`expr $end - $begin`avg=`expr $diff / $time`echo "$avg"
Post a Comment
Kubernetes, often abbreviated as K8s , is an open-source platform designed to automate the deployment, scaling, and management of container...
No comments:
Post a Comment