Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Demo output (version 0.1) - Show initial text results, images saved in folder #124

Closed
namliz opened this issue Oct 14, 2016 · 6 comments
Closed

Comments

@namliz
Copy link
Contributor

namliz commented Oct 14, 2016

Save the grafana png's as regular files instead of base64 json, dump in folder.

Text results, finally something we know to want to pull:

  • Time from 'cluster ready' until distcc finished the compile
  • CPU utilization percentages per node throughout this time
  • Number of requests Countly handled meanwhile
@dankohn
Copy link
Contributor

dankohn commented Oct 14, 2016

Please use RFC 3339 datetimes as folder name.

On Fri, Oct 14, 2016 8:06 AM, Eugene notifications@github.com
wrote:
Save the grafana png's as regular files instead of base64 json, dump in folder.

Text results, finally something we know to want to pull:

  • Time from 'cluster ready' until distcc finished the compile
  • CPU utilization percentages per node throughout this time
  • Number of requests Countly handled meanwhile


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

--Dan Kohn mailto:dan@linuxfoundation.orgExecutive Director, Cloud Native
Computing Foundation https://cncf.io/
tel:+1-415-233-1000

@namliz
Copy link
Contributor Author

namliz commented Oct 21, 2016

RFC 3339 as I read it results in something like 2016-10-21T11:03:06.83Z.

The colons further get replaced with slashes as you can't use punctuation marks as part of a folder name. Maybe I've taken the RFC too literally (microseconds are not necessary).

@namliz
Copy link
Contributor Author

namliz commented Oct 25, 2016

$ cncfdemo bootstrap aws cluster

Bootstrap

no vpc found.. creating
..
..
autoscaling group minions created
autoscaling group masters created

Deployment

cluster ready, beginning deployment

configmaps created..
service Countly created
..
..
Waiting for deployment to be ready (few more minutes)

Results

#### avg cpu utilization per instance for the duration of the test

{instance="172.20.0.127:9100"}  11.139257382829499
{instance="172.20.0.231:9100"}  5.600000000000975
{instance="172.20.0.232:9100"}  5.80000000000534

#### boinc jobs completed: 0
#### http_requests_total as reported by WRK: 7,542,591
#### http_requests_total as reported by Countly: 7,518,600

#### Interactive grafana snapshot: 
https://snapshot.raintank.io/dashboard/snapshot/hY6rSQyqmyDEYTTGMVEt1gwy38b1cFTz

Note: the last link can be self-hosted as https://snapshot.cncfdemo.io pretty trivially if desired.

@namliz
Copy link
Contributor Author

namliz commented Oct 25, 2016

@dankohn
Copy link
Contributor

dankohn commented Oct 25, 2016

  • Please show the command you're using to generate run
  • Can we give any indication of boinc work other than 0 completed
  • Why are we dropping 24 K http requests?
  • Add some output from distcc
  • Fix container name in Grafana
  • Take cpu usage number in Grafana at peak
  • Generate network output

@dankohn
Copy link
Contributor

dankohn commented Oct 25, 2016

Yeah, eliding colons and hyphens is fine.

On Fri, Oct 21, 2016 7:09 AM, Eugene notifications@github.com
wrote:
RFC 3339 as I read it results in something like 2016-10-21T11:03:06.83Z.

The colons further get replaced with slashes as you can't use punctuation marks
as part of a folder name. Maybe I've taken the RFC too literally.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

--Dan Kohn mailto:dan@linuxfoundation.orgExecutive Director, Cloud Native
Computing Foundation https://cncf.io/
tel:+1-415-233-1000

@namliz namliz closed this as completed Nov 8, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants