Francesco Montorsi
Francesco Montorsi
Hi, I think there's a typo in the README because at some point the " ./build/dpdk-dump" utility is mentioned in place of dpdk-replay...
I discovered that, at least using beautysh 4.1, the following snipped of code will not be parsed corretly: ` function set_affinity() { MASK_TMP=$((1
e.g. in docker-userapp.html it's possible to see that cgroup-total memory usage is reported as:  while the redis-server memory usage is reported as:  Is Redis using 2MB or 5MB...
otherwise the results in the produced chart will be very misleading, showing a reduced CPU/memory usage compared to the real, measured one. We can evaluate also changing --top-scorer to the...
https://developers.google.com/chart/interactive/docs/reference#google_visualization_charteditor it would allow each user to edit on the fly the way data is rendered e.g. changing from STACKED to non-STACKED view.
It should be possible inside each google chart, e.g. AreaCharts, created by cmonitor_chart to show/hide a specific measurment, possibly by simply clicking on the legend entry. E.g. to add this...
Typically inside docker containers there will be just 1 process doing cpu/memory/etc activity. Not a lot of identically-named instances of "stress"... we must create a more self-explanatory example.
We should avoid having a line like ERROR: ERROR: failed to stat file /proc/6417 for process that die during monitoring
Hi, I'm using Restbed library and I find it very simple to use and so useful, thanks for the great work! However I'm currently building it from sources in my...