Skip to content

Commit 23878a8

Browse files
author
Jérome Tissières
committed
updated README
1 parent 1442211 commit 23878a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NX-OS-SCP-Bulk-Transfer
22

3-
A Simple Python script to upload and verify (checksum) files to multiple Cisco NX-OS devices, with the support of Netmiko.
3+
A Simple Python script to upload and verify (checksum) files to multiple Cisco NX-OS devices in parallel, with the support of Netmiko.
44

55

66
## Use Case Description
@@ -90,7 +90,8 @@ If the repo is instrumented with a continuous testing framework, that is even be
9090

9191
The MD5 check part need to be completed, it's not working yet.
9292

93-
Uploading files in parallel still needs to be added.
93+
This script uses multi-threads and may be improved by using multi-processing.
94+
The defined threads are 4 for now, I have to test what is the optimal number of threads depending on the devices, computer, network bandwidth and latency, etc.
9495

9596

9697
## Getting help and Getting involved

0 commit comments

Comments
 (0)