<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection">
<div dir="auto"><span style="font-family:Arial;font-size: 16px">All,</span><span style="font-size: 16px"><br /></span><span style="font-size: 16px"><br /></span><span style="font-family:Arial;font-size: medium">I’ve written a shell script that reads the contents of debug files (either plain .dat or compressed using Kin’s utility) and displays the number of spots received from each node partner, which it works out by looking at ‘route: [callsign]’ at the end of each spot line.  It deliberately doesn’t include the current day as that would skew the average figures.</span><span style="font-size: medium"><br /></span><span style="font-size: medium"><br /></span><span style="font-family:Arial;font-size: medium">I keep 31 days of compressed debug files.</span><span style="font-size: medium"><br /></span><span style="font-size: medium"><br /></span><span style="font-family:Arial;font-size: 16px">It’s just something I was interested to know.</span><span style="font-size: 16px"><br /></span><span style="font-size: 16px"><br /></span><span style="font-family:Arial;font-size: 16px">I don’t think this will tabulate very well so I’ve attached the output as a text file as well as the script itself.</span><span style="font-size: 16px"><br /></span><span style="font-size: 16px"><br /></span><span style="font-family:Arial;font-size: 16px">Save the script somewhere in your path, such as /usr/local/bin, use chmod +x total_count.sh to make it executable and then you can either run it from within your debug directory or run it from anywhere, specifying the debug directory path as a working directory.</span><span style="font-size: 16px"><br /></span><span style="font-size: 16px"><br /></span><span style="font-family:Arial;font-size: 16px">Note, this is not spots which originate at each node partner, it’s spots which were passed to my node from each partner.  The results don’t necessarily indicate that any node partner is better or worse than any other.</span><span style="font-size: 16px"><br /></span><span style="font-size: 16px"><br /></span><span style="font-family:Arial;font-size: 16px">73 Keith.</span><span style="font-size: 16px"><br /></span><span style="font-size: 16px"><br /></span><span style="font-family:Menlo">Route Spots Daily Average Percentage</span><br />
<span style="font-family:Menlo">------ ----- ------------- ----------</span><br />
<span style="font-family:Menlo">DH1TW-2 106093 3315 34.91%</span><br />
<span style="font-family:Menlo">GB7VAX 47342 1479 15.58%</span><br />
<span style="font-family:Menlo">G1FEF-2 44648 1395 14.69%</span><br />
<span style="font-family:Menlo">OZ5BBS-7 27732 867 9.13%</span><br />
<span style="font-family:Menlo">PI4CC 19241 601 6.33%</span><br />
<span style="font-family:Menlo">WA9PIE-2 12051 377 3.97%</span><br />
<span style="font-family:Menlo">IW1FRU-74 10996 344 3.62%</span><br />
<span style="font-family:Menlo">WB3FFV-2 9690 303 3.19%</span><br />
<span style="font-family:Menlo">N6WS-6 6837 214 2.25%</span><br />
<span style="font-family:Menlo">R5ACQ-1 4688 146 1.54%</span><br />
<span style="font-family:Menlo">JA4PXC-11 3969 124 1.31%</span><br />
<span style="font-family:Menlo">W1DX 3626 113 1.19%</span><br />
<span style="font-family:Menlo">VK5GR-2 1753 55 0.58%</span><br />
<span style="font-family:Menlo">G0TRT-9 1491 47 0.49%</span><br />
<span style="font-family:Menlo">IZ2LSC-99 1469 46 0.48%</span><br />
<span style="font-family:Menlo">MX0NCA-2 1188 37 0.39%</span><br />
<span style="font-family:Menlo">IW2NOY-2 914 29 0.30%</span><br />
<span style="font-family:Menlo">DB0FFS 146 5 0.05%</span><br />
<span style="font-family:Menlo">N2KI 2 0 0.00%</span><br />
<span style="font-family:Menlo">-------- -------- ------------- ----------</span><br />
<span style="font-family:Menlo">TOTAL 303876 9496 </span><br />
<br />
<span style="font-family:Menlo">Number of days: 32</span><br />
<br /></div>
</div>
</body>
</html>