Username: Password:

Author Topic: Gunbot Monitor - Oversee all GUNBOTs in one screen  (Read 125372 times)

Offline beer-k0in

  • Contributor
  • **
  • Posts: 142
  • Beer beer beer
    • View Profile
Re: Gunbot Monitor - Oversee all GUNBOTs in one screen
« Reply #20 on: May 28, 2017, 10:59:16 PM »
Sorry, I disabled email notifications on github, so I was unaware of all the issues and the PRs here.

Thanks to Svenson there is a new version out.
Gunbot Monitor
Support gmon and send a tip: BTC wallet: 1GJCGZPn6okFefrRjPPWU73XgMrctSW1jT

Offline freekwillem

  • Rookie
  • *
  • Posts: 2
    • View Profile
Re: Gunbot Monitor - Oversee all GUNBOTs in one screen
« Reply #21 on: May 30, 2017, 08:21:01 AM »
Just changed my bot to Linux.
Great work on the generator en the monitor.

At least I know now what my bot is doing! :) :)


Offline beer-k0in

  • Contributor
  • **
  • Posts: 142
  • Beer beer beer
    • View Profile
Re: Gunbot Monitor - Oversee all GUNBOTs in one screen
« Reply #22 on: May 30, 2017, 09:32:56 AM »
I've updated the monitor
Version 0.0.22

Run
Code: [Select]
npm install -g gunbot-monitor to update it on your server.




Small screens

You can run the monitor on small screens now with the parameters '-c' or '-s' or both '-c -s'.

Code: [Select]
gmon -c
Code: [Select]
gmon -s
Code: [Select]
gmon -c -s
« Last Edit: May 30, 2017, 09:36:45 AM by beer-k0in »
Gunbot Monitor
Support gmon and send a tip: BTC wallet: 1GJCGZPn6okFefrRjPPWU73XgMrctSW1jT

Offline Alex_13

  • Rookie
  • *
  • Posts: 7
    • View Profile
Re: Gunbot Monitor - Oversee all GUNBOTs in one screen
« Reply #23 on: May 30, 2017, 11:15:04 AM »
Quote
You can run the monitor on small screens now with the parameters '-c' or '-s' or both '-c -s'.

Wonderful! :D

Offline Alex_13

  • Rookie
  • *
  • Posts: 7
    • View Profile
Re: Gunbot Monitor - Oversee all GUNBOTs in one screen
« Reply #24 on: May 30, 2017, 11:18:40 AM »
Example of bat-file (fullscreen-mode)

Code: [Select]
cd "e:\BOT\Gunbot_v3.2_core_allCPU\"
start /max cmd /k gmon -s

Offline P0s31d0n

  • Rookie
  • *
  • Posts: 4
    • View Profile
Re: Gunbot Monitor - Oversee all GUNBOTs in one screen
« Reply #25 on: May 30, 2017, 04:45:42 PM »
ok I am sorry but I am quite new to all this so is a bit over my head.

I am running on windows AWS VPS

When you say to Run
Code: [Select]
npm install -g gunbot-monitor
to install the gunbot-monitor

where do I exactly do that and how?

Like where do I run that command to get the monitor installed?

I apologize for the noob question.

Offline criptonauta

  • Contributor
  • **
  • Posts: 137
    • View Profile
Re: Gunbot Monitor - Oversee all GUNBOTs in one screen
« Reply #26 on: June 01, 2017, 04:35:20 AM »
Hi BK

How to adjust delay? 10s is too low, i'd like it to be more sparse.

Thanks

Cripto
   ✔ FAST, APPROVED AND EASY Escrow for used GunBot licenses @ 5% ..:..Gunbot licenses 10% off: 'Criptonauta_Gun' code. | Tuning, Custom Strats | No VPS? Get yours here   ✔

Offline beer-k0in

  • Contributor
  • **
  • Posts: 142
  • Beer beer beer
    • View Profile
Re: Gunbot Monitor - Oversee all GUNBOTs in one screen
« Reply #27 on: June 01, 2017, 08:08:01 AM »
How to adjust delay? 10s is too low, i'd like it to be more sparse.

Hi,

use the '-r' parameter:

Code: [Select]
gmon -r 60


All available options can be displayed with
Code: [Select]
gmon -h
Code: [Select]
  Usage: gmon [options]

  Options:

    -h, --help               output usage information
    -v, --version            output the version number
    -p, --path <path>        Path to the GUNBOT folder
    -c, --compact            Do not draw row lines
    -s, --small              Reduce columns for small screens
    -r, --refresh <seconds>  Seconds between table refresh. Min = 10, max = 600

You can also combine the options like:
Code: [Select]
gmon -csr 120
BK
Gunbot Monitor
Support gmon and send a tip: BTC wallet: 1GJCGZPn6okFefrRjPPWU73XgMrctSW1jT

Offline beer-k0in

  • Contributor
  • **
  • Posts: 142
  • Beer beer beer
    • View Profile
Re: Gunbot Monitor - Oversee all GUNBOTs in one screen
« Reply #28 on: June 01, 2017, 03:06:44 PM »
I've updated the monitor
Version 0.0.25

Changelog

-    Default timing is 60s now.
-    Handle "EMFILE: too many open files, scandir".
-    Added profit behind the --profit (-P) flag.
-    Highlight 429 errors.



Update

Run
Code: [Select]
npm install -g gunbot-monitor to update/install it on your server.



Profit is back

You can activate the profit parsing again with the parameter '-P'.

Code: [Select]
gmon -P
THIS WILL SLOW DOWN YOUR SYSTEM. Please check your CPU load and increase the refresh time if the CPU load is to high, or do not activate the profit parsing.



Usage

All available options can be displayed with
Code: [Select]
gmon -h

Code: [Select]
  Usage: gmon [options]

  Options:

    -h, --help               output usage information
    -v, --version            output the version number
    -p, --path <path>        Path to the GUNBOT folder
    -c, --compact            Do not draw row lines
    -s, --small              Reduce columns for small screens
    -r, --refresh <seconds>  Seconds between table refresh. Min = 10, max = 600
    -P, --profit             Use to activate the parsing of the profit. I WILL SLOW DOWN YOUR SYSTEM!

You can also combine the options like:

Code: [Select]
gmon -csPr 120 -p /path/to/GB/
BK
Gunbot Monitor
Support gmon and send a tip: BTC wallet: 1GJCGZPn6okFefrRjPPWU73XgMrctSW1jT

Offline unknownMe

  • Rookie
  • *
  • Posts: 1
    • View Profile
Re: Gunbot Monitor - Oversee all GUNBOTs in one screen
« Reply #29 on: June 01, 2017, 05:07:09 PM »
 0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli   '/usr/local/bin/npm',
1 verbose cli   'install',
1 verbose cli   '-g',
1 verbose cli   '-gunbot-monitor' ]
2 info using npm@3.10.10
3 info using node@v6.10.2
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readGlobalPackageData
7 silly fetchPackageMetaData .
8 silly fetchOtherPackageData .
9 silly cache add args [ '.', null ]
10 verbose cache add spec .
11 silly cache add parsed spec Result {
11 silly cache add   raw: '.',
11 silly cache add   scope: null,
11 silly cache add   escapedName: null,
11 silly cache add   name: null,
11 silly cache add   rawSpec: '.',
11 silly cache add   spec: '/Users/xxx/Patch2022_Gunbot_v3.2_core_allCPU',
11 silly cache add   type: 'local' }
12 error addLocal Could not install /Users/xxx/Patch2022_Gunbot_v3.2_core_allCPU
13 silly fetchPackageMetaData Error: EISDIR: illegal operation on a directory, read
13 silly fetchPackageMetaData     at Error (native)
13 silly fetchPackageMetaData  error for . { Error: EISDIR: illegal operation on a directory, read
13 silly fetchPackageMetaData     at Error (native) errno: -21, code: 'EISDIR', syscall: 'read' }
14 silly rollbackFailedOptional Starting
15 silly rollbackFailedOptional Finishing
16 silly runTopLevelLifecycles Finishing
17 silly install printInstalled
18 verbose stack Error: EISDIR: illegal operation on a directory, read
18 verbose stack     at Error (native)
19 verbose cwd /Users/xxx/Patch2022_Gunbot_v3.2_core_allCPU
20 error Darwin 16.5.0
21 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "-gunbot-monitor"
22 error node v6.10.2
23 error npm  v3.10.10
24 error code EISDIR
25 error errno -21
26 error syscall read
27 error eisdir EISDIR: illegal operation on a directory, read
28 error eisdir This is most likely not a problem with npm itself
28 error eisdir and is related to npm not being able to find a package.json in
28 error eisdir a package you are trying to install.
29 verbose exit [ -21, true ]

Offline finlay1888

  • Rookie
  • *
  • Posts: 6
    • View Profile
Re: Gunbot Monitor - Oversee all GUNBOTs in one screen
« Reply #30 on: June 02, 2017, 08:20:23 AM »

Profit is back

You can activate the profit parsing again with the parameter '-P'.

Code: [Select]
gmon -P

Everytime I think of asking for something, its already done!   Really guys great effort with this tool.  Hope you got that LTC contrib.

Offline dobcrypto

  • Contributor
  • **
  • Posts: 196
  • Russian - native language
    • View Profile
Re: Gunbot Monitor - Oversee all GUNBOTs in one screen
« Reply #31 on: June 02, 2017, 09:30:53 AM »
I've updated the monitor
Version 0.0.25

Changelog

-    Default timing is 60s now.
-    Handle "EMFILE: too many open files, scandir".
-    Added profit behind the --profit (-P) flag.
-    Highlight 429 errors.



Update

Run
Code: [Select]
npm install -g gunbot-monitor to update/install it on your server.



Profit is back

You can activate the profit parsing again with the parameter '-P'.

Code: [Select]
gmon -P
THIS WILL SLOW DOWN YOUR SYSTEM. Please check your CPU load and increase the refresh time if the CPU load is to high, or do not activate the profit parsing.



Usage

All available options can be displayed with
Code: [Select]
gmon -h

Code: [Select]
  Usage: gmon [options]

  Options:

    -h, --help               output usage information
    -v, --version            output the version number
    -p, --path <path>        Path to the GUNBOT folder
    -c, --compact            Do not draw row lines
    -s, --small              Reduce columns for small screens
    -r, --refresh <seconds>  Seconds between table refresh. Min = 10, max = 600
    -P, --profit             Use to activate the parsing of the profit. I WILL SLOW DOWN YOUR SYSTEM!

You can also combine the options like:

Code: [Select]
gmon -csPr 120 -p /path/to/GB/
BK

All is good with last version. thx!

Offline opedroadami

  • Rookie
  • *
  • Posts: 39
    • View Profile
Re: Gunbot Monitor - Oversee all GUNBOTs in one screen
« Reply #32 on: June 03, 2017, 01:26:31 PM »
Really nice work! Especially the PROFIT tab, does the job much easier than Polo and other spreadsheets.

Does it work with BTC-XXX pairs only?

I'm trying to make it work with an AWS VPS running USDT pairs, but it shows only the GUNBOT title and no coins.

Offline beer-k0in

  • Contributor
  • **
  • Posts: 142
  • Beer beer beer
    • View Profile
Re: Gunbot Monitor - Oversee all GUNBOTs in one screen
« Reply #33 on: June 03, 2017, 05:22:32 PM »
Does it work with BTC-XXX pairs only?

This version yes. There will be an update to support AAA_XXX pairs some day. Don't know when. :)

BK
Gunbot Monitor
Support gmon and send a tip: BTC wallet: 1GJCGZPn6okFefrRjPPWU73XgMrctSW1jT

Offline theboxer

  • Rookie
  • *
  • Posts: 5
    • View Profile
Re: Gunbot Monitor - Oversee all GUNBOTs in one screen
« Reply #34 on: June 05, 2017, 12:08:12 PM »
Does the monitor support gunbot 2.0.4? I'm having a bad luck trying to get it working with it, shows no active pairs :/

Offline beer-k0in

  • Contributor
  • **
  • Posts: 142
  • Beer beer beer
    • View Profile
Re: Gunbot Monitor - Oversee all GUNBOTs in one screen
« Reply #35 on: June 05, 2017, 02:05:45 PM »
Does the monitor support gunbot 2.0.4? I'm having a bad luck trying to get it working with it, shows no active pairs :/
If the log files are similar in v2.0.4 to v3.2 it should work. Are you using the command 'gmon' inside the folder of your log files?

BK
Gunbot Monitor
Support gmon and send a tip: BTC wallet: 1GJCGZPn6okFefrRjPPWU73XgMrctSW1jT

Offline theboxer

  • Rookie
  • *
  • Posts: 5
    • View Profile
Re: Gunbot Monitor - Oversee all GUNBOTs in one screen
« Reply #36 on: June 05, 2017, 02:50:43 PM »
Yep, using it inside the folder, but found out the logs have different names... But, I changed the code to support these names and trying to get it working :)

--Update
So it seems that file name isn't the only thing that changed, log structure too, so monitor won't show anything :(
« Last Edit: June 05, 2017, 03:32:23 PM by theboxer »

Offline beer-k0in

  • Contributor
  • **
  • Posts: 142
  • Beer beer beer
    • View Profile
Re: Gunbot Monitor - Oversee all GUNBOTs in one screen
« Reply #37 on: June 06, 2017, 08:03:53 PM »
Yep, using it inside the folder, but found out the logs have different names... But, I changed the code to support these names and trying to get it working :)

--Update
So it seems that file name isn't the only thing that changed, log structure too, so monitor won't show anything :(

I never used 2.x.
gmon is open source software, so if you like, you can modify the code to work with 2.x.

BK
Gunbot Monitor
Support gmon and send a tip: BTC wallet: 1GJCGZPn6okFefrRjPPWU73XgMrctSW1jT

Offline chrysophylax

  • Rookie
  • *
  • Posts: 6
  • --- ChainWorks Industries ---
    • View Profile
    • --- ChainWorks Industries ---
Re: Gunbot Monitor - Oversee all GUNBOTs in one screen
« Reply #38 on: June 07, 2017, 08:32:44 AM »
great work mate ...

so how can we commission you to create a private one? ...

#crysx
grn - Gfz2cXMkhMZYWSFvLEMnM8bXk7X5Mtq2J2 . exchange - https://www.cryptopia.co.nz/Exchange/?market=GRN_BTC . cwi thread - https://bitcointalk.org/index.php?topic=1563601 . email - crysx@gnxs.com .

Offline beer-k0in

  • Contributor
  • **
  • Posts: 142
  • Beer beer beer
    • View Profile
Re: Gunbot Monitor - Oversee all GUNBOTs in one screen
« Reply #39 on: June 07, 2017, 11:28:57 AM »
so how can we commission you to create a private one? ...

Sorry, I don't understand. What do you mean with "a private one"?

BK
Gunbot Monitor
Support gmon and send a tip: BTC wallet: 1GJCGZPn6okFefrRjPPWU73XgMrctSW1jT