質問するログイン新規登録

回答編集履歴

1

fixed link

2017/12/30 11:22

投稿

tell_k
tell_k

スコア2120

answer CHANGED
@@ -1,5 +1,5 @@
1
1
  ドキュメントを読む限り`lastupdate`メソッドの戻り値は辞書型(dict)です。
2
- なので辞書のキーを指定すれば `median` だけ取得できす。
2
+ なので辞書のキーを指定すれば `median` だけ取得できるはずです。
3
3
 
4
4
  ```python
5
5
  for file in get_rrd_list(directory):
@@ -7,4 +7,4 @@
7
7
  print result['ds']['median']
8
8
  ```
9
9
 
10
- https://pythonhosted.org/rrdtool/usage.html?highlight=lastupdate#lastupdate
10
+ [https://pythonhosted.org/rrdtool/usage.html?highlight=lastupdate#lastupdate](https://pythonhosted.org/rrdtool/usage.html?highlight=lastupdate#lastupdate)