[Swift-devel] Is there a site count limit?
Ben Clifford
benc at hawaga.org.uk
Wed Apr 15 04:21:57 CDT 2009
On Fri, 10 Apr 2009, Michael Wilde wrote:
> int$ grep JOB_START *45.log | awk '{print $19}' | sort | uniq -c | awk '{ sum
> += $1} END {print sum}'
The log processing tools generate an HTML table with jobs per site
(including information how many succeeded and failed per site).
For swift <=r2857 you could say
swift-plot-log foo.log jobs-sites.table
r2858 and onwards, its now called jobs-sites.html to make it easier to
open in a web browser.
--
More information about the Swift-devel
mailing list