科学の箱

科学・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

midiで入力デバイスの一覧を取得する

マイクロフォンを使いmidiで録音をしてみる。下記のページからmidiデバイスの一覧を取得したが、肝心のマイクロフォンが含まれていない。 バイオリンのチューナーを作る – midiをさらに …

no image

Mahoutで採用されているアルゴリズム

Classifier ロジスティック回帰 ナイーブベイズ ランダムフォレスト クラスタリング K-Means Fuzzy K-Means Canopy レコメンド ユーザーベース アイテムベース NM …

no image

プリンタの監視

snmpwalkですべてのMIBを取得する。 snmpwalk -v1 -c public 10.72.20.41 . snmpwalkからの抽出する。対象となる項目は接続およびカウンター関連 IF- …

no image

SQL Serverでreportingの開発をする方法

SQL Server 2014とSSRSをインストールしてからアプリケーションを起動したところ下記のエラーが出た。   必要なモジュールはすべてインストールしているので特に問題はなさそう。イ …

no image

Active Directoryでアカウントがロックされた時の調査

Active Directoryでアカウントがロックされた場合には、特定のサーバーからパスワード認証が要求されて、間違ったパスワードが送られて来て失敗している可能性がある。 どのサーバーから送られてき …

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

side bar top



アーカイブ

カテゴリー