码迷,mamicode.com
首页 > 其他好文 > 详细

ping命令显示时间

时间:2019-07-26 19:02:43      阅读:307      评论:0      收藏:0      [点我收藏+]

标签:sys   ast   inf   图片   replica   alt   注释   $0   系统   

  • awk显示ping的时间
    ping 127.0.0.1 | awk ‘{ print $0"\t" strftime("%Y-%m-%d %H:%M:%S",systime()) }‘
  • 注释:
    \t //换行字符
    $0 //打印整行
    {print $0 "\t"} //逐行打印
    strftime()//时间函数。一般配合系统时间函数systime()使用
    strftime("%Y-%m-%d %H:%M:%S",systime()) //打印系统时间

    1. busybox

    [root@master1 ~]#docker service create --name busybox3 --replicas=3 busybox ping baidu.com
    [root@master1 ~]# docker service logs busybox3 -f -t
    技术图片

    ping命令显示时间

    标签:sys   ast   inf   图片   replica   alt   注释   $0   系统   

    原文地址:https://blog.51cto.com/13354560/2423863

    (0)
    (0)
       
    举报
    评论 一句话评论(0
    登录后才能评论!
    © 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
    迷上了代码!