1. cat api.log | grep ${requestId} 根据某字段查询日志中的数据
    2. netstat -nltp 查看端口占用
    3. find / -name nginx.conf 查找文件
    4. du -h --max-depth=1 |grep G|sort -n查询磁盘空间