Linux Matters

Join 3 experienced Open Source professionals as they discuss the impact Linux has in their daily lives. Upbeat family-friendly banter, conversation and discussion for Linux enthusiasts and casual observers of all ages. A new episode every two weeks covering terminal productivity, desktop experience, development, gaming, hosting, hardware, community, cloud-native and all the Linux Matters that matter.

https://linuxmatters.sh/

subscribe
share






S09E04 – Master of Unrelated Science - Ubuntu Podcast


It’s Episode Four of Season Nine of the Ubuntu Podcast! Alan Pope, Mark Johnson, Laura Cowen and Martin Wimpress are connected and speaking to your brain.

We’re still here!

In this week’s show:

  • Laura interviews Catherine Jones, New Media Engineer at the Science Museum in London, about building interactive displays.

  • We discuss bringing an O2 Joggler back to life, and fixing bugs ready for the next beta of Ubuntu MATE.

  • We share a Command Line Lurve – ps_mem:

A utility to accurately report the in core memory usage for a program. Available from the ps_mem GitHub.

  • Download
wget https://raw.githubusercontent.com/pixelb/ps_mem/master/ps_mem.py chmod +x ps_mem.py
  • Get a memory usage report, with child processes aggregated under the parent:
sudo ./ps_mem.py
  • When you need to split the child processes use -s (for example, seeing what multiple Java applications use when running under a common servelet container such as Jetty or Tomcat):
sudo ./ps_mem.py -s
  • The [-p PID,...] option allows filtering the results. To restrict output to the current $USER:
sudo ps_mem -p $(pgrep -d, -u $USER)
  • And we go over your feedback – thanks for sending it – please send more!

That’s all for this week! If there’s a topic you’d like us to discuss, or you have any feedback on previous shows, please send your comments and suggestions to show@ubuntupodcast.org or Tweet us or Comment on our Facebook page or comment on our Google+ page or comment on our sub-Reddit.

  • Join us on IRC in #ubuntu-podcast on Freenode


fyyd: Podcast Search Engine
share








 March 24, 2016  30m