<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hiroyukim</author_name>
  <author_url>https://blog.hatena.ne.jp/hiroyukim/</author_url>
  <blog_title> (ヽ´ω`)　</blog_title>
  <blog_url>https://hiroyukim.hatenablog.jp/</blog_url>
  <categories>
    <anon>perl</anon>
    <anon>load average</anon>
    <anon>uptime</anon>
    <anon>perl</anon>
    <anon>load average</anon>
    <anon>uptime</anon>
  </categories>
  <description>サーバーのload averageを自分でとりたいなあと思って書いてみた。 そんなモジュールあってもよさそうなんだけどなあ。 別のに書いたんだけど、なんかこちらに書くべきかと思ったからこっちに移動。 #!/usr/bin/perl use strict; use warnings; use IO::Pipe; use Perl6::Say; { my $pipe = IO::Pipe-&gt;new; $pipe-&gt;reader(qw/uptime/) or die; my @uptime = split &quot;,&quot; , &lt;$pipe&gt;; $pipe-&gt;close; my ($name, $load_a…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhiroyukim.hatenablog.jp%2Fentry%2F20080205%2F1202187541&quot; title=&quot; -  (ヽ´ω`)　&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-02-05 13:59:01</published>
  <title></title>
  <type>rich</type>
  <url>https://hiroyukim.hatenablog.jp/entry/20080205/1202187541</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
