书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 2342 个相关结果.
  • InfluxDB Line Protocol

    InfluxDB Line Protocol Create Service Write Data Visualize Data InfluxDB Line Protocol Host metrics refer to the metrics collected from the operating system of the host where...
  • 脱掉外套

    1031 2020-12-15 《AWK 简明教程》
    脱掉外套 过滤记录 内建变量 指定分隔符 脱掉外套 过滤记录 我们再来看看如何过滤记录(下面过滤条件为:第三列的值为0 && 第6列的值为LISTEN) $ awk '$3==0 && $6=="LISTEN" ' netstat . txt tcp 0 0 0.0 . 0.0 : 3306 ...
  • Hack 86. How to Debug a shell script

    Hack 86. How to Debug a shell script Shell script with no debug command: Output of Shell script with no debug command: Shell script with Debug command inside: Output of Shell sc...
  • InfluxDB Line Protocol

    InfluxDB Line Protocol Create Service Write data Visualize Data InfluxDB Line Protocol Host metrics refer to the metrics collected from the operating system of the host where...
  • InfluxDB Line Protocol

    InfluxDB Line Protocol Create Service Write Data Visualize Data InfluxDB Line Protocol Host metrics refer to the metrics collected from the operating system of the host where...
  • 二、变量

    二、变量 二、变量 除了$ + 数字 表示某个字段,awk 还提供其他一些变量。 变量NF 表示当前行有多少个字段,因此$NF 就代表最后一个字段。 $ echo 'this is a test' | awk '{print $NF}' test $(NF-1) 代表倒数第二个字段。 $ awk - F ...
  • 正则表达式

    1680 2018-02-25 《Linux 入门教程》
    正则表达式 正则表达式 这部分内容可以说是学习 shell 脚本之前必学的内容 。 如果你这部分内容学的越好,那么你的 shell 脚本编写能力就会越强 。 所以不要嫌这部分内容啰嗦,也不要怕麻烦,要用心学习 。 一定要多加练习,练习多了就能熟练掌握了 。 在计算机科学中,正则表达式是这样解释的:它是指一个用来描述或者匹配一系列符合某个句法规则的字...
  • MySQL

    MySQL Create Service Write Data Prerequisites Example Application Visualize Data MySQL Host metrics refer to the metrics collected from the operating system of the host whe...
  • MySQL

    MySQL Create Service Write Data Prerequisites Example Application Visualize Data MySQL Host metrics refer to the metrics collected from the operating system of the host whe...
  • InfluxDB Line Protocol

    InfluxDB Line Protocol 创建服务 写入数据 数据可视化 InfluxDB Line Protocol Host metrics 是指从运行应用程序的主机的操作系统收集的指标,这些指标包括 CPU、内存、磁盘和网络使用情况。 了解主机指标至关重要,因为它可以帮助你识别可能影响应用程序整体性能的潜在问题或瓶颈。 在本教程中,我们...