public inbox for govpn-devel@lists.cypherpunks.ru
Atom feed
From: stargrave@stargrave•org
To: Alan Holt <berber.it@gmail•com>
Cc: govpn-devel@lists.cypherpunks.ru
Subject: Re: [Govpn-devel] build from last tarball
Date: Thu, 14 May 2015 17:11:42 +0300	[thread overview]
Message-ID: <20150514141142.GA25284@stargrave.org> (raw)
In-Reply-To: <CAKw30no+3BM4TE+2iDvA=r36-nULxkQs4qowAt9EpcFsSnTLgg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1328 bytes --]

Greetings,

*** Alan Holt [2015-05-14 16:39]:
>As you saw, it was hard a bit, even to run server and client, so may be
>it's good Idea to make it a bit more user friendly.

The main trouble as I saw is that currently I do not have enough time to
check it with GNU/Linux systems.

>Also, I found on your site, that GoVPN contain web-server that can show
>statistics of server.
>how do I run it?
>what does it show to me? traffic? peers? connection issues?

Yes, exactly that kind of metrics. http://www.cypherpunks.ru/govpn/Stats.html
You just specify -stats host:port argument and that is all. For example:

% curl -q http://localhost:5678/ | jq .
[
  {
    "HeartbeatSent": 1,
    "HeartbeatRecv": 2,
    "LastSent": "2015-05-14T17:09:59.389331817+03:00",
    "LastPing": "2015-05-14T17:09:59.394971856+03:00",
    "Established": "2015-05-14T17:08:47.005758754+03:00",
    "Noncediff": 1,
    "CPR": 0,
    "NoiseEnable": false,
    "Id": "e1cad298c479175daf28169db230d1a6",
    "Addr": {
      "Zone": "",
      "Port": 1194,
      "IP": "1.2.3.4"
    },
    "BytesIn": 8347,
    "BytesOut": 1794,
    "BytesPayloadIn": 6475,
    "BytesPayloadOut": 1326,
    "FramesIn": 72,
    "FramesOut": 18,
    "FramesUnauth": 0,
    "FramesDup": 0
  }
]

-- 
Happy hacking, Sergey Matveev

[-- Attachment #2: Type: application/pgp-signature, Size: 801 bytes --]

  reply	other threads:[~2015-05-14 14:12 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-13  7:59 [Govpn-devel] build from last tarball Alan Holt
2015-05-13  8:47 ` stargrave
2015-05-13  9:00   ` Alan Holt
2015-05-13  9:36     ` stargrave
2015-05-13 10:01       ` Alan Holt
2015-05-13 10:14         ` stargrave
2015-05-13 10:52           ` Alan Holt
2015-05-13 11:41             ` stargrave
2015-05-13 13:31               ` Alan Holt
2015-05-13 13:47                 ` Alan Holt
2015-05-13 14:09                   ` stargrave
2015-05-13 14:55                     ` Alan Holt
2015-05-13 16:52                       ` stargrave
2015-05-14  8:30                         ` Alan Holt
2015-05-14  9:22                           ` Alan Holt
2015-05-14 12:34                             ` stargrave
2015-05-14 13:25                           ` stargrave
2015-05-14 13:32                             ` Alan Holt
2015-05-14 14:11                               ` stargrave [this message]
2016-01-19 19:04                                 ` Alan Holt
2016-01-19 22:08                                   ` stargrave
2016-01-19 22:58                                     ` Alan Holt
2016-01-20  7:53                                       ` stargrave
2016-01-21  9:43                                       ` stargrave
2016-01-28 10:26                                         ` Alan Holt
2016-01-28 10:46                                           ` stargrave
2016-01-28 13:39                                             ` Alan Holt
2016-01-28 14:20                                               ` stargrave
2015-05-13 14:06                 ` stargrave