我已经有了日志文件。我怎样才能制作它的图表?
我已经有日志文件了。现在我需要的是制作该日志文件的图表。 是否有任何命令行工具或谷歌 API 可以制作图表来显示每个交易时间。
谢谢
I already have log file. Now what i need is to make the graph of that log file.
Is there any command line tool or google API to make graph which will show every transaction time.
Thank You
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以将文件作为电子表格上传到 Google 文档,然后制作图表和图表。从中得出图表。
You can upload your file to Google Docs as a spreadsheet and then do charting & graphs out of it.
我使用这样的东西:
注意这里我使用
-t 86400000
这意味着按天整理数据。使用任何适合您的东西。我的 log4j.xml 看起来像这样:
现在您可以打开
out.html
并且图像应该从 google 加载图表。I use something like this:
Note here where i use
-t 86400000
which means collate the data via days. Use whatever is applicable for you.My log4j.xml looks something like this:
Now you can open up
out.html
and the images should load the chart from google.