Why is cat /proc/[pid]/pagemap not giving any output?
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
0
down vote
favorite
When I use the command cat /proc/<pid>/pagemap
, I'm not getting any output. Usually I used to get some binary output but now I am not getting anything.
The output starts coming after an hour or so of entering the command /proc/<pid>/pagemap
. I have tried different kernel versions bu the problem still persists.
linux-kernel proc
add a comment |Â
up vote
0
down vote
favorite
When I use the command cat /proc/<pid>/pagemap
, I'm not getting any output. Usually I used to get some binary output but now I am not getting anything.
The output starts coming after an hour or so of entering the command /proc/<pid>/pagemap
. I have tried different kernel versions bu the problem still persists.
linux-kernel proc
1
With kernel processes you don't get output usualls. With user processes try hexdump /proc/pid/pagemap, should show something (zero bytes). Also see unix.stackexchange.com/questions/369185/â¦
â stoney
Jul 19 at 12:41
Related - kernel.org/doc/Documentation/vm/pagemap.txt.
â slmâ¦
Jul 19 at 21:04
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
When I use the command cat /proc/<pid>/pagemap
, I'm not getting any output. Usually I used to get some binary output but now I am not getting anything.
The output starts coming after an hour or so of entering the command /proc/<pid>/pagemap
. I have tried different kernel versions bu the problem still persists.
linux-kernel proc
When I use the command cat /proc/<pid>/pagemap
, I'm not getting any output. Usually I used to get some binary output but now I am not getting anything.
The output starts coming after an hour or so of entering the command /proc/<pid>/pagemap
. I have tried different kernel versions bu the problem still persists.
linux-kernel proc
edited Jul 19 at 21:00
slmâ¦
232k65479649
232k65479649
asked Jul 19 at 12:04
disectem
1
1
1
With kernel processes you don't get output usualls. With user processes try hexdump /proc/pid/pagemap, should show something (zero bytes). Also see unix.stackexchange.com/questions/369185/â¦
â stoney
Jul 19 at 12:41
Related - kernel.org/doc/Documentation/vm/pagemap.txt.
â slmâ¦
Jul 19 at 21:04
add a comment |Â
1
With kernel processes you don't get output usualls. With user processes try hexdump /proc/pid/pagemap, should show something (zero bytes). Also see unix.stackexchange.com/questions/369185/â¦
â stoney
Jul 19 at 12:41
Related - kernel.org/doc/Documentation/vm/pagemap.txt.
â slmâ¦
Jul 19 at 21:04
1
1
With kernel processes you don't get output usualls. With user processes try hexdump /proc/pid/pagemap, should show something (zero bytes). Also see unix.stackexchange.com/questions/369185/â¦
â stoney
Jul 19 at 12:41
With kernel processes you don't get output usualls. With user processes try hexdump /proc/pid/pagemap, should show something (zero bytes). Also see unix.stackexchange.com/questions/369185/â¦
â stoney
Jul 19 at 12:41
Related - kernel.org/doc/Documentation/vm/pagemap.txt.
â slmâ¦
Jul 19 at 21:04
Related - kernel.org/doc/Documentation/vm/pagemap.txt.
â slmâ¦
Jul 19 at 21:04
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f457196%2fwhy-is-cat-proc-pid-pagemap-not-giving-any-output%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
With kernel processes you don't get output usualls. With user processes try hexdump /proc/pid/pagemap, should show something (zero bytes). Also see unix.stackexchange.com/questions/369185/â¦
â stoney
Jul 19 at 12:41
Related - kernel.org/doc/Documentation/vm/pagemap.txt.
â slmâ¦
Jul 19 at 21:04