{% extends "base.html" %} {% load humanbytes %} {% block title %}
| Memory type | Size |
|---|---|
| rss | {{ memory_info.rss|human_bytes }} |
| vms | {{ memory_info.vms|human_bytes }} |
| shared | {{ memory_info.shared|human_bytes }} |
| text | {{ memory_info.text|human_bytes }} |
| lib | {{ memory_info.lib|human_bytes }} |
| data | {{ memory_info.data|human_bytes }} |
| dirty | {{ memory_info.dirty|human_bytes }} |
| uss | {{ memory_info.uss|human_bytes }} |
| pss | {{ memory_info.pss|human_bytes }} |
| swap | {{ memory_info.swap|human_bytes }} |
| Most common objects | Count |
|---|---|
| {{ t }} | {{ c }} |
| Growth objects | Count | Increase |
|---|---|---|
| {{ t }} | {{ count }} | {{ change }} |