You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parameters used by the tool are not coherent with the rest of the metric grimoire tools.
luis@tahine:~/repos/Sibyl$ python sibyl.py --help
Usage: sibyl.py [options]
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-t TYPE, --type=TYPE Type: askbot (ab)
-l URL, --url=URL URL to analyze
-d DBNAME, --database=DBNAME
Database where information is stored
-u DBUSER, --db-user=DBUSER
Database user
-p DBPASSWORD, --db-password=DBPASSWORD
Database password
-g, --debug Debug mode
The text was updated successfully, but these errors were encountered:
So, let me know what are those standard command line options :).
CVSAnalY:
--db-driver Output database driver mysql|sqlite
-u, --db-user Database user name (operator)
-p, --db-password Database user password
-d, --db-database Database name (cvsanaly)
Bicho:
Output database specific options:
--db-driver-out {sqlite,mysql,postgresql}
Output database driver
--db-user-out DB_USER_OUT
Database user name
--db-password-out DB_PASSWORD_OUT
Database user password
-u URL, --url URL URL to get issues from using the backend
--db-database-out DB_DATABASE_OUT
Output database name
Mlstats:
--db-driver Database backend: mysql or postgres
(default is mysql)
--db-user Username to connect to the database
(default is operator)
--db-password Password to connect to the database
(default is operator)
--db-name Name of the database that contains data previously
analyzed (default is mlstats)
In MLStats and Bicho, no short options are available, in some cases it's --db-name in other case --db-database-out. In some cases -u is for the database user and in the case of Bicho for the URL.
Probably this is more an issue of get an homogeneous way to call things in Metrics Grimoire than specific one of Sibyl :). Any of the mentioned tools are using different ways to call the same parameter.
The parameters used by the tool are not coherent with the rest of the metric grimoire tools.
The text was updated successfully, but these errors were encountered: