Lab Objective: Pushed .txt and .jpg files

This commit is contained in:
netman
2026-02-22 15:01:41 -07:00
commit ebd86fb643
11 changed files with 341 additions and 0 deletions

View File

@@ -0,0 +1,52 @@
{
"router": "R1",
"ip": "101.101.101.101",
"duration_seconds": 120,
"samples_total": 19,
"samples_valid": 19,
"avg_cpu": 1.74,
"max_cpu": 6,
"timestamps": [
"02:49:14",
"02:49:20",
"02:49:26",
"02:49:32",
"02:49:38",
"02:49:44",
"02:49:50",
"02:49:56",
"02:50:02",
"02:50:08",
"02:50:14",
"02:50:20",
"02:50:26",
"02:50:32",
"02:50:38",
"02:50:43",
"02:50:51",
"02:51:02",
"02:51:12"
],
"cpu_values": [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
3,
4,
5,
6
],
"plot_file": "r1_cpu_monitor_20260222_025122.jpg"
}