Python Forum
Is this fast for Paramiko?
Thread Rating:
  • 2 Vote(s) - 2.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is this fast for Paramiko?
#1
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?
Reply
#2
It's always hard to say without seeing code (and often hard to say even with seeing code).
Reply
#3
From my point of view is a bit longer, but if you post the code it would help :)
Reply
#4
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. :)
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020