Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gzip plugins' source.tar #3392

Closed
2 of 3 tasks
mssalvatore opened this issue May 31, 2023 · 0 comments · Fixed by #3447
Closed
2 of 3 tasks

gzip plugins' source.tar #3392

mssalvatore opened this issue May 31, 2023 · 0 comments · Fixed by #3447

Comments

@mssalvatore
Copy link
Collaborator

mssalvatore commented May 31, 2023

Description

Some plugins are on the order of 10's of megabytes. Infection Monkey's performance may be suboptimal on networks with low throughput, as large plugins could take a while to download. It could also lead to longer setup times when plugins are moved to a repository and downloaded to the Island after installation (instead of packaged with the Island). gzipping the plugins' source.tar file will lead to faster network transfers.

Tasks

  • Modify the plugin build script to gzip the source.tar files (0d) @mssalvatore
  • Modify the agent's PluginSourceExtractor to expect a gzipped source.tar (0.25d) @mssalvatore
  • Rebuild all plugins (0d) @mssalvatore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants