gmon update
Version 0.0.51
Changelog
- Bugfix: Show pm2 ids for process names like `AAA_XXX`, `AAA_XXX_M` and `AAA_XXX_m`
- Added total number of monitored pairs per folder.
- Added total BTC value of available BTC and current ALT value.
- Added option to set names for different paths ( `-N kraken:polo` ).
- Added option to set netstat connection check delay time ( `-C 5` ).
Update
Run npm uninstall -g gunbot-monitor && npm install -g gunbot-monitor
to update it on your server.
Run npm install -g gunbot-monitor
to install it on your server.
Total number of monitored pairs per folder
Shows the total number of pairs in the last row: = TOTAL (123) =
Total BTC value of available BTC and current ALT value
Shows the total BTC value of the available BTC + the monitored ALTs:
Available BitCoins: poloniex 0.41640129 bittrex 0.467 | Total BTC value: 3.1025 (in BTC: 0.8834, in ALTs: 2.2191)
It does not connect to the market to collect all you balances. The value next to ALTs is the only value of the monitored currencies and is influenced by the --hide-inactive option.
Set names for different paths
For every path to the GUNBOT folder(s) you can set a name (-N) which will be displayed as headline. Separate multiple path names with ":".
If you want no name for some folder, just don't type anything.
Example:
gmon -p /opt/polobot/:/opt/v3.1/kraken/ -N "Polo with Proxy":Kraken
gmon -p /opt/polobot/:~/bot-with-no-name:/opt/v3.1/kraken/:/home/bk/awesome_gun -N "Polo with Proxy"::Kraken:"BK is cool"
netstat connection check delay time
With the option -C it is possible to set the delay between each netstats check in seconds. This is for low end systems to reduce the CPU load by increasing the delay time.
Usage
All available options can be displayed with
gmon -h
Usage: gmon [options]
Options:
-h, --help Output usage information
-v, --version Output the version number
-p, --path <path> Path to the GUNBOT folder. Separate multiple paths with ":" (like: -p /path1:/path2). [Default: current folder]
-N, --path-name <name> Optional name for each path to the GUNBOT folder(s). Separate multiple path names with ":" (like: -N Kraken_Bot:Proxy_Mega_Bot). [Default: No path name]
-c, --compact [groupSize] Do not draw row lines. Optional set the number of rows after which a line is drawn. [Default: 0]
-s, --small Reduce columns for small screens
-d, --digits <digits> Amount of digits for all numbers. Min = 0, max = 10. [Default: 4]
-r, --refresh <seconds> Seconds between table refresh. Min = 1, max = 600. [Default: 60]
-m, --markets <markets> List of markets to show. Separate multiple markets with ":" (like: -m poloniex:kraken) [Default: poloniex:kraken:bittrex]
-P, --profit Use to activate the parsing of the profit. THIS WILL SLOW DOWN YOUR SYSTEM!
-H, --hide-inactive <hours> Hides trading pairs which last log entry is older than given hours. Min = 1, max = 854400. [Default: 720]
-E, --show-all-errors Use to list 422 errors in the last column.
-C, --connections-check-delay <seconds> Seconds between netstats checks. Higher numbers result in more inaccurate statistics but reduce cpu usage. Min = 1, max = 600. [Default: 1]
You can also combine the options like:
gmon -sPEr 120 -p /path/to/GB/:another/path -H 1 -d 3 -c 4 -m bittrex -C 2 -N "GB one":"Bot 2"
Support & Tips
You like gmon and it helps you earning money?
- Report bugs in this forum thread or via pm in Telegram at @BeerK0in
- Support gmon and send a tip to BTC wallet: 1GJCGZPn6okFefrRjPPWU73XgMrctSW1jT
BK