Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
3e0a4d6b
Commit
3e0a4d6b
authored
Mar 09, 2002
by
Robert Ricci
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added entry on portstats
parent
9f1671b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletion
+21
-1
www/faq.html
www/faq.html
+21
-1
No files found.
www/faq.html
View file @
3e0a4d6b
...
...
@@ -34,6 +34,8 @@
<li>
<a
href=
"#UTT-7"
>
Are the nodes in my experiment backed up
(filesaved)?
</a>
<li>
<a
href=
"#UTT-Swapping"
>
What is Swapping?
</a>
<li>
<a
href=
"#UTT-8"
>
How can I get switch statistics (such as packet
counts) for my experiment?
</a>
</ul>
<li>
<a
href=
"#HDS"
>
Hardware setup
</a>
...
...
@@ -427,7 +429,25 @@
images. For that reason, you should not swap your experiment out
unless you make arrangements to save and restore any state you need.
</p>
<li><a
NAME=
"UTT-8"
></a>
<h3>
How can I get switch statistics (such as packet counts) for my
experiment?
</h3>
<p>
We have a command called
<code>
portstats
</code>
that allows you access
to some of the port counters on our switches. To use it, you'll need
to ssh to
<b>
users.emulab.net
</b>
. '
<code>
portstats
<
pid
>
<
eid
>
</code>
' will get you stats for all experimental interfaces in
your experiment. Run '
<code>
portstats -h
</code>
' to get a list of other
options, such as different sets of stats.
</p>
<p>
Note that the numbers returned by
<code>
portstats
</code>
do not get
reset between experiments.
</p>
</ul>
<hr>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment