function total(id) {
    switch (id) {
case '2': return '4';

    }
    return '---';
}function latency(id) {
    switch (id) {
case '2': return '76';

    }
    return '---';
}