Sponsored Content
Special Forums IP Networking Diameter protocol performance on RH 6.4 Post 302833279 by DGPickett on Tuesday 16th of July 2013 04:47:43 PM
Old 07-16-2013
Any chance you lost i/o caching due to Direct I/O support: http://www.redhat.com/rhecm/rest-rhe...h:resourceFile

Did you recompile with the new libraries?

New resource management tools may have imposed default restrictions that need to be changed: Red Hat | What?s New in Red Hat Enterprise Linux 6.4?
 

9 More Discussions You Might Find Interesting

1. IP Networking

RH 9 and Network Time Protocol

I have a small program written in C using winsock v1, that uses a unix host to get the time. I have two machines networked, one windows, the other red hat 9. The windows machine will request the time off the RH one. How can I configure red hat to reply to the time request, i.e act as an... (1 Reply)
Discussion started by: jaredGalen
1 Replies

2. IP Networking

Protocol Numbers

I'm planning on putting together a chart of basic information (port number, protocol number, transport layer protocol, etc) on different protocols (FTP, ICMP, DNS, IP, etc) I found: http://www.phys-iasi.ro/Library/RFCs/rfc1700.htm and that tells me a little bit of information but I'm looking... (3 Replies)
Discussion started by: thmnetwork
3 Replies

3. IP Networking

protocol

iam doing a research on WAN so pliz any body can give me or tell me where i would find communication protocol map..thats all 7 layers..OIS MODEL (1 Reply)
Discussion started by: ravineelkumar
1 Replies

4. UNIX for Dummies Questions & Answers

Changing to Protocol 2 in OpenSSH 3.5

To check the protocol level, we need to change its entry in sshd_config. Below are my 2 servers with OpenSSH as 3.7.1. I have changed its protocol to 1 and reboot the box and below is the output sysp02adm@sysp02 # telnet localhost 22 Trying 127.0.0.1... Connected to localhost. Escape... (0 Replies)
Discussion started by: yls177
0 Replies

5. UNIX for Advanced & Expert Users

http protocol from UNIX

Is there any way to access http page from UNIX command line.... eg: http://www.abc.xyz (5 Replies)
Discussion started by: bishweshwar
5 Replies

6. News, Links, Events and Announcements

Announcing collectl - new performance linux performance monitor

About 4 years ago I wrote this tool inspired by Rob Urban's collect tool for DEC's Tru64 Unix. What makes this tool as different as collect was in its day is its ability to run at a low overhead and collect tons of stuff. I've expanded the general concept and even include data not available in... (0 Replies)
Discussion started by: MarkSeger
0 Replies

7. Infrastructure Monitoring

SNMP protocol

dear friends , how can I use the SNMP protocol to monitor the network and send notification alerts to the clients which have windows machines. I found the utility snmp_trapsend at the directory /usr/sbin ,how can I use this command ?? my server is SUN SOLARIS. please help !!!:confused: (1 Reply)
Discussion started by: Ahmed waheed
1 Replies

8. IP Networking

do peers communicate via protocol?

actual transmission path is physical layer. do peers in n layer communicate on any issue using n layer protocol with each other. as far as i know this communication is said to be virtual. (0 Replies)
Discussion started by: zius_oram
0 Replies

9. IP Networking

Regarding Protocol certiifcation

Hello Forum Members, I am siva ranganath from Hyderabad-India. I have an work experince of 4.5 years as application developer and support member in open source systems.i am good basic network programing ie applications developing in TCP/IP and i have an experince of 1 year in this N/W... (0 Replies)
Discussion started by: workforsiva
0 Replies
GLPOINTSIZE(3G) 						   OpenGL Manual						   GLPOINTSIZE(3G)

NAME
glPointSize - specify the diameter of rasterized points C SPECIFICATION
void glPointSize(GLfloat size); PARAMETERS
size Specifies the diameter of rasterized points. The initial value is 1. DESCRIPTION
glPointSize specifies the rasterized diameter of points. If point size mode is disabled (see glEnable() with parameter GL_PROGRAM_POINT_SIZE), this value will be used to rasterize points. Otherwise, the value written to the shading language built-in variable gl_PointSize will be used. NOTES
The point size specified by glPointSize is always returned when GL_POINT_SIZE is queried. Clamping and rounding for points have no effect on the specified value. ERRORS
GL_INVALID_VALUE is generated if size is less than or equal to 0. ASSOCIATED GETS
glGet() with argument GL_POINT_SIZE_RANGE glGet() with argument GL_POINT_SIZE_GRANULARITY glGet() with argument GL_POINT_SIZE glGet() with argument GL_POINT_SIZE_MIN glGet() with argument GL_POINT_SIZE_MAX glGet() with argument GL_POINT_FADE_THRESHOLD_SIZE glIsEnabled() with argument GL_PROGRAM_POINT_SIZE SEE ALSO
glEnable(), glPointParameter() COPYRIGHT
Copyright (C) 1991-2006 Silicon Graphics, Inc. This document is licensed under the SGI Free Software B License. For details, see http://oss.sgi.com/projects/FreeB/. AUTHORS
opengl.org opengl.org 06/10/2014 GLPOINTSIZE(3G)
All times are GMT -4. The time now is 02:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy