mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-05 20:42:46 +00:00
Fix rss units
This commit is contained in:
@@ -66,7 +66,7 @@ if __name__ == '__main__':
|
|||||||
plt.ylabel('cpu (%)')
|
plt.ylabel('cpu (%)')
|
||||||
|
|
||||||
ax = plt.subplot(3, 1, 2)
|
ax = plt.subplot(3, 1, 2)
|
||||||
rss_samples_df.plot(cmap=COLORMAP, ax=ax)
|
(rss_samples_df / 1024 / 1024).plot(cmap=COLORMAP, ax=ax)
|
||||||
plt.title('rss')
|
plt.title('rss')
|
||||||
plt.legend()
|
plt.legend()
|
||||||
plt.xlabel('# sample')
|
plt.xlabel('# sample')
|
||||||
|
Reference in New Issue
Block a user