Loading cmds/dumpstate/dumpstate.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -1135,7 +1135,7 @@ static void dumpstate() { RunCommand("VOLD DUMP", {"vdc", "dump"}); RunCommand("SECURE CONTAINERS", {"vdc", "asec", "list"}); RunCommand("STORAGED TASKIOINFO", {"storaged", "-u"}, CommandOptions::WithTimeout(10).Build()); RunCommand("STORAGED UID IO INFO", {"storaged", "-u"}); RunCommand("FILESYSTEMS & FREE SPACE", {"df"}); Loading Loading @@ -1850,6 +1850,9 @@ int main(int argc, char *argv[]) { RunCommand("DETAILED SOCKET STATE", {"ss", "-eionptu"}, CommandOptions::WithTimeout(10).Build()); // Run iotop as root to show top 100 IO threads RunCommand("IOTOP", {"iotop", "-n", "1", "-m", "100"}); if (!DropRootUser()) { return -1; } Loading Loading
cmds/dumpstate/dumpstate.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -1135,7 +1135,7 @@ static void dumpstate() { RunCommand("VOLD DUMP", {"vdc", "dump"}); RunCommand("SECURE CONTAINERS", {"vdc", "asec", "list"}); RunCommand("STORAGED TASKIOINFO", {"storaged", "-u"}, CommandOptions::WithTimeout(10).Build()); RunCommand("STORAGED UID IO INFO", {"storaged", "-u"}); RunCommand("FILESYSTEMS & FREE SPACE", {"df"}); Loading Loading @@ -1850,6 +1850,9 @@ int main(int argc, char *argv[]) { RunCommand("DETAILED SOCKET STATE", {"ss", "-eionptu"}, CommandOptions::WithTimeout(10).Build()); // Run iotop as root to show top 100 IO threads RunCommand("IOTOP", {"iotop", "-n", "1", "-m", "100"}); if (!DropRootUser()) { return -1; } Loading