cncf / demo

Demo of CNCF technologies
https://cncf.io
Apache License 2.0
77 stars 39 forks source link

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

Closed namliz closed 7 years ago

namliz commented 7 years ago

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:

dankohn commented 7 years ago

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:

— 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 commented 7 years ago

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 commented 7 years ago

$ 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 commented 7 years ago

https://snapshot.raintank.io/dashboard/snapshot/YEnhozWAUlvLZPupRxrLnqN1ixOPY0Vy

dankohn commented 7 years ago
dankohn commented 7 years ago

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