summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f3ba9d6)
raw | patch | inline | side by side (parent: f3ba9d6)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 22 Apr 2007 08:24:37 +0000 (10:24 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 22 Apr 2007 08:24:37 +0000 (10:24 +0200) |
contrib/migrate-3-4.px | patch | blob | history |
diff --git a/contrib/migrate-3-4.px b/contrib/migrate-3-4.px
index b656f7fa7aada664f3fd2eb064479e7dd248959d..467c46bc22b02246a0e32a66e785cc9114cc8115 100755 (executable)
--- a/contrib/migrate-3-4.px
+++ b/contrib/migrate-3-4.px
our %TypeSplit =
(
cpu => { from => [qw(user nice syst idle wait)], to => 'value', type_instance => [qw(user nice system idle wait)] },
+ memory => { from => [qw(used free buffers cached)], to => 'value', type_instance => [qw(used free buffered cached)] },
nfs3_procedures => { from => [qw(null getattr lookup access readlink
read write create mkdir symlink mknod remove rmdir rename link
readdir readdirplus fsstat fsinfo pathconf commit)], to => 'value' },