#!/bin/bash

cd /root/pforward

pid=`ps -ef | grep pforward.real | grep -v grep | awk '{print $2}'`

top -p $pid
