回答編集履歴
1
fixed link
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)
|