We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Print image process list in nice formatted way
Describe the request Currently, image process list don't show any header and prints in not nice format list of processes (pgrep ouptut)
Expected behavior Process list should show header and each line should be formatted to the expected header like:
~/pharo-launcher$ ./pharo-launcher.sh image processList # PID Image name VM path Image path Date/Time started -- ---- ---------- --------------------------------------------------------------- ---------------------------------------------- ------------------------ 1 4291 s1 /home/dbajger/Pharo/vms/100-x64/lib/pharo /home/dbajger/Pharo/images/s1/s1.image Thu May 18 13:55:19 2023 2 4338 latest /home/dbajger/Pharo/vms/90-x64/lib/pharo/5.0-202002121043/pharo /home/dbajger/Pharo/images/latest/latest.image Thu May 18 13:55:25 2023
Expected development cost
The text was updated successfully, but these errors were encountered:
7129e8a
Bajger
Successfully merging a pull request may close this issue.
Print image process list in nice formatted way
Describe the request
Currently, image process list don't show any header and prints in not nice format list of processes (pgrep ouptut)
Expected behavior
Process list should show header and each line should be formatted to the expected header like:
Expected development cost
The text was updated successfully, but these errors were encountered: