科学の箱

科学・IT・登山の話題

IT

Printer MIBで印刷総量をカウントする時の注意点

投稿日:

SNMPプロトコル経由でPrinter MIBを利用するとプリンターからいろいろな情報を取得できる。日常の業務に影響がないようにするためプリンターを監視するとしたら以下の項目については連絡が自動で来るようにした方がよい。

  • プリンタ総量
  • 用紙残枚数
  • トナー残量
  • エラー

Printer MIBについては標準部分はRFC1759とRFC3805を参考にするとよい。

  • http://www.ietf.org/rfc/rfc1759.txt
  • http://srgia.com/docs/rfc3805j.html

問題となるのは各社独自で対応しているMIBである。これはログインなしで利用できるパブリックなサポートページからは利用できない。個別に連絡をしてアカウントを作成してMIBのドキュメントをダウンロードする。

さて印刷総量について調べていたところ、枚数の取得にはまずUnitを取得すると記載されていた。単位というので倍数(x10とか)かと思っていたがどうやら違い、印刷時の両面印刷および白黒カラーにおけるカウントの違いを示しているらしい。大きく分けるとSheetsとimpressionsがある。

下記はHPのドキュメントからの抜粋である。

Counting Impressions vs. Counting Sheets
HP printers have traditionally counted pages printed as sheets. Sheet counting can monitor paper
consumption and the physical wear and tear on the print engine components because every sheet that
passes through the print engine is counted. As one sheet (or one piece of media) passes through
the
engine print cycle in simplex mode, it is counted as one simplex sheet
.
A simplex page is counted as
either one mono sheet or one color sheet depending
on
whether color toner was present on the sheet
.
As one sheet passes through the engine print cycle in duplex mode, it is counted as one duplex sheet
.
However, the most costly side of the usage is counted for a duplex page, which means that if color
exists only on one side of the duplex page, the printer meters two color pages. Blank sides of a
duplex page are counted as printed pages and are metered as the usage on the printed side. Duplex
1 Image page counts are incremented for the blank side of the last page of a duplex print job but are
not tracked as color or mono.
HP has developed firmware that implements an impression page counting method that
is
more
aligned with today’s job accounting needs. An impression is defined as a side of a page that
contains toner. Only the printed image is counted regardless of the number of sheets the print engine
processes. Impression counts eliminate the concept of duplex pages and separate the pairing of color
counts and duplex counts. Each side of a page is counted as an impression based upon whether
toner is on the page. An impression is color if color toner is used, otherwise the impression is mono.
Both color and mono are used for billing, but color is billed at a higher rate (because of the higher
cost) than mono. Under the new impression counting technique, toner usage is more accurately metered

http://h10032.www1.hp.com/ctg/Manual/c02607842.pdf

count

これをみるとsheetsだと直感的な印刷総量からはずれていることがわかる。現在はデフォルトではimpressionsになっているので、一般的に予測される印刷総量と等しいことがわかる。

メタ情報

inarticle



メタ情報

inarticle



-IT

執筆者:


comment

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

関連記事

no image

cmderであらかじめ設定しておくと便利な項目

cmderでls実行時に日本語文字が表示された際にずれることがある。このような場合には下記の設定でmonospeceからチェックを取り外しておく。これにより日本語が表示されたときに文字が崩れなくなる。 …

no image

SharePoint Workspaceが保存しているキャッシュファイルの場所

SharePoint Workspaceが使っているキャッシュファイルはデフォルトでは以下の場所にある。 %localappdata%\Microsoft\Office\14.0\OfficeFile …

no image

ubuntuの初期インストールしておくアプリケーション

Ubuntu公式サイトでは各アプリケーションサーバーごとにインストールするアプリケーションを細かく記載している。 https://help.ubuntu.com/12.04/serverguide/i …

no image

Mahout環境構築

Mahoutのシステム要件を確認する。 Java 1.6.x or greater. Maven 3.x to build the source code. CPU, Disk and Memory …

no image

chefでnot_ifを利用するときのコマンドの戻り値を確認する

Chefでrbenv環境を構築する際に.bash_profileを書き換える。この時にすでに命令が入っていれば書き換えをしたくない。 この動作はnot_if句を導入することで可能だけど、コマンドの戻り …

2014年7月
« 6月   8月 »
 123456
78910111213
14151617181920
21222324252627
28293031  

side bar top



アーカイブ

カテゴリー