yoshinorin / gitbucket-monitoring-plugin

Provides monitoring page which contains machine information, resources, processes ...etc
Apache License 2.0
16 stars 2 forks source link

Display all cpus information if instance is Linux #27

Closed yoshinorin closed 6 years ago

yoshinorin commented 6 years ago

Already implemented but currently not display these informations. Below explanation from man command.

As  a  default,  percentages for these individual categories are displayed.
Where two labels are shown below, those for more recent kernel versions are shown first.

us, user    : time running un-niced user processes
sy, system  : time running kernel processes
ni, nice    : time running niced user processes
id, idle    : time spent in the kernel idle handler
wa, IO-wait : time waiting for I/O completion
hi : time spent servicing hardware interrupts
si : time spent servicing software interrupts
st : time stolen from this vm by the hypervisor