ganglia / ganglia-web

Ganglia Web Frontend
BSD 3-Clause "New" or "Revised" License
316 stars 168 forks source link

sort order of the graphs #314

Closed akellaumesh closed 7 years ago

akellaumesh commented 7 years ago

When I have enabled the multicpu option, a lot of graphs were created and the order of the graphs was not correct.

Ex: cpu -0, cpu-1, cpu-10, cpu-11

It should be something in this order:

Ex: cpu-0, cpu-1, cpu-2, cpu-3.....

Even when I have enabled sort -n option it didn't work for me.