# | Line 517 | Line 517 | int get_system_stats(int seq_no, ihost_state_t *ihost_ | |
---|---|---|
517 | /* get diskio stats */ | |
518 | ||
519 | if((diskio_stats=get_diskio_stats_diff(&diskio_entries))==NULL){ | |
520 | < | log_msg(LOG_CRIT, "Fahttp://www.cs.ukc.ac.uk/teaching/02/modules/CO/6/17/rdl/criteria.pdfiled to get diskio statistics"); |
520 | > | log_msg(LOG_CRIT, "Failed to get diskio statistics"); |
521 | }else{ | |
522 | strlcat(xml, "<diskio>", size); | |
523 | for(counter=0;counter<diskio_entries;counter++){ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |