mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-31 10:11:59 +00:00
Fix rss units
This commit is contained in:
@@ -66,7 +66,7 @@ if __name__ == '__main__':
|
||||
plt.ylabel('cpu (%)')
|
||||
|
||||
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.legend()
|
||||
plt.xlabel('# sample')
|
||||
|
Reference in New Issue
Block a user