Re: [Tools-discuss] Stats of citations inside RFC series
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tools-discuss] Stats of citations inside RFC series
On 3/12/08, Pekka Savola <pekkas at netcore.fi> wrote:
> It just occurred to me that it might be interesting to see which of
> our RFCs are most cited within the RFC series (RFC2119 no doubt being
> the highest).
The database behind http://www.fenron.com/~fenner/ietf/deps/ can do
some of this:
mysql> select dep,count(*) as refs from dep where doc like 'rfc%' and
dep like 'rfc%' group by dep order by refs desc limit 20;
+---------+------+
| dep | refs |
+---------+------+
| rfc2119 | 1812 |
| rfc822 | 442 |
| rfc791 | 339 |
| rfc2434 | 326 |
| rfc1157 | 254 |
| rfc793 | 233 |
| rfc2578 | 229 |
| rfc2579 | 225 |
| rfc2026 | 223 |
| rfc1035 | 222 |
| rfc1034 | 221 |
| rfc2580 | 210 |
| rfc3261 | 203 |
| rfc1213 | 196 |
| rfc2401 | 194 |
| rfc2045 | 182 |
| rfc1155 | 182 |
| rfc2234 | 169 |
| rfc768 | 167 |
| rfc1700 | 166 |
+---------+------+
> Has anyone worked on something like this?
The more fine-grained data would be pretty easily available to
correlate, I think.
Bill
_______________________________________________
Tools-discuss mailing list
Tools-discuss at ietf.org
https://www.ietf.org/mailman/listinfo/tools-discuss
Note: Messages sent to this list are the opinions of the senders and do not imply endorsement by the IETF.