@@ -64,7 +64,7 @@ func TestHostManager_Load(t *testing.T) {
6464 "cpu_logical_count" : "4" ,
6565 "cpu_physical_count" : "2" ,
6666 "cpu_percent" : "50.0" ,
67- "cpu_processe_percent" : "25.0" ,
67+ "cpu_process_percent" : "25.0" ,
6868 "cpu_times_user" : "10.0" ,
6969 "cpu_times_system" : "5.0" ,
7070 "cpu_times_idle" : "100.0" ,
@@ -79,7 +79,7 @@ func TestHostManager_Load(t *testing.T) {
7979 "memory_available" : "4000000000" ,
8080 "memory_used" : "4000000000" ,
8181 "memory_used_percent" : "50.0" ,
82- "memory_processe_used_percent" : "25.0" ,
82+ "memory_process_used_percent" : "25.0" ,
8383 "memory_free" : "2000000000" ,
8484 "network_tcp_connection_count" : "100" ,
8585 "network_upload_tcp_connection_count" : "50" ,
@@ -411,7 +411,7 @@ func TestHostManager_LoadAll(t *testing.T) {
411411 "cpu_logical_count" : "4" ,
412412 "cpu_physical_count" : "2" ,
413413 "cpu_percent" : "50.0" ,
414- "cpu_processe_percent" : "25.0" ,
414+ "cpu_process_percent" : "25.0" ,
415415 "cpu_times_user" : "10.0" ,
416416 "cpu_times_system" : "5.0" ,
417417 "cpu_times_idle" : "100.0" ,
@@ -426,7 +426,7 @@ func TestHostManager_LoadAll(t *testing.T) {
426426 "memory_available" : "4000000000" ,
427427 "memory_used" : "4000000000" ,
428428 "memory_used_percent" : "50.0" ,
429- "memory_processe_used_percent" : "25.0" ,
429+ "memory_process_used_percent" : "25.0" ,
430430 "memory_free" : "2000000000" ,
431431 "network_tcp_connection_count" : "100" ,
432432 "network_upload_tcp_connection_count" : "50" ,
@@ -486,7 +486,7 @@ func TestHostManager_LoadAll(t *testing.T) {
486486 "cpu_logical_count" : "4" ,
487487 "cpu_physical_count" : "2" ,
488488 "cpu_percent" : "50.0" ,
489- "cpu_processe_percent" : "25.0" ,
489+ "cpu_process_percent" : "25.0" ,
490490 "cpu_times_user" : "10.0" ,
491491 "cpu_times_system" : "5.0" ,
492492 "cpu_times_idle" : "100.0" ,
@@ -501,7 +501,7 @@ func TestHostManager_LoadAll(t *testing.T) {
501501 "memory_available" : "4000000000" ,
502502 "memory_used" : "4000000000" ,
503503 "memory_used_percent" : "50.0" ,
504- "memory_processe_used_percent" : "25.0" ,
504+ "memory_process_used_percent" : "25.0" ,
505505 "memory_free" : "2000000000" ,
506506 "network_tcp_connection_count" : "100" ,
507507 "network_upload_tcp_connection_count" : "50" ,
@@ -551,7 +551,7 @@ func TestHostManager_LoadAll(t *testing.T) {
551551 "cpu_logical_count" : "4" ,
552552 "cpu_physical_count" : "2" ,
553553 "cpu_percent" : "50.0" ,
554- "cpu_processe_percent" : "25.0" ,
554+ "cpu_process_percent" : "25.0" ,
555555 "cpu_times_user" : "10.0" ,
556556 "cpu_times_system" : "5.0" ,
557557 "cpu_times_idle" : "100.0" ,
@@ -566,7 +566,7 @@ func TestHostManager_LoadAll(t *testing.T) {
566566 "memory_available" : "4000000000" ,
567567 "memory_used" : "4000000000" ,
568568 "memory_used_percent" : "50.0" ,
569- "memory_processe_used_percent" : "25.0" ,
569+ "memory_process_used_percent" : "25.0" ,
570570 "memory_free" : "2000000000" ,
571571 "network_tcp_connection_count" : "100" ,
572572 "network_upload_tcp_connection_count" : "50" ,
@@ -739,7 +739,7 @@ func TestHostManager_RunGC(t *testing.T) {
739739 "cpu_logical_count" : "4" ,
740740 "cpu_physical_count" : "2" ,
741741 "cpu_percent" : "50.0" ,
742- "cpu_processe_percent" : "25.0" ,
742+ "cpu_process_percent" : "25.0" ,
743743 "cpu_times_user" : "10.0" ,
744744 "cpu_times_system" : "5.0" ,
745745 "cpu_times_idle" : "100.0" ,
@@ -754,7 +754,7 @@ func TestHostManager_RunGC(t *testing.T) {
754754 "memory_available" : "4000000000" ,
755755 "memory_used" : "4000000000" ,
756756 "memory_used_percent" : "50.0" ,
757- "memory_processe_used_percent" : "25.0" ,
757+ "memory_process_used_percent" : "25.0" ,
758758 "memory_free" : "2000000000" ,
759759 "network_tcp_connection_count" : "100" ,
760760 "network_upload_tcp_connection_count" : "50" ,
0 commit comments