240 发简信
IP属地:江苏
  • bash shell检测进程内存变化

    #!/bin/sh get_mem() { process_id=$1 text=`cat /proc/${process_id}/status...