X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=root-context%2Fexec%2Fvtop;fp=root-context%2Fexec%2Fvtop;h=00e44c0104ba4908f0fc463770c4e8426c8e2db1;hb=10503d985ac1acdac4ed653e608ccc492baa446a;hp=0000000000000000000000000000000000000000;hpb=46f46b3486d68231a875c7c21e5dd64282b3813a;p=vsys-scripts.git diff --git a/root-context/exec/vtop b/root-context/exec/vtop new file mode 100755 index 0000000..00e44c0 --- /dev/null +++ b/root-context/exec/vtop @@ -0,0 +1,12 @@ +#!/usr/bin/perl +use strict; + +############################################### +# vtop for slicestat by KyoungSoo Park +############################################### + +open THIS_PIPE, "/usr/sbin/vtop bn1 |"; +while() { + print; +} +close THIS_PIPE;