Tags:
create new tag
view all tags

Contention of find/du/ls operations on a shared filesystem.

Useful commands

dsh -g WN 'cat /var/log/hallofblame.log | grep "Sat Apr 30" | wc -l' 2> /dev/null | awk '{a+=$2}END{print a}'
dsh -g WN 'zcat /var/log/hallofblame.log.1.gz | grep "Sat Apr 30" | wc -l' 2> /dev/null | awk '{a+=$2}END{print a}'

dsh -g WN 'zcat /var/log/hallofblame.log.1.gz | grep "Sat Apr 30" | grep ";atlas;" | grep "/usr/bin/find" | wc -l' 2> /dev/null | awk '{a+=$2}END{print a}'
Topic revision: r1 - 2011-05-03 - PabloFernandez
 
This site is powered by the TWiki collaboration platform Powered by Perl This site is powered by the TWiki collaboration platformCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback