Umdsdmonmsgs.h  6.14
Introduction

Informatica

UMDS (Version 6.14)



Umdsdmonmsgs.h Details



Introduction

(C) Copyright 2004,2024 Informatica Inc. All Rights Reserved.

This documentation is intended to assist programmers writing monitoring applications for the UMDS server. It gives details on the data structures published by the Daemon Statistics feature.

For general information on UMDS Daemon Statistics, see Daemon Statistics.

Notices

This software and documentation are provided only under a separate license agreement containing restrictions on use and disclosure. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without prior consent of Informatica LLC.

A current list of Informatica trademarks is available on the web at https://www.informatica.com/trademarks.html.

Portions of this software and/or documentation are subject to copyright held by third parties. Required third party notices are included with the product.

This software is protected by patents as detailed at https://www.informatica.com/legal/patents.html.

The information in this documentation is subject to change without notice. If you find any problems in this documentation, please report them to us in writing at Informatica LLC 2100 Seaport Blvd. Redwood City, CA 94063.

Informatica products are warranted according to the terms and conditions of the agreements under which they are provided.
INFORMATICA LLC PROVIDES THE INFORMATION IN THIS DOCUMENT "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING WITHOUT ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ANY WARRANTY OR CONDITION OF NON-INFRINGEMENT.

Daemon Stats Example Files

The following files are provided in source code form to assist users in writing monitoring applications using the UMDS Daemon Statistics feature.

  • umdsdmon.c - C program to read UMDS Daemon Statistics and print them.
  • umdsdcmd.c - C program to send Daemon Statistics commands to the UMDS server.
  • umdsdmonmsgs.h - C header file which defines the internal structures.
  • getopt.c - GNU command-line option parsing code (useful for building umdsdmon.c and umdsdcmd.c on Windows platform).
  • replgetopt.h - C header file for getopt.c.