Skip to content

Commit

Permalink
Add some missing "i"s to the docs
Browse files Browse the repository at this point in the history
FIXME: All tests pass but we still don't trace anonymous FIFOs
properly on Linux.
  • Loading branch information
walles committed Jun 30, 2016
1 parent 2f27f34 commit f7270e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ click your new release, click the `Edit tag` button, then attach your `px.pex`
file that you just built to the release.

# Performance testing
* Store the output of `lsof -F fnaptd0` from a big system in lsof.txt.
* Store the output of `lsof -F fnaptd0i` from a big system in lsof.txt.
* `./px/benchmark_ipcmap.py lsof.txt`

Keeping this benchmark performant is important to be able to use `px` on big
Expand Down
4 changes: 2 additions & 2 deletions px/benchmark_ipcmap.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""Benchmark loading the output of "lsof -F fnaptd0" from a big system
"""Benchmark loading the output of "lsof -F fnaptd0i" from a big system
Usage:
benchmark_ipcmap.py <FILE>
FILE is a file containing the output of "lsof -F fnaptd0".
FILE is a file containing the output of "lsof -F fnaptd0i".
This program will parse that output and make an IPC map of the process that has
the highest number of entries in that file.
Expand Down

0 comments on commit f7270e9

Please sign in to comment.