Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix for function process_find #196

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

kheshav
Copy link

@kheshav kheshav commented Nov 23, 2015

  1. Modified function process_find to display pid id if the pid is less than 3 digits:

    eg:

['', '416', '?', '00:00:00 udevd']
['12305', '?', '00:00:00', 'udevd']

After Modifications:
['416', '?', '00:00:00', 'udevd']
['12305', '?', '00:00:00', 'udevd']

2 . Extended functionality for strace of process eg :
cuisine.process_strace(416)

Output:


ERROR:root:Process 416 attached
ERROR:root:restart_syscall(<... resuming interrupted call ...>Process 416 detached
ERROR:root: <detached ...>


@kheshav kheshav changed the title Bugfix fot function process_find Bugfix for function process_find Nov 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant