mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +00:00
kpi_csv_sq.py : updated comments
lf_dash.py : Initial commit of the dashboard tool 1. lf_dash.py is a copy of the current state of kpi_csv_sq.py 2. lf_dash.py is a slightly shorter name so may be easier to type 3. kpi_csv_sq.py is a bit cryptic and hard to tell what it does by the name Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
'''
|
||||
File: read kpi.csv place in sql database, create png of historical kpi and present graph on dashboard
|
||||
Usage: csv_sqlite.py --path <path to directories to traverse> --database <name of database> --show --png --store
|
||||
Usage: kpi_csv_sq.py --path <path to directories to traverse> --database <name of database> --show --png --store
|
||||
'''
|
||||
# visit http://127.0.0.1:8050/ in your web browser.
|
||||
|
||||
@@ -173,7 +173,7 @@ def main():
|
||||
''',
|
||||
description='''\
|
||||
File: read kpi.csv place in sql database, create png of historical kpi and present graph on dashboard
|
||||
Usage: csv_sqlite.py --path <path to directories to traverse> --database <name of database> --show --png --store
|
||||
Usage: kpi_csv_sq.py --path <path to directories to traverse> --database <name of database> --show --png --store
|
||||
|
||||
''')
|
||||
parser.add_argument('--path', help='--path top directory path to kpi',default='')
|
||||
|
||||
Reference in New Issue
Block a user