Add core number to web stats#89
Conversation
CI MessageYour results will arrive shortly |
This comment has been minimized.
This comment has been minimized.
|
Pull the latest Dev branch commits, there shouldn't be any linter issues |
|
I see this rebuild the web stuff so all good |
|
Based on the fact this PR has updates to files within the |
|
@onvm let's try again |
CI MessageYour results will arrive shortly |
CI MessageRun successful see results: Linter Passed |
|
I clicked on this first, brace yourselves for some CI emails @onvm gooo |
|
@onvm hello |
|
@onvm bump |
1 similar comment
|
@onvm bump |
|
@onvm boomp |
|
@onvm bip bop |
|
@onvm pls |
|
@onvm go |
|
@onvm gogogo |
|
@onvm тык |
CI MessageYour results will arrive shortly |
CI MessageError: ERROR: Script failed on nimbnode30 Linter Passed |
|
@onvm good good again |
CI MessageYour results will arrive shortly |
|
@onvm тык |
CI MessageAnother CI run in progress, please try again in 15 minutes |
CI MessageRun successful see results: Linter Passed |
|
@onvm pls work I wanna sleep |
CI MessageYour results will arrive shortly |
|
@onvm last time |
CI MessageYour results will arrive shortly |
|
@onvm well now last time for sure |
CI MessageYour results will arrive shortly |
CI MessageError: ERROR: Script failed on nimbnode30 Linter Passed |
koolzz
left a comment
There was a problem hiding this comment.
Move the doc changes to a separate PR. Otherwise I tested it and it works.
| @@ -1,57 +1,59 @@ | |||
| Debugging OpenNetVM | |||
| == | |||
| # Debugging OpenNetVM | |||
There was a problem hiding this comment.
A few doc changes are fine to mix in with other PRs, but you have this + install doc which is about 400 line changes. Can you move it to another PR?
There was a problem hiding this comment.
Sorry I didn't see this, I'll fix it
|
@kevindweb Could you look into adding a minify step to the CSS and JS files to the build? This would fix our problem with the build being too inflated (this pr alone is 55k line changes right now) |
|
Finally got minified files to work! @onvm check it out one last time |
CI MessageYour results will arrive shortly |
CI MessageRun successful see results: Linter Passed |
koolzz
left a comment
There was a problem hiding this comment.
Tested everything works as expected, great work on minifying everything. One tweak to this, can we automatically install uglifycss and uglify-js? Or even just creating a build README with all the dependencies would be useful, or do we have that somewhere?
Adds a core number label in the web stats view for each running network function.
Summary:
Since getting access to the
nf_info->core, we wanted to add this information to our web statistics. In the future the core mapping page will be updated, showing all NFs and manager on their specific cores. Building the web app has to delete and recreate many files, which is why there are so many "changes". There are only 2 line changes from/onvm/onvm_mgr/onvm_stats.cUsage:
See the web stats documentation for information about running the React website.
Merging notes:
TODO before merging :
Test Plan:
Run the web stats with
./go.sh 0,1,2 1 0xF8 -s weband run speed tester nfs to see if the core number affects the website.Review:
Sanity checks, assigned to @koolzz @Arjun-Vijay
Run linter
Check for memory leaks
Performance, assigned to @koolzz @Arjun-Vijay
Documentation, assigned to @koolzz @Arjun-Vijay