From a5e7518839e3054cfb05c9b12094c5a27b199e56 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Fri, 7 Oct 2011 13:56:06 +0200 Subject: Added support for PostgreSQL arrays + store cpu_topology CPU spread as an array Implemented a new value type for the internal XML format, which will store data in an PostgreSQL array. This is used now to store the CPU core spread of the socket in a sepearate field in rtevalruns_details. Signed-off-by: David Sommerseth --- server/parser/xmlparser.xsl | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'server/parser/xmlparser.xsl') diff --git a/server/parser/xmlparser.xsl b/server/parser/xmlparser.xsl index 005d303..2ee9370 100644 --- a/server/parser/xmlparser.xsl +++ b/server/parser/xmlparser.xsl @@ -23,6 +23,9 @@ + + + @@ -132,7 +135,7 @@ Invalid 'rterid' parameter value: - + rterid numa_nodes @@ -140,6 +143,7 @@ num_cpu_sockets xmldata annotation + cpu_core_spread @@ -167,6 +171,13 @@ + + + + + + + @@ -290,4 +301,12 @@ + + + + + + + + -- cgit