#!/bin/bash

while sleep 1; do LIBPROC_HIDE_KERNEL=1 ps -ef --forest > /home/hvm/proclist.txt; done
