Skip to content

Commit adc01a5

Browse files
committed
Added name,desc and author header
1 parent 1d9a0c0 commit adc01a5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

netapp_api/python_modules/netapp_api.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/usr/bin/python
2+
#Name: netapp_api.py
3+
#Desc: Uses Netapp Data Ontap API to get per volume latency & iops metrics. Download the managemability SDK from now.netapp.com
4+
#Author: Evan Fraser <[email protected]>
5+
#Date: 13/08/2012
6+
27
import sys
38
import time
49
import pprint

0 commit comments

Comments
 (0)