为每分钟和uri的请求创建图表


3

我有一张看起来像这样的桌子。

time|uri
08:50:28|foo
08:51:42|bar
08:52:48|foo
08:53:49|bar
08:53:50|baz
08:54:02|bar
08:54:03|baz
08:55:27|foo
08:55:34|baz
08:56:47|bar

我想制作一个线图,每个uri都有一条线,线的高度由每分钟的请求数决定。我该怎么做呢?

Answers:


4

假设Excel 2010(但原则适用于其他版本:

  1. 将数据转换为Excel表格。
  2. 从Excel表数据创建数据透视表。为您的列使用URI,为行设置时间(按小时,分钟分组),为您的值使用URI计数。
  3. 从数据透视表创建图表。您必须确定是否需要常规的Line或Stacked Line图表(基于您要显示的内容)。
  4. 格式化。

这是它的样子(Excel默认为他们所有的荣耀):

Line chart grouped by minute

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.