From 732110084a44e5d18dee5b6744cc44c9cdd41fb9 Mon Sep 17 00:00:00 2001 From: Luck Date: Thu, 30 Dec 2021 12:54:30 +0000 Subject: Include the name of the CPU model in stats for Linux systems --- spark-common/src/main/proto/spark/spark.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'spark-common/src/main/proto/spark') diff --git a/spark-common/src/main/proto/spark/spark.proto b/spark-common/src/main/proto/spark/spark.proto index 678df3a..520f19e 100644 --- a/spark-common/src/main/proto/spark/spark.proto +++ b/spark-common/src/main/proto/spark/spark.proto @@ -36,6 +36,7 @@ message SystemStatistics { int32 threads = 1; Usage process_usage = 2; Usage system_usage = 3; + string modelName = 4; // optional message Usage { double last1m = 1; -- cgit