Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mitogen
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
mitogen
Commits
2af18303
Commit
2af18303
authored
Sep 21, 2017
by
David Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update preamble_size output.
parent
05cc74d1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
docs/index.rst
docs/index.rst
+7
-6
No files found.
docs/index.rst
View file @
2af18303
...
...
@@ -58,17 +58,18 @@ communicate with new copies of itself under its control running on remote
machines, **using only an existing installed Python interpreter and SSH
client**, something that by default can be found on almost all contemporary
machines in the wild. To accomplish bootstrap, Mitogen uses a single 600 byte
SSH command line and
6
KB of its own source code sent to stdin of the remote SSH
SSH command line and
8
KB of its own source code sent to stdin of the remote SSH
connection.
.. code::
$ python preamble_size.py
SSH command size: 576
Preamble size: 6360 (6.21KiB)
mitogen.master size: 4104 (4.01KiB)
mitogen.ssh size: 295 (0.29KiB)
mtiogen.sudo size: 1210 (1.18KiB)
SSH command size: 624
Preamble size: 7599 (7.42KiB)
mitogen.master size: 5989 (5.85KiB)
mitogen.ssh size: 953 (0.93KiB)
mitogen.sudo size: 652 (0.64KiB)
mitogen.fakessh size: 2516 (2.46KiB)
Once bootstrapped, the remote process is configured with a customizable
**argv[0]**, readily visible to system administrators of the remote machine
...
...
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