Python Forum

Full Version: Is this fast for Paramiko?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a script I'm using at work to pull firewall ACL's.  I'm using the Paramiko module, but I feel like it might be taking longer then it should.  I'm not sure though.  The largest ACL file I end up with after pulling the ACL's is 9.1MB and it takes around 12 minutes to complete the SSH session and write the output to a file.  Does anyone else feel like that could be faster?  Or does that sound like it's on par to everyone but me?
It's always hard to say without seeing code (and often hard to say even with seeing code).
From my point of view is a bit longer, but if you post the code it would help :)
This whole thing was a mess, but I got it worked out. I would have posted the code, but it's proprietary to a project at work (Boo). Anyway, I'm about done with the contingent position so it's not my problem anymore. :)