000000580000001c00000000000 [ followed by a bunch more null bytes, 88 bytes total payload ]
I'm off to open a ticket on this, but if anyone has any suggestions I'd love to hear it.
Hi Dan,I've got the following which tells me how much my running SyncIQ jobs have worked through:isi sync jobs list | grep running | awk {' print $1 '} | while read -r line; do Z1=$(isi sync jobs list | grep ${line}); Z2=$( isi sync jobs reports view --policy=${line} | grep "Total Network Bytes:" | awk '{ print $4 }' | awk '{ split( "B KiB MiB GiB TiB PiB" , v ); s=1; while( $1>1024 ){ $1/=1024; s++ } print int($1) v[s] }'); echo -e "${Z1} \t${Z2}"; doneI hope that helps someone!
--
You received this message because you are subscribed to the Google Groups "Isilon Technical User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isilon-user-gr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I’ve written various tools that use the API and produce much more (to our minds) useful information than the Isilon GUI, like:

Cheers,
John
--
|
John Beranek Operations Infrastructure Architect The Press Association, Bridgegate, Howden, DN14 7AE |
Registered Address: PA Group Limited, 292 Vauxhall Bridge Road, London, SW1V 1AE. Registered in England No.4197
--
You received this message because you are subscribed to the Google Groups "Isilon Technical User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
isilon-user-gr...@googlegroups.com.
For more options, visit
https://groups.google.com/d/optout.
I’ve written various tools that use the API and produce much more (to our minds) useful information than the Isilon GUI