diff --git a/UsageOfData.ipynb b/UsageOfData.ipynb index d93ad5a785ad16249748d3d88dd085bd2d9144cd..495cf46af96113b71ed5269562e5735ac370e995 100644 --- a/UsageOfData.ipynb +++ b/UsageOfData.ipynb @@ -189,13 +189,13 @@ "source": [ "## Experiment summary file\n", "\n", - "An experiment is a sequence of runs on a particular server of a particular benchmark at all frequencies. In the exemple below the server is orion-3 (part of orion cluster), and the benchmark is Flower.\n", + "An experiment is a sequence of runs on a particular server of a particular benchmark at all frequencies. In the exemple below the server is taurus-1 (part of taurus cluster in lyon site), and the benchmark is Flower.\n", "\n", "Each line is a summary of the particular run and can be used to obtain the monitored values associated with this particular run.\n", "\n", "The following data are available of each run (i.e., each line):\n", "- **hostname** : the name of the first host in the list of host for this run. In this dataset, only one host was used, so this is the name of the host on which the benchmark ran \n", - "- **fullname** : the name of the benchmark. Usually the name of the NPB, rand, or idle\n", + "- **fullname** : the name of the benchmark.\n", "- **nproc** : the number of cores used. For certain benchmark it is not the maximum of core, for example some benchmarks use a power of two\n", "- **duration** : the duration in seconds reported by the benchmark itself\n", "- **startTime** : the start time from the point of view of the RJMS\n", @@ -2677,7 +2677,7 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": 64, "id": "7589eceb", "metadata": {}, "outputs": [ @@ -2754,7 +2754,7 @@ " axes[i].set_xlabel(\"Time (s)\", fontsize=18)\n", "\n", " plt.tight_layout(rect=[0, 0, 1, 0.96])\n", - " #plt.savefig(\"output_plot_1.pdf\", format=\"pdf\") \n", + " plt.savefig(\"output_plot_1.pdf\", format=\"pdf\") \n", " plt.show()\n", " \n", "\n", diff --git a/output_plot_1.pdf b/output_plot_1.pdf new file mode 100644 index 0000000000000000000000000000000000000000..07869b70d5f4dbfa98b8e22f29938dd0bd386e07 Binary files /dev/null and b/output_plot_1.pdf differ