📄 inet.1
字号:
.\" Copyright (c) 1999, 2000, 2002 Regents of the University of Michigan, Ann Arbor..\" All rights reserved. .\".\" @(#)inet.1.\".\" Jared Winick, Cheng Jin, Qian Chen, Sugih Jamin.\" Department of Computer Science.\" University of Michigan, Ann Arbor.\" Send questions to jwinick@eecs.umich.edu.TH inet 1 "4 June 2002".UC 6.SH NAMEinet \- an AS-level Internet topology generator..SH SYNOPSIS\fBinet \-n \fIN\fP [\fB\-d \fIk\fP] [\fB\-p \fIn\fP] [\fB\-s \fIsd\fP] [\fB\-f \fIof\fP].SH DESCRIPTIONThe ``Inet'' generator generates an AS-level representation of the Internetwith qualitatively similar connectivity. It is important to note that Inetonly provides the connectivity information; the generated topologies do nothave any information pertaining to latency, bandwidth etc. It generates random networks with characteristics similar to those of theInternet from November 1997 to Feb 2002, and beyond. The generatorshould be used to generate network of no less than 3037 nodes, which is the number of ASs on the Internet in November 1997..SH OPTIONS.TP.BI \-n " N"The total number of nodes in the topology..TP.BI \-d " k"The fraction of degree-one nodes. Default is 0.3..TP.BI \-p " n"The size of the plane used for node placement. Default is 10,000..TP.BI \-s " sd"The seed to initialize the random number generator. Default is 0..TP.BI \-f " of"The debugging output file name. Default is \fIstderr\fP..SH EXAMPLES.PPTo generate a 6,000-node network with default values:.nf example% inet -n 6000 > Inet.6000.fi.PPTo generate a 6,000-node network on a 10,000 by 10,000 plane with 30% of totalnodes as degree-one nodes, random seed of 16, and debug file \fIdebug\fP:.nf example% inet -n 6000 -f debug -d .3 -s 16 -p 10000 > Inet.6000.fi.SH OUTPUT FORMATThe output of inet follows the following format:.RS.nfnodes links\&...id x y\&...id1 id2 weight.fi.RE.PPThe first line of the output specifies the number of nodes with\fInodes\fP, and the number of undirected links with\fIlinks\fP.The next section contains the location of each node. Each line contains the node id, \fIid\fP,and the xy-coordinate, \fIx\fP and \fIy\fP.The last section contains the list of links in the topology. Each line contains the node ids of the two end points of the link,\fIid1\fP and \fIid2\fP, and the link weight \fIweight\fP..PP.SH SEE ALSOThe softwarepackage with source code for Unix, can be found at:.brhttp://topology.eecs.umich.edu/inet/.SH AUTHORSJared Winick <jwinick@eecs.umich.edu>.brCheng Jin <chengjin@eecs.umich.edu> .br Qian Chen <qianc@eecs.umich.edu> .br Sugih Jamin <jamin@eecs.umich.edu>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -