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

ps::ps() output that looks like command line ps #72

Closed
gaborcsardi opened this issue Nov 19, 2019 · 1 comment
Closed

ps::ps() output that looks like command line ps #72

gaborcsardi opened this issue Nov 19, 2019 · 1 comment
Labels
feature a feature request or enhancement

Comments

@gaborcsardi
Copy link
Member

Would be nice. Coming from #71.

@gaborcsardi gaborcsardi added the feature a feature request or enhancement label Feb 11, 2020
@gaborcsardi
Copy link
Member Author

Seems like this is not happening. I like the ps::ps() output with pillar, anyway:

❯ ps::ps()
# A data frame: 565 × 11
     pid  ppid name                          username status   user system    rss     vms created             ps_handle 
 * <int> <int> <chr>                         <chr>    <chr>   <dbl>  <dbl>  <dbl>   <dbl> <dttm>              <I<list>> 
 1 45100     1 pbs                           gaborcs… runni… 0.0163 0.0165 6.13e6 4.20e11 2024-08-24 07:49:56 <ps_handl>
 2 45048     1 mdworker_shared               gaborcs… runni… 0.0454 0.0176 1.66e7 4.20e11 2024-08-24 07:49:38 <ps_handl>
 3 45047     1 mdworker_shared               gaborcs… runni… 0.0474 0.0172 1.67e7 4.20e11 2024-08-24 07:49:38 <ps_handl>
 4 44925     1 mdworker_shared               gaborcs… runni… 0.189  0.0480 2.93e7 4.20e11 2024-08-24 07:48:49 <ps_handl>
 5 44924     1 mdworker_shared               gaborcs… runni… 0.0632 0.0218 2.18e7 4.20e11 2024-08-24 07:48:49 <ps_handl>
 6 44922 12630 Google Chrome Helper (Render… gaborcs… runni… 0.126  0.0334 1.20e8 1.66e12 2024-08-24 07:48:48 <ps_handl>
 7 44921 12630 Google Chrome Helper (Render… gaborcs… runni… 1.74   0.907  2.57e8 1.66e12 2024-08-24 07:48:48 <ps_handl>
 8 44898 12630 Google Chrome Helper (Render… gaborcs… runni… 0.0460 0.0188 8.69e7 1.66e12 2024-08-24 07:47:02 <ps_handl>
 9 44874     1 com.apple.Safari.History      gaborcs… runni… 0.0280 0.0200 1.77e7 4.21e11 2024-08-24 07:45:12 <ps_handl>
10 44860 12630 Google Chrome Helper (Render… gaborcs… runni… 3.96   0.510  3.44e8 1.66e12 2024-08-24 07:44:16 <ps_handl>
# ℹ 555 more rows
# ℹ Use `print(n = ...)` to see more rows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant